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 232328 - AssertionError at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished
Summary: AssertionError at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-06 19:26 UTC by rodrigorsantos
Modified: 2013-07-12 02:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201920


Attachments
stacktrace (4.73 KB, text/plain)
2013-07-06 19:26 UTC, rodrigorsantos
Details
stacktrace (4.60 KB, text/plain)
2013-07-09 12:18 UTC, Sergey Petrov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2013-07-06 19:26:50 UTC
Build: NetBeans IDE Dev (Build 20130705-4a6116a2929a)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
eguser: Changing Class file name manually

rodrigorsantos: <Please provide a description of the problem or the steps to reproduce>
Error while rename class




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished(ScanDialog.java:86)
   at org.netbeans.modules.refactoring.java.ui.RefactoringActionsProvider.doRename(RefactoringActionsProvider.java:81)
   at org.netbeans.modules.refactoring.api.impl.ActionsImplementationFactory.doRename(ActionsImplementationFactory.java:91)
   at org.netbeans.modules.refactoring.spi.impl.RenameAction.performAction(RenameAction.java:77)
   at org.netbeans.modules.refactoring.spi.impl.RefactoringGlobalAction$ContextAction.actionPerformed(RefactoringGlobalAction.java:197)
   at org.netbeans.modules.refactoring.java.RenameHandlerImpl.handleRename(RenameHandlerImpl.java:77)
Comment 1 rodrigorsantos 2013-07-06 19:26:52 UTC
Created attachment 136761 [details]
stacktrace
Comment 2 Sergey Petrov 2013-07-09 12:18:20 UTC
Created attachment 136871 [details]
stacktrace

refactor just craeted util class
Comment 3 Ralph Ruijs 2013-07-10 08:18:43 UTC
changeset   : f973803c435d
author      : Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date        : Tue Jul 09 14:46:21 CEST 2013
summary     : #232328 - AssertionError at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished
Comment 4 Quality Engineering 2013-07-12 02:35:52 UTC
Integrated into 'main-silver', will be available in build *201307112300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f973803c435d
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #232328 - AssertionError at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished