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 243070 - NullPointerException at org.netbeans.modules.glassfish.common.GlassfishInstance.equals
Summary: NullPointerException at org.netbeans.modules.glassfish.common.GlassfishInstan...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 243543 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-20 07:03 UTC by Burabari
Modified: 2015-04-28 02:57 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208244


Attachments
stacktrace (8.58 KB, text/plain)
2014-03-20 07:03 UTC, Burabari
Details
stacktrace (7.18 KB, text/plain)
2014-04-04 07:31 UTC, nickdick74
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Burabari 2014-03-20 07:03:33 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
Burabari: This nullpointer is typically thrown anytime I select the Files tap of my project. Maybe selecting Projects or Services tabs also cause it to be thrown but I'm not sure.

GUEST: didnt notice




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.glassfish.common.GlassfishInstance.equals(GlassfishInstance.java:1775)
   at org.openide.util.lookup.InstanceContent$SimpleItem.equals(InstanceContent.java:222)
   at java.util.AbstractList.equals(AbstractList.java:523)
   at java.util.Collections$UnmodifiableList.equals(Collections.java:1208)
   at org.openide.util.lookup.SimpleProxyLookup$ProxyResult.updateLookup(SimpleProxyLookup.java:249)
   at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:106)
Comment 1 Burabari 2014-03-20 07:03:35 UTC
Created attachment 146163 [details]
stacktrace
Comment 2 nickdick74 2014-04-04 07:31:26 UTC
Created attachment 146536 [details]
stacktrace

Removing a server
Comment 3 Exceptions Reporter 2014-05-14 14:09:52 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=208244
Comment 4 Petr Hejl 2015-03-10 15:22:37 UTC
*** Bug 243543 has been marked as a duplicate of this bug. ***
Comment 5 Petr Hejl 2015-04-27 11:14:07 UTC
Fixed in web-main 548a1bedaf06.
Comment 6 Quality Engineering 2015-04-28 02:57:58 UTC
Integrated into 'main-silver', will be available in build *201504280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/548a1bedaf06
User: Petr Hejl <phejl@netbeans.org>
Log: #243070 - NullPointerException at org.netbeans.modules.glassfish.common.GlassfishInstance.equals