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 64848 - infinite loop of ClassCastExceptions in org.netbeans.modules.javacore.jmiimpl.javamodel.AssignmentImpl
Summary: infinite loop of ClassCastExceptions in org.netbeans.modules.javacore.jmiimpl...
Status: RESOLVED DUPLICATE of bug 63195
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 15:54 UTC by Dieter Lamberty
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stacktrace (1003 bytes, text/plain)
2005-09-21 15:56 UTC, Dieter Lamberty
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dieter Lamberty 2005-09-21 15:54:50 UTC
I got an infinite loop of ClassCastExceptions in the class
org.netbeans.modules.javacore.jmiimpl.javamodel.AssignmentImpl.

I did not know what I did to reproduce this, I just selected some code inside a
java file when it started :-(

I use NB 5.0 Build 200509151455.
Comment 1 Dieter Lamberty 2005-09-21 15:56:19 UTC
Created attachment 25042 [details]
Stacktrace
Comment 2 Dieter Lamberty 2005-09-22 07:41:06 UTC
Steps to reproduce 

- Insert the following code line in a java sourcefile:
    String s = List<Integer> l = new ArrayList<Integer>()

- now mark the first part (String s) 
Comment 3 Milan Kubec 2005-09-27 13:10:51 UTC
Nice catch, increasing priority. Please evaluate.
Comment 4 Pavel Flaska 2005-09-27 13:18:34 UTC
Nice catch, this was already fixed :-).

*** This issue has been marked as a duplicate of 63195 ***
Comment 5 Quality Engineering 2007-09-20 09:54:58 UTC
Reorganization of java component