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 199535 - NullPointerException: The p parameter cannot be null
Summary: NullPointerException: The p parameter cannot be null
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.0
Hardware: All All
: P1 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-20 08:14 UTC by Exceptions Reporter
Modified: 2011-11-01 09:53 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178164


Attachments
stacktrace (1.15 KB, text/plain)
2011-06-20 08:14 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-06-20 08:14:36 UTC
This issue was reported manually by mmirilovic.
It already has 31 duplicates 


Build: NetBeans IDE 7.0 (Build 110609-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
GUEST: Tryuid to open a newly create scala project.

GUEST: cannot build scala source

GUEST: install scala plugin.
create scala project.
write some scala codes.
right click the scala file.
then it occured.

GUEST: I created one scala-library project in EA Project. As I reopened Netbans comes always a nullpointer Exception. The scala project is not showed in projects list. I can't modify scala classes.




Stacktrace: 
java.lang.NullPointerException: The p parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.spi.project.support.GenericSources.group(GenericSources.java:120)
   at org.netbeans.modules.scala.project.J2SESources$1.run(J2SESources.java:122)
   at org.netbeans.modules.scala.project.J2SESources$1.run(J2SESources.java:106)
   at org.openide.util.Mutex.readAccess(Mutex.java:288)
   at org.netbeans.modules.scala.project.J2SESources.getSourceGroups(J2SESources.java:106)
Comment 1 Exceptions Reporter 2011-06-20 08:14:41 UTC
Created attachment 108982 [details]
stacktrace