Log of /myfaces/trinidad/tags/trinidad-1.2.1/pom.xml
Parent Directory
|
Revision Log
Revision
538387 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 15 23:42:41 2007 UTC
(2 years, 6 months ago)
by
awiner
Original Path:
myfaces/trinidad/trunk/trinidad/pom.xml
File length: 15061 byte(s)
Diff to
previous 538059
(
colored)
TRINIDAD-16: Resolve issues reported by FindBugs
- Use the latest version of FindBugs to analyze the Trinidad codebase and fix reported problems.
Most were stylistic, but a few genuine bugs were detected. Changes included:
- Consistently use valueOf() instead of new Integer/Character/Short/Long/etc.
- Avoid unnecessary toString() and new String() calls
- A few synchronization issues, none especially significant
- Make inner classes static were possible
- Make constants static were this was missing
- Make clones of arrays (mostly) consistently
- Avoid String instance equality
- Fix some incorrect null pointer checks
- Fix some object equals() implementations
Revision
409774 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 26 23:10:31 2006 UTC
(3 years, 6 months ago)
by
awiner
Original Path:
incubator/adffaces/trunk/adf-faces/pom.xml
File length: 9963 byte(s)
Diff to
previous 409711
(
colored)
Some POM work. Change the version number to "incubator-m1-SNAPSHOT". Add some more Apache content to the top-level POM. Add a repository reference to the java.net maven repos, and switch Facelets and EL over to appropriate references there. We should now be down to only jsf-mock as a non-legit dependency.
Revision
405654 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 10 06:55:08 2006 UTC
(3 years, 6 months ago)
by
awiner
Original Path:
incubator/adffaces/trunk/adf-faces/pom.xml
File length: 7970 byte(s)
Diff to
previous 404824
(
colored)
Switch POMs from RI to MyFaces. Fix references to jsp-api. Fix tests to pass against MyFaces - mostly, this came from places where MyFaces called FacesContext.getCurrentInstance() but the RI didn't. Also, MyFaces calls ExternalContext.encodeNamespace() in UIViewRoot.createUniqueId()
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.