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 185059 - [69cat] NullPointerException at org.netbeans.modules.perspective.utils.ModeController.dock
Summary: [69cat] NullPointerException at org.netbeans.modules.perspective.utils.ModeCo...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Perspective (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: _ theanuradha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-27 07:21 UTC by Exceptions Reporter
Modified: 2010-04-27 07:22 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 47947


Attachments
stacktrace (1022 bytes, text/plain)
2010-04-27 07:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-04-27 07:21:56 UTC
This issue was reported manually by mmirilovic.
It already has 26 duplicates 


Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows Vista

User Comments:
leonhad: Clicked on a saved perspective button

GUEST: Saving a perspective

GUEST: After installing the perspectives plugin I tried to save a perspective.

oopman: Created a new perspective

leonhad: Save an perspective

thubalek: I have created new perspective. But it thrown NPE...

GUEST: Trying to save my Custom Perspective

leonhad: Save a perspective view

GUEST: I have been creating a new perspective

GUEST: I tryed to save perspective from menu
Window with code was opened full-workspace

leonhad: Clicked on perspective button




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.perspective.utils.ModeController.dock(ModeController.java:93)
   at org.netbeans.modules.perspective.utils.ModeController.switchView(ModeController.java:137)
   at org.netbeans.modules.perspective.utils.PerspectiveManagerImpl$1.run(PerspectiveManagerImpl.java:135)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:130)
Comment 1 Exceptions Reporter 2010-04-27 07:22:05 UTC
Created attachment 98095 [details]
stacktrace