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 - AssertionError at org.netbeans.api.java.source.support.SelectionAwareJavaSourceTaskFactory$ChangeListenerImpl.stateChanged
Summary: AssertionError at org.netbeans.api.java.source.support.SelectionAwareJavaSour...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-04 13:51 UTC by Exceptions Reporter
Modified: 2016-05-07 01:59 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223817


Attachments
stacktrace (9.26 KB, text/plain)
2016-05-04 13:51 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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