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 82411 - Error in java code completion and java code parsing
Summary: Error in java code completion and java code parsing
Status: RESOLVED DUPLICATE of bug 73679
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-10 19:24 UTC by rengarajrr
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The log file for errors (311.29 KB, text/plain)
2006-08-10 19:36 UTC, rengarajrr
Details
Problematic java source (2.41 KB, text/plain)
2006-08-10 20:09 UTC, rengarajrr
Details
Problematic java source (511 bytes, application/octet-stream)
2006-08-10 20:09 UTC, rengarajrr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rengarajrr 2006-08-10 19:24:41 UTC
Lots of erros are thrown when using a inner class which is derived from a 
outer class. The outer class which contains the inner class having lot of 
other inner classes and inner enums. 

The code completion is going endlessly and the menu "source->override 
methods..." is greyed out.


The log file is attached.
Comment 1 rengarajrr 2006-08-10 19:36:36 UTC
Created attachment 32778 [details]
The log file for errors
Comment 2 rengarajrr 2006-08-10 19:38:35 UTC
The save menu is also greyed out and ctrl+s is not working.
Comment 3 rengarajrr 2006-08-10 19:50:39 UTC
The IDE is sometimes hanging and doing some long IO operation. This happens 
whenever try to access any java source file. The save menu(CTRL+s) greyed out 
and code completion stop(Also override methods menu greyed out) are specific 
to the class file where the javacore struggles to process the code. Working 
with other java files has no problem and just that long IO happening sometimes 
spontaneously.
Comment 4 rengarajrr 2006-08-10 20:09:34 UTC
Created attachment 32779 [details]
Problematic java source
Comment 5 rengarajrr 2006-08-10 20:09:53 UTC
Created attachment 32780 [details]
Problematic java source
Comment 6 rengarajrr 2006-08-10 21:04:44 UTC
There is a workaround to this problem.

Removing all the files and folders under <home>/.netbeans/5.0/var/cache is 
solving the problem.
Comment 7 Jan Becicka 2006-08-11 12:26:36 UTC
Should be fixed in latest 5.5

*** This issue has been marked as a duplicate of 73679 ***
Comment 8 Quality Engineering 2007-09-20 09:46:36 UTC
Reorganization of java component