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 242642 - NullPointerException at org.netbeans.modules.web.project.WebActionProvider.areIncludesModified
Summary: NullPointerException at org.netbeans.modules.web.project.WebActionProvider.ar...
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-07 02:04 UTC by Exceptions Reporter
Modified: 2014-07-08 02:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208221


Attachments
stacktrace (3.42 KB, text/plain)
2014-03-07 02:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-03-07 02:04:09 UTC
This bug was originally marked as duplicate of bug 189633, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1.1 (Build 201203091344)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.project.WebActionProvider.areIncludesModified(WebActionProvider.java:685)
   at org.netbeans.modules.web.project.WebActionProvider.getTargetNames(WebActionProvider.java:393)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider$1Action.run(BaseActionProvider.java:423)
   at org.netbeans.modules.java.api.common.project.BaseActionProvider.invokeAction(BaseActionProvider.java:591)
   at org.netbeans.modules.project.ui.actions.FileCommandAction.actionPerformed(FileCommandAction.java:108)
   at org.netbeans.modules.project.ui.actions.LookupSensitiveAction.actionPerformed(LookupSensitiveAction.java:170)
Comment 1 Exceptions Reporter 2014-03-07 02:04:11 UTC
Created attachment 145823 [details]
stacktrace
Comment 2 David Konecny 2014-07-08 02:27:49 UTC
Single report from NB 7.1.1. Likely fixed since.