[Bug 179] New: SLF4JLogFactory#getAttributeNames uses Vector

http://bugzilla.slf4j.org/show_bug.cgi?id=179 Summary: SLF4JLogFactory#getAttributeNames uses Vector Product: SLF4J Version: 1.5.x Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: jcl-over-slf4j AssignedTo: slf4j-dev@qos.ch ReportedBy: sdavids@gmx.de org.apache.commons.logging.impl.SLF4JLogFactory#getAttributeNames "Vector names" is not published therefore one could use an unsynchronized implementation, e.g. HashMap -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.

http://bugzilla.slf4j.org/show_bug.cgi?id=179 Ceki Gulcu <listid@qos.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Ceki Gulcu <listid@qos.ch> 2010-04-30 14:57:47 --- The code in question is never invoked so it doesn't matter what list type is used. Nevertheless, your observation is correct so I modified the code. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@pixie.qos.ch