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 249934

Summary: NullPointerException at org.netbeans.core.windows.view.EditorView$EditorAreaComponent.getConstraintForLocation
Product: platform Reporter: menelaus35 <menelaus35>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal CC: nbsocko
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 179426
Attachments: stacktrace
stacktrace

Description menelaus35 2015-01-21 17:34:08 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
GUEST: Try to clean build of web project

GUEST: ?????

menelaus35: ..




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.windows.view.EditorView$EditorAreaComponent.getConstraintForLocation(EditorView.java:341)
   at org.netbeans.core.windows.view.dnd.WindowDnDManager.performDrop(WindowDnDManager.java:928)
   at org.netbeans.core.windows.view.dnd.WindowDnDManager.tryPerformDrop(WindowDnDManager.java:830)
   at org.netbeans.core.windows.view.dnd.TopComponentDragSupport$3.run(TopComponentDragSupport.java:662)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
Comment 1 menelaus35 2015-01-21 17:34:10 UTC
Created attachment 151602 [details]
stacktrace
Comment 2 nbsocko 2016-01-01 06:32:01 UTC
Created attachment 157963 [details]
stacktrace

Opened NetBeans and this error was showing at the bottom of the window.