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 248806 - IllegalArgumentException: Handle for synthetic path
Summary: IllegalArgumentException: Handle for synthetic path
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-21 14:46 UTC by Vladimir Voskresensky
Modified: 2015-01-28 04:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213593


Attachments
stacktrace (2.61 KB, text/plain)
2014-11-21 14:46 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2014-11-21 14:46:20 UTC
Build: NetBeans IDE Dev (Build 20141121-5c644eb6eaa5)
VM: Java HotSpot(TM) Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: SunOS

User Comments:
vv159170: expand 2 nodes in call hierarchy




Stacktrace: 
java.lang.IllegalArgumentException: Handle for synthetic path
   at org.netbeans.api.java.source.TreePathHandle.create(TreePathHandle.java:259)
   at org.netbeans.modules.refactoring.java.callhierarchy.CallOccurrence.createOccurrence(CallOccurrence.java:92)
   at org.netbeans.modules.refactoring.java.callhierarchy.Call.createReference(Call.java:262)
   at org.netbeans.modules.refactoring.java.callhierarchy.Call.createUsage(Call.java:199)
   at org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.run(CallHierarchyTasks.java:431)
   at org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks$CallersTask.run(CallHierarchyTasks.java:323)
Comment 1 Vladimir Voskresensky 2014-11-21 14:46:21 UTC
Created attachment 150610 [details]
stacktrace
Comment 2 Ralph Ruijs 2015-01-26 16:43:38 UTC
changeset:   3bbcd8125f3e
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Jan 26 16:20:34 2015 +0100
summary:     #248806 - IllegalArgumentException: Handle for synthetic path
Comment 3 Quality Engineering 2015-01-28 04:12:56 UTC
Integrated into 'main-silver', will be available in build *201501280002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3bbcd8125f3e
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #248806 - IllegalArgumentException: Handle for synthetic path