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 200022 - NullPointerException: The lib parameter cannot be null
Summary: NullPointerException: The lib parameter cannot be null
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-10 21:10 UTC by sreimers
Modified: 2013-06-13 19:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179810


Attachments
stacktrace (2.10 KB, text/plain)
2011-07-10 21:10 UTC, sreimers
Details
stacktrace (2.13 KB, text/plain)
2013-06-13 19:43 UTC, michbarsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2011-07-10 21:10:44 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-7504-on-20110710)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02-334, Java(TM) SE Runtime Environment, 1.6.0_24-b07-334-10M3326
OS: Mac OS X

User Comments:
sreimers: Using scala support setting project properties in project creation to explicit lib




Stacktrace: 
java.lang.NullPointerException: The lib parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.spi.project.support.ant.ReferenceHelper.copyLibrary(ReferenceHelper.java:1551)
   at org.netbeans.modules.scala.project.J2SEProjectGenerator.copyRequiredLibraries(J2SEProjectGenerator.java:334)
   at org.netbeans.modules.scala.project.J2SEProjectGenerator.access$100(J2SEProjectGenerator.java:78)
   at org.netbeans.modules.scala.project.J2SEProjectGenerator$1$1.run(J2SEProjectGenerator.java:106)
   at org.netbeans.modules.scala.project.J2SEProjectGenerator$1$1.run(J2SEProjectGenerator.java:104)
Comment 1 sreimers 2011-07-10 21:10:49 UTC
Created attachment 109352 [details]
stacktrace
Comment 2 michbarsinai 2013-06-13 19:43:39 UTC
Created attachment 135777 [details]
stacktrace

Created a new scala project