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 - NullPointerException at org.netbeans.core.windows.view.EditorView$EditorAreaComponent.getConstraintForLocation
Summary: NullPointerException at org.netbeans.core.windows.view.EditorView$EditorAreaC...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-21 17:34 UTC by menelaus35
Modified: 2016-01-01 06:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179426


Attachments
stacktrace (1.50 KB, text/plain)
2015-01-21 17:34 UTC, menelaus35
Details
stacktrace (1.52 KB, text/plain)
2016-01-01 06:32 UTC, nbsocko
Details

Note You need to log in before you can comment on or make changes to this bug.
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.