idea-plugin-revu
idea-plugin-revu copied to clipboard
NPE when selecting git revision
java.lang.NullPointerException
at git4idea.changes.GitCommittedChangeListProvider.getCommittedChangesImpl(GitCommittedChangeListProvider.java:140)
at git4idea.changes.GitCommittedChangeListProvider.getCommittedChanges(GitCommittedChangeListProvider.java:122)
at org.sylfra.idea.plugins.revu.utils.RevuVcsUtils.retrieveChanges(RevuVcsUtils.java:179)
at org.sylfra.idea.plugins.revu.utils.RevuVcsUtils.chooseCommittedChangeList(RevuVcsUtils.java:160)
at org.sylfra.idea.plugins.revu.ui.forms.review.FileScopeForm.selectChangeList(FileScopeForm.java:266)
at org.sylfra.idea.plugins.revu.ui.forms.review.FileScopeForm$4.actionPerformed(FileScopeForm.java:101)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
This happens when branch has not tracking branch.