Proposal for Lang Package(0) RationaleThe standard Java libraries fail to provide enough methods for manipulation of its main components. The Lang Package provides these extra methods. There are other classes which might justifiably be included in java.lang someday, this package also provides for them. (1) Scope of the PackageThis proposal is to create a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. The Lang Package also applies to primitives and arrays. (1.5) Interaction With Other PackagesLang relies only on standard JDK 1.2 (or later) APIs for production deployment. It utilizes the JUnit unit testing framework for developing and executing unit tests, but this is of interest only to developers of the component. Lang will be a dependency for several existing components in the open source world. No external configuration files are utilized. (2) Initial Source of the PackageThe initial classes came from the Commons.Util subproject. The proposed package name for the new component is
(3) Required Jakarta-Commons Resources
(4) Initial CommittersThe initial committers on the Lang component shall be as follows:
|