Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] RecordingLogger defective Logger interface implementation

When compiling Jgit on Eclipse 3.6M7, a number of compile errors are generated in RecordingLogger in the package org.eclipse.jgit.http.test. The problem is that RecordingLogger implements the interface Logger from the package org.eclipse.jetty.util.log. Unfortunately not all the required interface methods have been implemented. Is this deliberate or is it a problem that should be corrected?

Back to the top