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 89025 - AssertionError after opening one of our test projects
Summary: AssertionError after opening one of our test projects
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2006-11-09 14:26 UTC by Marian Mirilovic
Modified: 2007-03-28 11:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project used in performance tests (626.58 KB, application/octet-stream)
2006-11-09 14:26 UTC, Marian Mirilovic
Details
AssertionError stack trace (11.42 KB, text/plain)
2006-11-09 14:28 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2006-11-09 14:26:00 UTC
Try to open attached project in the IDE.

NB Dev (200611081800) JDK 1.5.0_09 & JDK 6.0 (b103)

Right after opening this project rises AssertionError. This is 100% reproducible
on all our tested machines (LinFC3,Sol9,Sol10,Win2K,WinXP).
Comment 1 Marian Mirilovic 2006-11-09 14:26:56 UTC
Created attachment 35920 [details]
Project used in performance tests
Comment 2 Marian Mirilovic 2006-11-09 14:28:30 UTC
Created attachment 35922 [details]
AssertionError stack trace
Comment 3 Jan Lahoda 2006-11-21 08:00:51 UTC
Can be reproduced with this class:
-------------------------------
package javaapplication3;

public class Main {
    public void test() {
        for (java.util.Enumeration enum = null; enum.nextElement(); ) {
            
        }
    }
}
------------------------------
Comment 4 Tomas Zezula 2006-11-21 13:20:46 UTC
Checking in javac-impl.jar;
/cvs/java/external/javac-impl.jar,v  <--  javac-impl.jar
new revision: 1.15; previous revision: 1.14
done
Comment 5 Marian Mirilovic 2007-03-28 11:56:57 UTC
verified in NB Dev (200703271800)