[Clirr-devel] [ clirr-Bugs-1868061 ] classloader problem
Status: Alpha
Brought to you by:
lkuehne
From: SourceForge.net <no...@so...> - 2008-01-10 01:14:07
|
Bugs item #1868061, was opened at 2008-01-10 02:14 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590799&aid=1868061&group_id=89627 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Checker Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jochen Wiedmann (joe) Assigned to: Nobody/Anonymous (nobody) Summary: classloader problem Initial Comment: I am one of the maintainers of the clirr-maven-plugin (see http://mojo.codehaus.org/clirr-maven-plugin). When I run mvn clirr:check in the commons-fileupload project (see http://commons.apache.org/fileupload), then I receive the error message below. FileUploadBase$1 is a class of the new version (1.2.1). This class doesn't exist in 1.2. I have checked, that no JavaType instance is present for this class in the old version. To the best of my knowledge, the classloaders are fine. Any ideas? net.sf.clirr.core.CheckerException: Unable to find information in class org.apache.commons.fileupload.FileUploadBase referring back to nested class org.apache.commons.fileupload.FileUploadBase$1 at net.sf.clirr.core.internal.bcel.BcelScopeHelper.getClassScope(BcelScopeHelper.java:127) at net.sf.clirr.core.internal.bcel.BcelJavaType.getDeclaredScope(BcelJavaType.java:141) at net.sf.clirr.core.internal.bcel.BcelJavaType.getEffectiveScope(BcelJavaType.java:145) at net.sf.clirr.core.Checker.runClassChecks(Checker.java:156) at net.sf.clirr.core.Checker.reportDiffs(Checker.java:136) at org.codehaus.mojo.clirr.AbstractClirrMojo.executeClirr(AbstractClirrMojo.java:235) at org.codehaus.mojo.clirr.AbstractClirrMojo.executeClirr(AbstractClirrMojo.java:181) at org.codehaus.mojo.clirr.ClirrCheckMojo.execute(ClirrCheckMojo.java:68) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590799&aid=1868061&group_id=89627 |