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 180438 - NullPointerException at org.netbeans.modules.java.api.common.SourceRoots$6.run
Summary: NullPointerException at org.netbeans.modules.java.api.common.SourceRoots$6.run
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-08 11:56 UTC by peipeif
Modified: 2010-08-11 02:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164981


Attachments
stacktrace (1.53 KB, text/plain)
2010-02-08 11:56 UTC, peipeif
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peipeif 2010-02-08 11:56:05 UTC
This bug was originally marked as duplicate of bug 157511, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 1.5.0_19-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_19-b02
OS: Windows XP

User Comments:
peipeif: Trying to specify web and WEB-INF folders




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.api.common.SourceRoots$6.run(SourceRoots.java:339)
   at org.openide.util.Mutex.writeAccess(Mutex.java:469)
   at org.netbeans.modules.java.api.common.SourceRoots.putRoots(SourceRoots.java:326)
   at org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.storeRoots(WebProjectProperties.java:840)
   at org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.storeProperties(WebProjectProperties.java:590)
   at org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.access$200(WebProjectProperties.java:126)
Comment 1 peipeif 2010-02-08 11:56:09 UTC
Created attachment 93969 [details]
stacktrace
Comment 2 David Konecny 2010-08-11 02:51:14 UTC
Most likely resolved.