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 135605 - *CallGraph*: AssertionError if source file has been renamed
Summary: *CallGraph*: AssertionError if source file has been renamed
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-22 14:22 UTC by dnikitin
Modified: 2008-05-30 19:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dnikitin 2008-05-22 14:22:47 UTC
-- invoke Call Graph
-- rename source file
-- press refresh button on Call Graph view

==>java.lang.AssertionError
	at org.netbeans.modules.cnd.completion.impl.xref.FileReferencesImpl.accept(FileReferencesImpl.java:102)
	at org.netbeans.modules.cnd.completion.impl.xref.FileReferencesImpl.accept(FileReferencesImpl.java:84)
	at org.netbeans.modules.cnd.callgraph.cndimpl.CallModelImpl.getCallees(CallModelImpl.java:167)
	at org.netbeans.modules.cnd.callgraph.impl.CallChildren.resetKeys(CallChildren.java:85)
	at org.netbeans.modules.cnd.callgraph.impl.CallChildren.access$000(CallChildren.java:53)
	at org.netbeans.modules.cnd.callgraph.impl.CallChildren$1.run(CallChildren.java:116)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Alexander Simon 2008-05-22 15:19:09 UTC
fixed
http://hg.netbeans.org/main/rev/bdaf6ac2de8b
Comment 2 dnikitin 2008-05-30 19:39:07 UTC
Verified in NetBeans IDE Dev (Build 200805290004)