You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2010/11/29 18:41:23 UTC

DO NOT REPLY [Bug 50369] New: missing comma in class header javadoc for Level

https://issues.apache.org/bugzilla/show_bug.cgi?id=50369

           Summary: missing comma in class header javadoc for Level
           Product: Log4j
           Version: 1.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: gthomas.cs02@gtalumni.org


The class header javadoc for the Level class
(http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html) is
missing a comma between INFO and DEBUG. 

"Defines the minimum set of levels recognized by the system, that is OFF,
FATAL, ERROR, WARN, INFODEBUG and ALL." should be "Defines the minimum set of
levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFO, DEBUG
and ALL."

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 50369] missing comma in class header javadoc for Level

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50369

Gil Cottle <gc...@redtown.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carnold@apache.org,
                   |                            |ceki@apache.org,
                   |                            |gcasf@redtown.org

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


[Bug 50369] missing comma in class header javadoc for Level

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50369

grobmeier <gr...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |log4j-dev@logging.apache.or
                   |                            |g
          Component|Other                       |Site & Docs
            Version|1.2                         |1.2.18

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

DO NOT REPLY [Bug 50369] missing comma in class header javadoc for Level

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50369

--- Comment #1 from Gil Cottle <gc...@redtown.org> 2011-10-05 19:22:15 UTC ---
Created attachment 27700
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27700
Patch to fix comma issue

All that is missing is a '>' and 'INFO<code'. I added a patch with the relevant
change.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


[Bug 50369] Missing comma in class header Javadoc for Level

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50369

Gil Cottle <gc...@redtown.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #2 from Gil Cottle <gc...@redtown.org> ---
This was not fixed in current revision 1467716. Reopening.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

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


[Bug 50369] Missing comma in class header Javadoc for Level

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50369

Gary Gregory <ga...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|missing comma in class      |Missing comma in class
                   |header javadoc for Level    |header Javadoc for Level

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

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


[Bug 50369] Missing comma in class header Javadoc for Level

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50369

Gary Gregory <ga...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

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


[Bug 50369] missing comma in class header javadoc for Level

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50369

grobmeier <gr...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.2.18                      |1.2
   Target Milestone|---                         |1.2.18

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 50369] Missing comma in class header Javadoc for Level

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50369

Gil Cottle <gc...@redtown.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Gil Cottle <gc...@redtown.org> ---
(In reply to comment #2)
> This was not fixed in current revision 1467716. Reopening.

Sorry. I was looking in the trunk of log4j2, not log4j. log4j's trunk was
fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

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