This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 235418

Summary: NullPointerException at org.netbeans.play.PlayFramework.findFile
Product: third-party Reporter: kann
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203516
Attachments: stacktrace

Description kann 2013-09-02 15:01:48 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
kann: I only openned a playframework class




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.play.PlayFramework.findFile(PlayFramework.java:157)
   at org.netbeans.play.PlayFramework.lookupScalaJarFile(PlayFramework.java:136)
   at org.netbeans.play.classpath.BootClassPathImplementation.getResources(BootClassPathImplementation.java:53)
   at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:350)
   at org.netbeans.api.java.classpath.ClassPath.getRoots(ClassPath.java:262)
   at org.netbeans.api.java.classpath.ClassPath.findResource(ClassPath.java:448)
Comment 1 kann 2013-09-02 15:01:49 UTC
Created attachment 139583 [details]
stacktrace
Comment 2 Tomas Zezula 2013-09-02 15:06:52 UTC
I have completely no idea what's playframework.
However nothing in common with parsing infrastructure.
Please if you know more about the playframework reassign to correct module.
Thanks!