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 198663 - IllegalArgumentException: URI is not absolute
Summary: IllegalArgumentException: URI is not absolute
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 06:43 UTC by Ondrej Vrabec
Modified: 2011-05-18 08:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178884


Attachments
stacktrace (7.25 KB, text/plain)
2011-05-17 06:43 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2011-05-17 06:43:53 UTC
Build: NetBeans IDE Dev (Build 20110509-9eca6e363da5)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Linux

Stacktrace: 
java.lang.IllegalArgumentException: URI is not absolute
   at java.io.File.<init>(File.java:361)
   at org.netbeans.modules.git.ui.repository.remote.RemoteRepository.onBrowse(RemoteRepository.java:467)
   at org.netbeans.modules.git.ui.repository.remote.RemoteRepository.actionPerformed(RemoteRepository.java:250)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
Comment 1 Ondrej Vrabec 2011-05-17 06:43:57 UTC
Created attachment 108347 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-05-17 06:47:01 UTC
fix: http://hg.netbeans.org/core-main/rev/bea012547b6e
Comment 3 Ondrej Vrabec 2011-05-17 07:10:14 UTC
7.0.1 fix: http://hg.netbeans.org/releases/rev/94cc212b577a
Comment 4 Quality Engineering 2011-05-18 08:51:28 UTC
Integrated into 'main-golden', will be available in build *201105180400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/bea012547b6e
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #198663 - IllegalArgumentException: URI is not absolute