Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 76 (100.0%) | 5.4 |
/ | 7 (50.0%) | 30 (39.5%) | 4.2 |
src/java/org/apache/commons/lang/text/ | 2 (14.3%) | 29 (38.2%) | 14.5 |
src/java/org/apache/commons/lang/enums/ | 1 (7.1%) | 6 (7.9%) | 6.0 |
src/java/org/apache/commons/lang/enum/ | 1 (7.1%) | 6 (7.9%) | 6.0 |
src/test/org/apache/commons/lang/ | 1 (7.1%) | 3 (3.9%) | 3.0 |
src/java/org/apache/commons/lang/time/ | 1 (7.1%) | 2 (2.6%) | 2.0 |
src/java/org/apache/commons/lang/ | 1 (7.1%) | 0 (0.0%) | 0.0 |
Change the assertion failure messages to provide more info
3 lines of code changed in:
LANG-272 Remove 2.1 build target and exclusion of "text" package from source distro.
0 lines of code changed in:
Fix for LANG-272 - Minor JavaDoc changes to clean up checkstyle issues
43 lines of code changed in:
Fix for LANG-272 - minor build changes
24 lines of code changed in:
Modify maven build to add two non-standard attributes to the jar's manifest file to indicate the values of "maven.compile.source" and "maven.compile.target". Also modify the build to include an "Implementation-Vendor-Id" of "org.apache" in the jar's manifest.
The two non-standard entires created in the manifest file will look something like the following:
X-Compile-Source-JDK: 1.3
X-Compile-Target-JDK: 1.3
This change serves two purposes:
1) To provide comfort to users regarding JVM compatibility.
2) Enable releases to be checked more easily for JVM compatibility.
The manifest specification indicates that "unknown" entries in the manifest file are ignored. These entries have been prefixed with "X-" which is a sometimes used "convention" for indicating non-standard entries.
See thread: http://tinyurl.com/839zh
6 lines of code changed in: