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 259125

Summary: AssertionError at org.netbeans.api.java.source.support.SelectionAwareJavaSourceTaskFactory$ChangeListenerImpl.stateChanged
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: SourceAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal CC: mkroll, NukemBy, zmirc
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223817
Attachments: stacktrace

Description Exceptions Reporter 2016-05-04 13:51:31 UTC
Build: NetBeans IDE Dev (Build 201605030002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 10

User Comments:
mkroll: Rename class in Project View

zmirc: Moving a Java class from one Maven project to another

zmirc: Moving a Java class from test to src

GUEST: Got exception dialog while moving a directory containing a single class between two Maven EJB module projects under the same EAR.

NukemBy: Refactor-rename java package

GUEST: Tried to refactor-move an empty class between namespaces.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.api.java.source.support.SelectionAwareJavaSourceTaskFactory$ChangeListenerImpl.stateChanged(SelectionAwareJavaSourceTaskFactory.java:177)
   at org.netbeans.api.java.source.support.OpenedEditors.fireChangeEvent(OpenedEditors.java:121)
   at org.netbeans.api.java.source.support.OpenedEditors.propertyChange(OpenedEditors.java:182)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
Comment 1 Exceptions Reporter 2016-05-04 13:51:33 UTC
Created attachment 159533 [details]
stacktrace
Comment 2 Jaroslav Havlin 2016-05-05 09:16:09 UTC
Reassigning to java/Source.
Please evaluate. Thank you.
Comment 3 Svata Dedic 2016-05-05 14:18:42 UTC
Fixed in jet-main#1b7339beb634
Comment 4 Quality Engineering 2016-05-07 01:59:13 UTC
Integrated into 'main-silver', will be available in build *201605070002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1b7339beb634
User: Svata Dedic <sdedic@netbeans.org>
Log: #259125: replanned UI work to EDT