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=13171>.
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=13171

Some little spelling mistakes and deprecation warnings

           Summary: Some little spelling mistakes and deprecation warnings
           Product: Log4j
           Version: 1.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Other
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I recently got the CVS code to compile from sources. Meanwhile I figured out
some little warnings which can easily be solved:

(1) When executing javadoc, I get the following warning: duplicate class: T. I
suppose you should add the package name to org/apache/log4j/jmx/T.java
(2) Javadoc complains about some spelling mistakes:

  (a) org/apache/log4j/Appender.java:76 should be @since (not @ since)
  (b) org/apache/log4j/Category.java:318 should be @since (not @version)
  (c) org/apache/log4j/jdbc/JDBCAppender.java:56 should be @author (not
@author:)
  
(3) Additionally, I get some deprecation warnings:

  (a) org/apache/log4j/lf5/viewer/LogBrokerMonitor.java:1258 should be "fonts =
GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames();"
  (b) org/apache/log4j/xml/test/DOMTest.java:77 should be
"LogManager.shutdown();"
  (c) org/apache/log4j/jmx/HierarchyDynamicBean.java:96 should be "Logger cat =
LogManager.exists(name);"
  (d) org/apache/log4j/jmx/LoggerDynamicBean.java:221 should be
"logger.setLevel(p);"
  
(4) Besides, ant (I am currently using the latest CVS build) complains that the
"cr" attribute of the fixCRLF task has been deprecated and that you should use
the "eol" attribute

I hope that helps.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to