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 222395 - AssertionError at org.netbeans.modules.groovy.refactoring.RefactoringTask$NodeToElementTask.<init>
Summary: AssertionError at org.netbeans.modules.groovy.refactoring.RefactoringTask$Nod...
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 14:38 UTC by FrantaM
Modified: 2012-11-21 13:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195370


Attachments
stacktrace (4.34 KB, text/plain)
2012-11-19 14:38 UTC, FrantaM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2012-11-19 14:38:13 UTC
Build: NetBeans IDE Dev (Build 201211140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
FrantaM: - Alt+F7 on a method
- "Find Usages" dialog [enter]
- "Usages" tab opened, Alt+F7 again




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.groovy.refactoring.RefactoringTask$NodeToElementTask.<init>(RefactoringTask.java:242)
   at org.netbeans.modules.groovy.refactoring.RefactoringTaskFactory$FindUsagesNodeToElementTask.<init>(RefactoringTaskFactory.java:150)
   at org.netbeans.modules.groovy.refactoring.RefactoringTaskFactory.getNodeToElementTask(RefactoringTaskFactory.java:102)
   at org.netbeans.modules.groovy.refactoring.RefactoringTaskFactory.createRefactoringTask(RefactoringTaskFactory.java:77)
   at org.netbeans.modules.groovy.refactoring.RefactoringActionsProvider.createTask(RefactoringActionsProvider.java:98)
   at org.netbeans.modules.groovy.refactoring.RefactoringActionsProvider.canBeDone(RefactoringActionsProvider.java:93)
Comment 1 FrantaM 2012-11-19 14:38:15 UTC
Created attachment 128062 [details]
stacktrace
Comment 2 Martin Janicek 2012-11-20 09:12:33 UTC
Fixed in: web-main #95c7f33e236c
Comment 3 Quality Engineering 2012-11-21 13:46:22 UTC
Integrated into 'main-golden', will be available in build *201211211016* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/95c7f33e236c
User: Martin Janicek <mjanicek@netbeans.org>
Log: #222395 - AssertionError at org.netbeans.modules.groovy.refactoring.RefactoringTask$NodeToElementTask.<init>