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 202729 - [71cat] NullPointerException at org.netbeans.modules.j2ee.ddloaders.web.multiview.PagesMultiViewElement.propertyChange
Summary: [71cat] NullPointerException at org.netbeans.modules.j2ee.ddloaders.web.multi...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-27 11:25 UTC by sunbiz
Modified: 2011-10-14 15:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181431


Attachments
stacktrace (7.92 KB, text/plain)
2011-09-27 11:26 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2011-09-27 11:25:57 UTC
This bug was originally marked as duplicate of bug 167112, 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 Beta (Build 201109222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Windows 7

User Comments:
sunbiz: Discarding changes from web.xml designer changes in a spring project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ddloaders.web.multiview.PagesMultiViewElement.propertyChange(PagesMultiViewElement.java:158)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at org.netbeans.modules.schema2beans.BeanProp.notifyInternal(BeanProp.java:1543)
   at org.netbeans.modules.schema2beans.BaseBean.notifyInternal(BaseBean.java:1230)
   at org.netbeans.modules.schema2beans.BeanProp.notifyInternal(BeanProp.java:1580)
   at org.netbeans.modules.schema2beans.BaseBean.notifyInternal(BaseBean.java:1230)
Comment 1 sunbiz 2011-09-27 11:26:02 UTC
Created attachment 111235 [details]
stacktrace
Comment 2 Martin Fousek 2011-10-12 13:23:11 UTC
Fixed in web-main #7e9c1f0078bc.
Comment 3 Quality Engineering 2011-10-14 15:09:41 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7e9c1f0078bc
User: Martin Fousek <marfous@netbeans.org>
Log: #202729 - [71cat] NullPointerException at org.netbeans.modules.j2ee.ddloaders.web.multiview.PagesMultiViewElement.propertyChange