[ 
http://jira.codehaus.org/browse/MCLIRR-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_126295
 ] 

werner mueller commented on MCLIRR-7:
-------------------------------------

hallo

thanks for re-visting :)

the cause of this seems to be the j2ee dependency in a parent-pom:

                <dependency>
                        <groupId>org.apache.geronimo.specs</groupId>
                        <artifactId>geronimo-j2ee_1.4_spec</artifactId>
                        <scope>provided</scope>
                        <version>1.1</version>
                </dependency>
but changing the scope does not change anything for me. same exception.

at the moment i don't have test-case yet. i'll try to rip out the needed parts 
to create some project-representative.

some open-source failing project would better :)

'til later


> Fail's checking if dependencies are declared as optional
> --------------------------------------------------------
>
>                 Key: MCLIRR-7
>                 URL: http://jira.codehaus.org/browse/MCLIRR-7
>             Project: Maven 2.x Clirr Plugin
>          Issue Type: Bug
>         Environment: N/A
>            Reporter: David J. M. Karlsen
>            Assignee: Jochen Wiedmann
>             Fix For: 2.2
>
>
> If a dependency is declared optional - and classes in it are either extended 
> or elsewise supposed to be checked by clirr, it fails with a 
> ClassNotFoundException
>       java.lang.ClassNotFoundException: 
> org.springframework.web.servlet.HandlerInterceptor not found.
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] null
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.NullPointerException
>       at 
> org.apache.bcel.classfile.JavaClass.getAllInterfaces(JavaClass.java:808)
>       at 
> net.sf.clirr.core.internal.bcel.BcelJavaType.getAllInterfaces(BcelJavaType.java:78)
>       at 
> net.sf.clirr.core.internal.checks.InterfaceSetCheck.check(InterfaceSetCheck.java:58)
>       at net.sf.clirr.core.Checker.runClassChecks(Checker.java:190)
>       at net.sf.clirr.core.Checker.reportDiffs(Checker.java:136)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to