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 67060 - "Assertion Error" during variable type change
Summary: "Assertion Error" during variable type change
Status: RESOLVED DUPLICATE of bug 65975
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-18 16:27 UTC by j_petrucci
Modified: 2006-10-23 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
source code of the class generating the error and message log (13.60 KB, application/x-compressed)
2005-10-18 16:28 UTC, j_petrucci
Details

Note You need to log in before you can comment on or make changes to this bug.
Description j_petrucci 2005-10-18 16:27:53 UTC
Hi,
I was just working for a simple Sudoku Solver and I had to change a byte matrix 
into an array of Vector so I made the following statemente change:

private byte[][] matrix  --->  private Vector<byte>[] matrix

As soon as background code analysis scanned the resulting erroneous definition 
caused by the previous assignement the IDE crashed reporting an "Assertion 
Error" and from that moment I can't open that source code anymore without 
running into that error.

I send you the original (working) java source code, the changed one (not 
working) and the message log generated by the IDE; I hope that it could help in 
solving this issue.

* best regards *
Comment 1 j_petrucci 2005-10-18 16:28:54 UTC
Created attachment 26094 [details]
source code of the class generating the error and message log
Comment 2 _ lcincura 2005-10-24 15:12:25 UTC
Reassigning for evaluation
Comment 3 David Simonek 2006-08-08 17:51:57 UTC
Already fixed in main trunk long ago. See 65975 for details.

*** This issue has been marked as a duplicate of 65975 ***