Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 322255

Summary: ExecutionException in History view
Product: [Technology] EGit Reporter: Chris Aniszczyk <caniszczyk>
Component: UIAssignee: Mathias Kinzler <mathias.kinzler>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mathias.kinzler
Version: 0.9.0   
Target Milestone: 0.9.0-M2   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

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.