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 91829 - NPE from Customizer Support
Summary: NPE from Customizer Support
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
: 91914 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-04 15:33 UTC by Petr Pisl
Modified: 2007-03-15 10:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The NPE (7.50 KB, text/plain)
2007-01-04 15:34 UTC, Petr Pisl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2007-01-04 15:33:43 UTC
The commit from 01/02/07 is very suspicious. There are commented out
initializations of removeButton, moveUpButton and moveDownButton, but the
variables are still used -> NPE.
Comment 1 Petr Pisl 2007-01-04 15:34:41 UTC
Created attachment 37045 [details]
The NPE
Comment 2 Vince Kraemer 2007-01-04 19:36:16 UTC
Checking in Bundle.properties;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.21; previous revision: 1.20
done
Checking in CustomizerSupport.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/ui/CustomizerSupport.java,v
 <--  CustomizerSupport.java
new revision: 1.5; previous revision: 1.4
done
Comment 3 Vince Kraemer 2007-01-05 17:18:51 UTC
*** Issue 91914 has been marked as a duplicate of this issue. ***
Comment 4 Michal Mocnak 2007-03-15 10:41:52 UTC
Verified