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 249375 - NullPointerException at org.netbeans.modules.properties.MultiBundleStructure.findEntries
Summary: NullPointerException at org.netbeans.modules.properties.MultiBundleStructure....
Status: RESOLVED DUPLICATE of bug 248860
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-16 02:56 UTC by aplatypus
Modified: 2015-03-20 10:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214251


Attachments
stacktrace (2.15 KB, text/plain)
2014-12-16 02:56 UTC, aplatypus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aplatypus 2014-12-16 02:56:13 UTC
This bug was originally marked as duplicate of bug 200108, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
aplatypus: drag-n-drop file from windows file explorer to the project tree.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.properties.MultiBundleStructure.findEntries(MultiBundleStructure.java:154)
   at org.netbeans.modules.properties.MultiBundleStructure.updateEntries(MultiBundleStructure.java:170)
   at org.netbeans.modules.properties.PropertiesOpen$Environment.propertyChange(PropertiesOpen.java:667)
   at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:197)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
Comment 1 aplatypus 2014-12-16 02:56:15 UTC
Created attachment 151124 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-03-20 10:11:47 UTC

*** This bug has been marked as a duplicate of bug 248860 ***