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 269348 - AssertionError at org.netbeans.modules.versioning.ui.diff.DiffSidebar.shutdown
Summary: AssertionError at org.netbeans.modules.versioning.ui.diff.DiffSidebar.shutdown
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-15 01:37 UTC by Andrew Krasny
Modified: 2016-12-15 01:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227564


Attachments
stacktrace (4.71 KB, text/plain)
2016-12-15 01:37 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2016-12-15 01:37:06 UTC
Build: NetBeans IDE Dev (Build 20161129-fddc8d380cac)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Mac OS X

User Comments:
akrasny: double-clicked on usages finding; then pressed an arrow key to scroll the file to the needed position (this never happens automatically, btw.. at least for remote native files). got this exception.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.versioning.ui.diff.DiffSidebar.shutdown(DiffSidebar.java:610)
   at org.netbeans.modules.versioning.ui.diff.DiffSidebar.removeNotify(DiffSidebar.java:586)
   at java.awt.Container.removeNotify(Container.java:2804)
   at javax.swing.JComponent.removeNotify(JComponent.java:4767)
   at java.awt.Container.removeNotify(Container.java:2804)
   at javax.swing.JComponent.removeNotify(JComponent.java:4767)
Comment 1 Andrew Krasny 2016-12-15 01:37:08 UTC
Created attachment 163244 [details]
stacktrace