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 197139 - NoClassDefFoundError: org/netbeans/libs/git/utils/GitURI
Summary: NoClassDefFoundError: org/netbeans/libs/git/utils/GitURI
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks: 197137
  Show dependency tree
 
Reported: 2011-03-28 08:09 UTC by Peter Nabbefeld
Modified: 2011-03-29 08:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177977


Attachments
stacktrace (6.10 KB, text/plain)
2011-03-28 08:09 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2011-03-28 08:09:49 UTC
This issue was reported manually by ovrabec.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-6692-on-110221)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP

Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/libs/git/utils/GitURI
   at org.netbeans.modules.git.ui.repository.remote.RemoteRepository.getURI(RemoteRepository.java:164)
   at org.netbeans.modules.git.ui.repository.remote.RemoteRepository$3.run(RemoteRepository.java:310)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:148)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
Comment 1 Peter Nabbefeld 2011-03-28 08:09:54 UTC
Created attachment 107325 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-03-28 08:18:52 UTC
tomas: you forgot to increase spec version for libs.git when GitURI was introduced
Comment 3 Ondrej Vrabec 2011-03-28 08:21:41 UTC
fix: http://hg.netbeans.org/core-main/rev/ce1892f0740d
Comment 4 Quality Engineering 2011-03-29 08:43:05 UTC
Integrated into 'main-golden', will be available in build *201103290400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ce1892f0740d
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #197139 - NoClassDefFoundError: org/netbeans/libs/git/utils/GitURI