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 43410 - NPE in Project customizer
Summary: NPE in Project customizer
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-05-18 09:55 UTC by Marek Fukala
Modified: 2006-03-24 10:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.NullPointerException at org.netbeans.modules.web.project.ui.customizer.VisualPropertySupport$ComponentListener.actionPerformed(VisualPropertySupport.java:202) (4.63 KB, text/plain)
2004-05-18 09:56 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2004-05-18 09:55:45 UTC
[20040517]
In a fresh web project I invoked the project
customizer and clicked on Running Project node.
The subsequent click to the General node caused a
NPE to be thrown. I don't see any direct impact on
the functionality and moreover the phenomenon
seems to be random - I cannot reproduce it in a
trivial way.
Comment 1 Marek Fukala 2004-05-18 09:56:44 UTC
Created attachment 14929 [details]
java.lang.NullPointerException at org.netbeans.modules.web.project.ui.customizer.VisualPropertySupport$ComponentListener.actionPerformed(VisualPropertySupport.java:202)
Comment 2 Radko Najman 2004-05-18 13:29:20 UTC
I've found this issue too. It is a problem with Java platform setting
on the General panel.
Comment 3 Radko Najman 2004-05-19 08:48:47 UTC
Fixed.
Comment 4 Marek Fukala 2004-07-07 17:19:02 UTC
verified in #20040707