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 209012 - IllegalStateException: Unknown status: [REMOVED_HEAD_INDEX]
Summary: IllegalStateException: Unknown status: [REMOVED_HEAD_INDEX]
Status: RESOLVED DUPLICATE of bug 206883
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-29 16:58 UTC by sworisbreathing
Modified: 2012-03-01 08:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185404


Attachments
stacktrace (885 bytes, text/plain)
2012-02-29 16:58 UTC, sworisbreathing
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sworisbreathing 2012-02-29 16:58:46 UTC
This bug was originally marked as duplicate of bug 199649, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11D50
OS: Mac OS X

User Comments:
sworisbreathing: I had two files in my project's git repository which I wanted ignored.
I exited NetBeans and ran "git rm --cached <filename>" for each of the files on the command line.
I then reopened NetBeans, selected both files (under the "Files" window), right-clicked, and selected Git->Ignore from the popup menu.
Once this finished, I opened up the IDE Log because I wanted to see what command had been run.  That's when I first noticed this error.




Stacktrace: 
java.lang.IllegalStateException: Unknown status: [REMOVED_HEAD_INDEX]
   at org.netbeans.modules.git.Annotator.annotateNameHtml(Annotator.java:520)
   at org.netbeans.modules.git.Annotator.annotateName(Annotator.java:285)
   at org.netbeans.modules.versioning.VersioningAnnotationProvider$Cache.annotate(VersioningAnnotationProvider.java:647)
   at org.netbeans.modules.versioning.VersioningAnnotationProvider$Cache.annotate(VersioningAnnotationProvider.java:680)
   at org.netbeans.modules.versioning.VersioningAnnotationProvider$Cache.access$1700(VersioningAnnotationProvider.java:502)
   at org.netbeans.modules.versioning.VersioningAnnotationProvider$Cache$AnnotationRefreshTask.run(VersioningAnnotationProvider.java:771)
Comment 1 sworisbreathing 2012-02-29 16:58:49 UTC
Created attachment 116214 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-03-01 08:51:54 UTC

*** This bug has been marked as a duplicate of bug 206883 ***