Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 322255 - ExecutionException in History view
Summary: ExecutionException in History view
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 0.9.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 0.9.0-M2   Edit
Assignee: Mathias Kinzler CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-10 12:52 EDT by Chris Aniszczyk CLA
Modified: 2010-08-11 10:51 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2010-08-10 12:52:18 EDT
I got this in my log... not sure how yet...

!ENTRY org.eclipse.egit.ui 4 0 2010-08-10 11:47:41.048
!MESSAGE Could not get the current input from the history view
!STACK 0
org.eclipse.core.commands.ExecutionException: Could not get the current input from the history view
	at org.eclipse.egit.ui.internal.history.command.AbstractHistoryCommanndHandler.getInput(AbstractHistoryCommanndHandler.java:88)
	at org.eclipse.egit.ui.internal.history.command.CompareWithWorkingTreeHandler.isEnabled(CompareWithWorkingTreeHandler.java:56)
	at org.eclipse.ui.internal.handlers.HandlerProxy.isEnabled(HandlerProxy.java:320)
	at org.eclipse.core.commands.Command.isEnabled(Command.java:833)
	at org.eclipse.ui.internal.quickaccess.CommandProvider.getElements(CommandProvider.java:67)
	at org.eclipse.ui.internal.quickaccess.CommandProvider.<init>(CommandProvider.java:43)
Comment 1 Mathias Kinzler CLA 2010-08-11 10:35:56 EDT
Gerrit code review at http://egit.eclipse.org/r/#change,1283
Comment 2 Chris Aniszczyk CLA 2010-08-11 10:51:55 EDT
Fixed with cf12cbbba845bbaab24f312b481551915b319294.

Thanks.