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 153783

Summary: AssertionError at org.netbeans.modules.gototest.GotoOppositeAction.isEnabled
Product: utilities Reporter: Tomas Danek <musilt2>
Component: Jump ToAssignee: Victor Vasilyev <vvg>
Status: RESOLVED FIXED    
Severity: blocker CC: Chiana, gorrus, jglick, nleck, pjiricka, ytn01
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=141741
Issue Type: DEFECT Exception Reporter: 141741
Attachments: stacktrace
stacktrace
stacktrace

Description Tomas Danek 2008-11-24 15:31:03 UTC
Build: NetBeans Platform Dev (Build 200811181401)
VM: Java HotSpot(TM) Server VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b14
OS: Linux, 2.6.27-7-generic, i386

Stacktrace: 
java.lang.AssertionError
Comment 1 Tomas Danek 2008-11-24 15:31:19 UTC
Created attachment 74090 [details]
stacktrace
Comment 2 Jaromir Uhrik 2008-11-26 11:59:22 UTC
Closing as invalid because the problem comes from tests - according the offline discussion with the reporter who agreed
with closing.
Comment 3 Petr Jiricka 2010-11-29 11:09:36 UTC
This started appearing a lot again since build 101016, reopening.
Comment 4 Egor Ushakov 2010-12-13 11:49:21 UTC
Created attachment 104015 [details]
stacktrace
Comment 5 Tomas Danek 2010-12-13 12:39:39 UTC
reassigning + rising priority....lot of duplicates.
Comment 6 Dusan Balek 2010-12-13 17:19:59 UTC
Actually - two bugs combined in one report.

NPE from com.sun.tools.javac.comp.Flow.letInit - fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/c6a5b09e7ac0

changeset 0b3bf035efba in main/nb-javac
details: http://hg.netbeans.org/main/nb-javac?cmd=changeset;node=0b3bf035efba

Reassigning back to utilities/Jump To for AssertionError to be fixed.
Comment 7 ytn01 2010-12-14 07:40:26 UTC
Created attachment 104043 [details]
stacktrace

Calling an objects member method.
The IDE displayed the list of member methods after I entered "." next the object name.
I selected the desired method,
then the exception was throw.