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 92377 - Error during parsing
Summary: Error during parsing
Status: RESOLVED DUPLICATE of bug 89072
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-11 20:30 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
dump file (41.74 KB, text/plain)
2007-01-11 20:31 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2007-01-11 20:30:41 UTC
NetBeans IDE Dev (Build 070111)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b104
Linux version 2.6.18-1.2239_1.fc5.cubbi_suspend2 running on i386
en_US (nb); UTF-8

I get an error while I was editing InstanceNode
Comment 1 _ rkubacki 2007-01-11 20:31:19 UTC
Created attachment 37290 [details]
dump file
Comment 2 _ rkubacki 2007-01-11 20:34:03 UTC
It happened to me when I changed 

new PropertySupport.ReadOnly
to
new PropertySupport.ReadOnly<String>

on line 421.
Comment 3 Jan Lahoda 2007-01-12 07:59:57 UTC

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