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 146629 - NullPointerException at org.netbeans.modules.vmd.io.editor.EditorViewElement.getVisualRepresentation
Summary: NullPointerException at org.netbeans.modules.vmd.io.editor.EditorViewElement....
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Andrew Korostelev
URL: http://statistics.netbeans.org/except...
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-09-09 11:32 UTC by Ivan Sidorkin
Modified: 2008-09-10 09:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 108527


Attachments
stacktrace (1.31 KB, text/plain)
2008-09-09 11:32 UTC, Ivan Sidorkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2008-09-09 11:32:31 UTC
Build: NetBeans IDE Dev (Build 200809081401)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Windows XP, 5.1, x86

User Comments: 
create Game Desinger

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.vmd.io.editor.EditorViewElement.getVisualRepresentation(EditorViewElement.java:100)
        at org.netbeans.core.multiview.MultiViewCloneableTopComponent.findPaneElement(MultiViewCloneableTopComponent.java:233)
        at org.netbeans.core.multiview.MultiViewCloneableTopComponent.getEditorPane(MultiViewCloneableTopComponent.java:221)
        at org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:964)
        at org.netbeans.modules.editor.hints.AnnotationHolder$1.run(AnnotationHolder.java:250)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 Ivan Sidorkin 2008-09-09 11:32:39 UTC
Created attachment 69391 [details]
stacktrace
Comment 2 Ivan Sidorkin 2008-09-09 11:40:20 UTC
game builder doesn't work at all
Comment 3 Andrew Korostelev 2008-09-09 13:32:34 UTC
fixed in main trunk
http://hg.netbeans.org/main/rev/7f96efe8e7b9
Comment 4 Andrew Korostelev 2008-09-09 13:47:10 UTC
It was incorrect link.
http://hg.netbeans.org/main/rev/745dd8689363

Comment 5 Quality Engineering 2008-09-10 06:05:18 UTC
Integrated into 'main-golden', will be available in build *200809100201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/745dd8689363
User: akorostelev@netbeans.org
Log: fix for #146629 - NullPointerException at org.netbeans.modules.vmd.io.editor.EditorViewElement.getVisualRepresentation
Comment 6 Ivan Sidorkin 2008-09-10 09:42:17 UTC
verified with NetBeans IDE Dev (Build 200809100201)