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 251400 - NoClassDefFoundError: Could not initialize class org.netbeans.libs.git.GitBranch
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.libs.git.GitBranch
Status: RESOLVED DUPLICATE of bug 251306
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-24 15:05 UTC by estevemaruri
Modified: 2015-03-24 15:09 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213134


Attachments
stacktrace (1.18 KB, text/plain)
2015-03-24 15:05 UTC, estevemaruri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description estevemaruri 2015-03-24 15:05:04 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
estevemaruri: I startet NEtBeans and no project was selected, what was weird.
I selected a project and the exception jumped.

Now I see that the synchronized data, git connection and the opened files are gone.

GUEST: as

GUEST: problems during the restart after GIT plugin installation

GUEST: start NetBeans

estevemaruri: When trying to open a file

GUEST: cant install git module

GUEST: git

wlademir.mello: clean and build




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.libs.git.GitBranch
   at org.netbeans.modules.git.ui.repository.RepositoryInfo.<init>(RepositoryInfo.java:136)
   at org.netbeans.modules.git.ui.repository.RepositoryInfo.getInstance(RepositoryInfo.java:156)
   at org.netbeans.modules.git.Annotator.annotateFolderIcon(Annotator.java:373)
   at org.netbeans.modules.git.Annotator.annotateIcon(Annotator.java:257)
   at org.netbeans.modules.versioning.DelegatingVCS$2.annotateIcon(DelegatingVCS.java:243)
   at org.netbeans.modules.versioning.core.VersioningAnnotationProvider$Cache.annotate(VersioningAnnotationProvider.java:658)
Comment 1 estevemaruri 2015-03-24 15:05:06 UTC
Created attachment 152819 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-03-24 15:09:32 UTC

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