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 209074 - NullPointerException at java.util.HashSet.<init>
Summary: NullPointerException at java.util.HashSet.<init>
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 23:01 UTC by javydreamercsw
Modified: 2012-03-15 12:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183958


Attachments
stacktrace (1.62 KB, text/plain)
2012-03-01 23:01 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2012-03-01 23:01:37 UTC
Build: NetBeans IDE Dev (Build 201202270400)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
GUEST: Starting netbeans

javydreamercsw: Switching to an opened file.




Stacktrace: 
java.lang.NullPointerException
   at java.util.HashSet.<init>(HashSet.java:116)
   at org.netbeans.modules.xml.util.LookupManager$Handle.resultChanged(LookupManager.java:163)
   at org.openide.util.lookup.ProxyLookup$1Notify.run(ProxyLookup.java:179)
   at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:188)
   at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:124)
   at org.netbeans.core.startup.MainLookup.changeLookups(MainLookup.java:218)
Comment 1 javydreamercsw 2012-03-01 23:01:40 UTC
Created attachment 116266 [details]
stacktrace
Comment 2 Svata Dedic 2012-03-13 11:06:25 UTC
Changeset: 742dc54e1394
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2012-03-13 12:06
Message:   Issue #209074 - NullPointerException at java.util.HashSet.<init>: fixed
Fixed synchronization
Comment 3 Quality Engineering 2012-03-15 12:29:40 UTC
Integrated into 'main-golden', will be available in build *201203150400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/742dc54e1394
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #209074 - NullPointerException at java.util.HashSet.<init>: fixed
Fixed synchronization