You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/02/04 23:47:56 UTC

DO NOT REPLY [Bug 16787] New: - Removed compile warning in ObjectUtils

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16787>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16787

Removed compile warning in ObjectUtils

           Summary: Removed compile warning in ObjectUtils
           Product: Commons
           Version: 1.0 Alpha
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Lang
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: ggregory@seagullsw.com


In Eclipse 2.1.M4, you get the following warning compiling 
java/org/apache/commons/lang/ObjectUtils.java:

Access to enclosing constructor ObjectUtils.Null() is emulated by a synthetic 
accessor method. Increasing its visibility will improve your performance
	ObjectUtils.java	Jakarta Commons 
Lang/src/java/org/apache/commons/lang	line 85

Attaching patch.

FYI, there are currently no other such warnings in the "src/java" tree. There 
are plenty of warnings in the "src/test" tree, which I am not as much 
concerned with.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org