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 - NullPointerException at org.netbeans.play.PlayFramework.findFile
Summary: NullPointerException at org.netbeans.play.PlayFramework.findFile
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 15:01 UTC by kann
Modified: 2013-09-02 15:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203516


Attachments
stacktrace (1.78 KB, text/plain)
2013-09-02 15:01 UTC, kann
Details

Note You need to log in before you can comment on or make changes to this bug.
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!