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 66977 - NPE at org.netbeans.modules.javacore.parser.ASTProvider.createBounds
Summary: NPE at org.netbeans.modules.javacore.parser.ASTProvider.createBounds
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-17 16:26 UTC by _ gtzabari
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack-trace (799 bytes, text/plain)
2005-10-17 16:27 UTC, _ gtzabari
Details
dump file (8.16 KB, text/plain)
2005-10-18 15:39 UTC, _ gtzabari
Details
Log file associated with dump file (326.10 KB, text/plain)
2005-10-18 15:39 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2005-10-17 16:26:49 UTC
dev build 200510111800

Sometimes I use "Source | Override Methods" to insert abstract methods and upon
clicking OK Netbeans sits there with CPU usage at 100% for a solid 10-20 seconds
before finally poping back into the editor with the attached exception.
Comment 1 _ gtzabari 2005-10-17 16:27:08 UTC
Created attachment 26038 [details]
stack-trace
Comment 2 Milan Kubec 2005-10-18 08:05:33 UTC
Please could you provide the source code or at least the fragment to reproduce
the exception. Does it happen only with one particular source? Thanks.
Comment 3 Tomas Hurka 2005-10-18 12:23:18 UTC
Please always attach whole ide.log. In this case there are valuable information
before stack trace you attached. In addition to that in ${netbeans_home}/var/log
there is file with extension .dump which caused this problem. Please attach this
dump file too. Thanks.
Comment 4 _ gtzabari 2005-10-18 15:38:22 UTC
Never knew about dump files, very cool :)
Comment 5 _ gtzabari 2005-10-18 15:39:05 UTC
Created attachment 26090 [details]
dump file
Comment 6 _ gtzabari 2005-10-18 15:39:35 UTC
Created attachment 26091 [details]
Log file associated with dump file
Comment 7 Milan Kubec 2005-10-18 15:44:16 UTC
I guess no more INCOMPLETE?
Comment 8 Martin Matula 2005-10-18 18:46:51 UTC
Thanks for the information. Tomas, please look at it.
Comment 9 Tomas Hurka 2005-10-20 14:59:02 UTC
Fixed in trunk.
Checking in ASTRepairer.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/ASTRepairer.java,v  <--  ASTRepairer.java
new revision: 1.7; previous revision: 1.6
done
Comment 10 Quality Engineering 2007-09-20 12:50:36 UTC
Reorganization of java component