DevBoost / JUnitLoop

JUnitLoop is a tiny Eclipse plug-in that executes all JUnit test cases in the workspace that might be affected when a class is saved.
10 stars 5 forks source link

NullPointerException in JUnitLoop update process (Eclipse Luna upgrade) #18

Closed d4vidi closed 9 years ago

d4vidi commented 9 years ago

Hi, since upgrading (fresh install) to Eclipse Luna, JUnitLoop stopped working; I keep getting this NullPointerException alert in the JUnitLoop (post-build) update process: screen shot 2014-11-18 at 10 54 06

Here's info from the associated entry in Eclipse' error log:

Session Data: eclipse.buildId=4.4.1.M20140925-0400 java.version=1.7.0_71 java.vendor=Oracle Corporation BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US Framework arguments: -product org.eclipse.epp.package.java.product -keyring /Users/amitd/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.java.product -keyring /Users/amitd/.eclipse_keyring -showlocation

(no stack trace is available)

The JUnitLoop project exists but no source code gets created.