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 45062 - CCE: ParameterizedType.Impl from SemiPersistentElement.getInfos
Summary: CCE: ParameterizedType.Impl from SemiPersistentElement.getInfos
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-06-16 22:56 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (3.25 KB, text/plain)
2004-06-16 22:57 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-06-16 22:56:58 UTC
040616, fresh mdr cache. Just working on a simple
j2seproject and trying to use code completion.
Comment 1 Jesse Glick 2004-06-16 22:57:27 UTC
Created attachment 15792 [details]
Stack trace
Comment 2 Jesse Glick 2004-06-16 22:58:21 UTC
BTW this stack trace was preceded by a large number of error messages like

[...]
error: __input:138,1: illegal character: \35
error: __input:146,17: illegal character: \35
error: __input:149,1: illegal character: \35
error: __input:186,1: illegal character: \35
error: __input:190,1: illegal character: \35
error: __input:192,1: illegal character: \35
error: __input:193,1: illegal character: \35
error: __input:195,1: illegal character: \35

JDK 1.5.0 b55, Linux.
Comment 3 Jesse Glick 2004-06-16 23:00:35 UTC
The same exception is thrown over and over whenever I try to do
anything in the file, even plain text editing. Fast Import and Fix
Imports do nothing, i.e. offer the correct dialogs but make no changes.
Comment 4 Jesse Glick 2004-06-16 23:08:39 UTC
Possible factors:

1. Some classes were not imported when the first automatic parse of
the file occurred. But after fixing the imports (manually), the error
persists.

2. I have more than one copy of JDK sources in my default platform,
since I have an XML decl like this:

<!-- ... -->
  <sources>
    <resource>jar:file:/space/jdk1.5/src.zip!/</resource>
   
<resource>jar:file:/space/src/jdk150b51-solwin-src.zip!/j2se/src/share/classes/</resource>
   
<resource>jar:file:/space/src/jdk150b51-solwin-src.zip!/j2se/src/solaris/classes/</resource>
   
<resource>jar:file:/space/src/jdk150b51-solwin-src.zip!/j2se/src/windows/classes/</resource>
  </sources>
<!-- ... -->

and also more than one Java platform registered. This class was
initially bound to the default platform.
Comment 5 Martin Matula 2004-06-16 23:26:23 UTC
This bug was already reported this morning and fixed by Tomas Hurka.
Strangely the fix got removed by one of my commits. I have no idea how
that could happen since I haven't used any CVS tricks, just a regular
diff/commit/update (I missed the removal in the diff since it was 2
lines in a lot of changes).
I have now reapplied the fix so this issue should now be fixed in trunk.