[slf4j-dev] [Bug 308] New: ErrorHandler should be an "interface", not a "class" - causes IncompatibleClassChangeError

bugzilla-daemon at qos.ch bugzilla-daemon at qos.ch
Thu Oct 24 07:01:51 CEST 2013


http://bugzilla.slf4j.org/show_bug.cgi?id=308

          Priority: P5
            Bug ID: 308
          Assignee: slf4j-dev at qos.ch
           Summary: ErrorHandler should be an "interface", not a "class" -
                    causes IncompatibleClassChangeError
          Severity: enhancement
    Classification: Unclassified
                OS: Windows NT
          Reporter: brett.vasconcellos at bidstrading.com
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: log4j-over-slf4j
           Product: SLF4J

If log4j-over-slf4j is used with code that has a class that "implement
ErrorHandler", the class cannot be loaded and results in an
IncompatibleClassChangeError

Changing the "class" keyword to "interface" in ErrorHandler.java fixes the
problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.qos.ch/pipermail/slf4j-dev/attachments/20131024/b1f55fd4/attachment.html>


More information about the slf4j-dev mailing list