Commons-lang Developers: niallp

Login name:
niallp
Total Commits:
14 (0.3%)
Lines of Code:
76 (0.0%)
Most Recent Commit:
2007-01-07 08:15

Activity by Clock Time

Activity by Hour of Day for niallp

Activity by Day of Week for niallp

Activity in Directories

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

Activity of niallp

Most Recent Commits

niallp 2007-01-07 08:15

Change the assertion failure messages to provide more info

3 lines of code changed in:

niallp 2006-07-11 05:37

LANG-272 Remove 2.1 build target and exclusion of "text" package from source distro.

0 lines of code changed in:

niallp 2006-07-10 11:23

Fix for LANG-272 - Minor JavaDoc changes to clean up checkstyle issues

43 lines of code changed in:

niallp 2006-07-10 11:22

Fix for LANG-272 - minor build changes

24 lines of code changed in:

niallp 2006-02-14 01:15

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:

Generated by StatSVN 0.3.2-SNAPSHOT