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 207833 - IllegalArgumentException at org.netbeans.api.java.source.ElementUtilities.enclosingTypeElementImpl
Summary: IllegalArgumentException at org.netbeans.api.java.source.ElementUtilities.enc...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-27 13:19 UTC by Maksim Khramov
Modified: 2012-03-15 14:26 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184838


Attachments
stacktrace (7.05 KB, text/plain)
2012-01-27 13:19 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2012-01-27 13:19:06 UTC
Build: NetBeans IDE Dev (Build 201201170601)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-ea-b02
OS: Windows 7

Stacktrace: 
java.lang.IllegalArgumentException
   at org.netbeans.api.java.source.ElementUtilities.enclosingTypeElementImpl(ElementUtilities.java:148)
   at org.netbeans.api.java.source.ElementUtilities.enclosingTypeElement(ElementUtilities.java:142)
   at org.netbeans.modules.refactoring.java.plugins.MoveMembersTransformer$6.visitIdentifier(MoveMembersTransformer.java:536)
   at org.netbeans.modules.refactoring.java.plugins.MoveMembersTransformer$6.visitIdentifier(MoveMembersTransformer.java:512)
   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1716)
   at com.sun.source.util.TreeScanner.scan(TreeScanner.java:76)
Comment 1 Maksim Khramov 2012-01-27 13:19:17 UTC
Created attachment 115312 [details]
stacktrace
Comment 2 Ralph Ruijs 2012-03-09 14:51:28 UTC
Changeset: 4fb343f144ee
Author:    Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Date:      2012-03-09 15:46
Message:   
Issue #207833 - IllegalArgumentException at org.netbeans.api.java.source.ElementUtilities.enclosingTypeElementImpl
Comment 3 Quality Engineering 2012-03-10 11:02:56 UTC
Integrated into 'main-golden', will be available in build *201203100400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4fb343f144ee
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: Issue #207833 - IllegalArgumentException at org.netbeans.api.java.source.ElementUtilities.enclosingTypeElementImpl