matthiasblaesing commented on pull request #3190:
URL: https://github.com/apache/netbeans/pull/3190#issuecomment-927152095


   Something is strange here, I ran the unittests and got failures for the new 
tests. These are the stack traces for the failures:
   
   ```
   java.lang.NullPointerException
        at 
org.netbeans.modules.maven.classpath.ClassPathProviderImplTest.testBrokenAnnotationPath(ClassPathProviderImplTest.java:472)
        at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
        at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
        at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
        at java.lang.Thread.run(Thread.java:748)
   java.lang.NullPointerException
        at 
org.netbeans.modules.maven.classpath.ClassPathProviderImplTest.testExplicitAnnotationClasspath(ClassPathProviderImplTest.java:440)
        at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
        at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
        at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
        at java.lang.Thread.run(Thread.java:748)
   java.lang.NullPointerException
        at 
org.netbeans.modules.maven.classpath.ClassPathProviderImplTest.testDifferentAnnotationClasspathForTests(ClassPathProviderImplTest.java:498)
        at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
        at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
        at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
        at java.lang.Thread.run(Thread.java:748)
   java.lang.NullPointerException
        at 
org.netbeans.modules.maven.classpath.ClassPathProviderImplTest.testDefaultAnnotationClasspath(ClassPathProviderImplTest.java:410)
        at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
        at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
        at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
        at java.lang.Thread.run(Thread.java:748)
   java.lang.NullPointerException
        at 
org.netbeans.modules.maven.classpath.ClassPathProviderImplTest.testChangeProcessorsFromImplicitToExplicit(ClassPathProviderImplTest.java:546)
        at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
        at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
        at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
        at java.lang.Thread.run(Thread.java:748)
   ```
   
   I tested with JDK 8 and JDK 11 and it ssems travis agrees to (I ignore the 
groovy tests, as they all seem to fail since a few weeks).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to