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 156591 - NullPointerException at org.netbeans.modules.j2ee.websphere6.dd.loaders.ui.PagesTablePanel$1.actionPerformed
Summary: NullPointerException at org.netbeans.modules.j2ee.websphere6.dd.loaders.ui.Pa...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-12 08:03 UTC by Martin Fousek
Modified: 2009-09-11 21:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145066


Attachments
stacktrace (2.24 KB, text/plain)
2009-01-12 08:03 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2009-01-12 08:03:41 UTC
Build: NetBeans IDE Dev (Build 200901120201)
VM: Java HotSpot(TM) Server VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b30
OS: Windows XP, 5.1, x86

User Comments:
marfous: 1, open ibm-web-ext.xml
2, add markup language
3, add some item in the bottom (id, name, uri)
4, try to delete it
-> exception appears (I have WebSphere 6.1)



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.j2ee.websphere6.dd.loaders.ui.PagesTablePanel$1.actionPerformed(PagesTablePanel.java:78)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
Comment 1 Martin Fousek 2009-01-12 08:03:49 UTC
Created attachment 75685 [details]
stacktrace
Comment 2 Petr Hejl 2009-09-09 12:11:10 UTC
Fixed in web-main 9c2866564fb3.
Comment 3 Quality Engineering 2009-09-11 21:50:26 UTC
Integrated into 'main-golden', will be available in build *200909111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9c2866564fb3
User: phejl@netbeans.org
Log: #156591 NullPointerException at org.netbeans.modules.j2ee.websphere6.dd.loaders.ui.PagesTablePanel$1.actionPerformed