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 85541 - NPE when "Edit Webservice Attributes"
Summary: NPE when "Edit Webservice Attributes"
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 10:26 UTC by Lukas Hasik
Modified: 2006-10-20 23:26 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE stacktrace (1.14 KB, text/plain)
2006-09-22 10:27 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2006-09-22 10:26:48 UTC
big IDE (NB, EntPack, CND, MobPack, Profiler) from 060920

-I created new webservice from wsdl (J2ee 5) in a web project
-NPE appears when "Edit Webservice Attributes" on the webservice node

-the only thing that I did with identity was that I created a sample (issue 85432)
Comment 1 Lukas Hasik 2006-09-22 10:27:12 UTC
Created attachment 34364 [details]
NPE stacktrace
Comment 2 Lukas Hasik 2006-09-22 10:50:17 UTC
increasing priority. 
Comment 3 Srividhya Narayanan 2006-09-22 17:25:09 UTC
This NPE seems to happen during closing a possibly open editor.
Comment 4 Peter Liu 2006-09-22 18:14:20 UTC
The NPE occurs depending on what editors are open in the IDE. Judging from where
the NPE is thrown, it is possible that certain TopComponent has null name.  I've
checked in some code to guard against null component and null component name so
NPE cannot occur.
Comment 5 _ hlu 2006-09-25 23:29:37 UTC
Reopen it because it still happened in build20060925.
Comment 6 _ hlu 2006-09-25 23:33:13 UTC
increasing to p1.
Comment 7 Srividhya Narayanan 2006-09-26 02:22:26 UTC
Looking at Hong's system reveals what she faces is not this issue but a
different one. Reverting this issue to what it was before REOPENING. She is
going to open a new one for the issue which is different than this.
Comment 8 _ hlu 2006-09-26 02:29:22 UTC
The NPE what I saw in build20060925 is different from this one. filed a new
issue 85734.
Comment 9 _ hlu 2006-10-20 23:26:14 UTC
verified in build20061020.