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 75174 - AssertionError when invoking context pop-up menu
Summary: AssertionError when invoking context pop-up menu
Status: RESOLVED DUPLICATE of bug 75183
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-18 17:06 UTC by Bernard Halas
Modified: 2006-10-23 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
logfile (18.99 KB, text/plain)
2006-04-18 17:08 UTC, Bernard Halas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Halas 2006-04-18 17:06:44 UTC
java.lang.AssertionError
	at org.netbeans.modules.junit.wizards.Utils.skipNulls(Utils.java:536)
	at
org.netbeans.modules.junit.GoToOppositeAction.getName(GoToOppositeAction.java:188)

This error shows up when trying to invoke menu in editor with right mouse
button, or pressing Shift+F10. This happens only with files from the Test
Specification (link:
http://qa.netbeans.org/modules/refactoring/promo-f/data/default.zip )

JDK 1.6.0 b80
NB 200604171800
OS Fedora Core 2
Comment 1 Bernard Halas 2006-04-18 17:08:59 UTC
Created attachment 29908 [details]
logfile
Comment 2 Bernard Halas 2006-04-18 17:23:14 UTC
The same result with a try to open menu Navigate ->
Also with build 200604161800.
Comment 3 Miloslav Metelka 2006-06-09 10:27:30 UTC
Looks like a problem in junit. Reassigning.
Comment 4 Marian Petras 2006-06-26 14:55:26 UTC
This is a duplicate of bug #75183 and was fixed in the development version of NB
6.0. Whether the fix will go to NB 5.5 will be determined soon.
Comment 5 Max Sauer 2006-06-26 15:33:59 UTC
Duplicate of issue 75183...

*** This issue has been marked as a duplicate of 75184 ***
Comment 6 Max Sauer 2006-06-26 15:35:53 UTC
Sorry, I made a typo..
Comment 7 Max Sauer 2006-06-26 15:36:17 UTC

*** This issue has been marked as a duplicate of 75183 ***
Comment 8 Marian Petras 2006-06-27 08:48:55 UTC
According to the log file, the error occured in development build of NetBeans
6.0, not in NB 5.5. The AssertionError could not be fired in NB 5.5 as the
source code for NB 5.5 does not contain the respective assert-statement.