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 103973 - java.lang.NullPointerException from org.netbeans.modules.mobility.project.ui.customizer.NewConfigurationPanel.getName(
Summary: java.lang.NullPointerException from org.netbeans.modules.mobility.project.ui....
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2007-05-15 11:46 UTC by Maksim Khramov
Modified: 2007-10-29 13:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception for this issue (3.72 KB, application/octet-stream)
2007-05-15 11:46 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2007-05-15 11:46:18 UTC
We are facing this exception (see attachment) reproducibly in our automated tests.
The test case opens Mobility Security Manager dialog and than closes it repeatedly.
Comment 1 Maksim Khramov 2007-05-15 11:46:52 UTC
Created attachment 42407 [details]
Exception for this issue
Comment 2 Marian Mirilovic 2007-05-15 12:00:00 UTC
Ubuntu 6.10 & JDK 6.0_01, NB Big IDE (200705140000)
Comment 3 Adam Sotona 2007-05-28 14:55:26 UTC
NewConfigurationPanel.getName() is called before NewConfigurationPanel
constructor is finished.

I can fix it on our side but this issue should be also reported to
com.sun.java.swing.plaf.gtk.GTKStyle owner.
Comment 4 Lukas Hasik 2007-07-09 09:54:25 UTC
milestone 10 finished already. Please reschedule the issue.
Comment 5 Lukas Hasik 2007-07-20 12:42:06 UTC
Dafe, do you know where to report issues to GTK?

Comment 6 David Simonek 2007-07-23 08:27:44 UTC
Yes, please file issue to bugster, to java, classes_swing subcomponent and add keywords "gtk" and "netbeans".
Comment 7 Adam Sotona 2007-07-24 17:49:47 UTC
Fixed on our side but the same may happen somewhere else.
Swing should not call getters of an instance before even parent constructor is finished.
Comment 8 Lukas Hasik 2007-10-05 13:30:15 UTC
reported as bug#6613473 to bugster for java/gtk team