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 101286 - UI of IDE disappeared after full screen action
Summary: UI of IDE disappeared after full screen action
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: RANDOM
: 101998 102766 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-17 10:11 UTC by ehucka
Modified: 2007-04-27 16:29 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception's stacktrace (3.67 KB, text/plain)
2007-04-17 10:13 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2007-04-17 10:11:48 UTC
NetBeans IDE Dev (Build 200704161800)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Linux version 2.6.16-1.2122_FC5 running on i386
Gnome 2

When I checked View | Full Screen action and window of ide was maximized an NPE
was thrown and ide's window disappeared - including its icon in side bar.
I cannot reproduce it after restart of ide.
Comment 1 ehucka 2007-04-17 10:13:53 UTC
Created attachment 41047 [details]
exception's stacktrace
Comment 2 David Simonek 2007-04-17 11:26:02 UTC
Passing to Project/ui, from where the exception is coming:

java.lang.NullPointerException
        at
org.netbeans.modules.project.ui.ProjectChooserAccessory.removeNotify(ProjectChooserAccessory.java:497)
Comment 3 Marian Mirilovic 2007-04-19 07:43:25 UTC
reproduced on my machine - this is awkward. I am not able to continue with
running IDE
Comment 4 Milan Kubec 2007-04-19 13:22:46 UTC
Cannot reproduce, but I added check for null to removeNotify().

Checking in ProjectChooserAccessory.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.java,v
 <--  ProjectChooserAccessory.java
new revision: 1.49; previous revision: 1.48
done
Comment 5 ehucka 2007-04-23 15:01:12 UTC
verified
Comment 6 Milan Kubec 2007-04-24 12:18:23 UTC
*** Issue 101998 has been marked as a duplicate of this issue. ***
Comment 7 Stanislav Aubrecht 2007-04-27 16:29:10 UTC
*** Issue 102766 has been marked as a duplicate of this issue. ***