Community
Participate
Working Groups
Created attachment 209581 [details] Screenshot depicting the state in question. Eclipse EGit 1.3.0.201201121315 My view has 'Unstaged Changes (1)' but the command line doesn't seem to think so. Refreshing the view did not help. --------------- C:\Users\Remy\git\eclipse.platform.ui>git status # On branch master nothing to commit (working directory clean) C:\Users\Remy\git\eclipse.platform.ui>
It seems that I get errors when I try to refresh. Caused by: java.lang.NullPointerException at org.eclipse.egit.ui.internal.dialogs.CommitMessageComponent.setDefaults(CommitMessageComponent.java:439) at org.eclipse.egit.ui.internal.staging.StagingView.loadInitialState(StagingView.java:1297) at org.eclipse.egit.ui.internal.staging.StagingView.updateCommitMessageComponent(StagingView.java:1244) at org.eclipse.egit.ui.internal.staging.StagingView$25$1.run(StagingView.java:1169) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) ... 24 more
Can you still reproduce this problem? Please reopen in that case.