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 267682 - ClassCastException: org.netbeans.modules.versioning.history.AbstractSummaryView$ShowLessEventsItem cannot be cast to org.netbeans.modules.versioning.history.AbstractSummaryView$ShowAllEventsItem
Summary: ClassCastException: org.netbeans.modules.versioning.history.AbstractSummaryVi...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-23 13:15 UTC by Ralph Ruijs
Modified: 2016-08-23 13:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225874


Attachments
stacktrace (3.00 KB, text/plain)
2016-08-23 13:15 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2016-08-23 13:15:53 UTC
Build: NetBeans IDE Dev (Build 20160823-b793b68bd510)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
ralphbenjamin: In Show Incoming, expanded a changeset with one file changed and pressed Show fewer files




Stacktrace: 
java.lang.ClassCastException: org.netbeans.modules.versioning.history.AbstractSummaryView$ShowLessEventsItem cannot be cast to org.netbeans.modules.versioning.history.AbstractSummaryView$ShowAllEventsItem
   at org.netbeans.modules.versioning.history.AbstractSummaryView$3.actionPerformed(AbstractSummaryView.java:129)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1663)
   at javax.swing.JComponent.processKeyBinding(JComponent.java:2882)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2929)
   at javax.swing.JComponent.processKeyEvent(JComponent.java:2845)
   at java.awt.Component.processEvent(Component.java:6310)
Comment 1 Ralph Ruijs 2016-08-23 13:15:55 UTC
Created attachment 161753 [details]
stacktrace