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 246169 - IllegalArgumentException: URI has an authority component
Summary: IllegalArgumentException: URI has an authority component
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
: 251283 251897 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-07-31 15:14 UTC by larsmaes
Modified: 2015-04-20 07:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211021


Attachments
stacktrace (10.58 KB, text/plain)
2014-07-31 15:14 UTC, larsmaes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description larsmaes 2014-07-31 15:14:01 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
larsmaes: I get this everytime while I move a class from and to another package




Stacktrace: 
java.lang.IllegalArgumentException: URI has an authority component
   at java.io.File.<init>(File.java:423)
   at org.netbeans.modules.refactoring.java.RefactoringUtils.getPackageName(RefactoringUtils.java:384)
   at org.netbeans.modules.refactoring.java.plugins.MoveFileRefactoringPlugin.getNewPackageName(MoveFileRefactoringPlugin.java:621)
   at org.netbeans.modules.refactoring.java.plugins.MoveFileRefactoringPlugin.getTargetPackageName(MoveFileRefactoringPlugin.java:645)
   at org.netbeans.modules.refactoring.java.plugins.MoveTransformer.getTargetPackageName(MoveTransformer.java:256)
   at org.netbeans.modules.refactoring.java.plugins.MoveTransformer.visitIdentifier(MoveTransformer.java:188)
Comment 1 larsmaes 2014-07-31 15:14:03 UTC
Created attachment 148449 [details]
stacktrace
Comment 2 Ralph Ruijs 2014-09-08 10:55:56 UTC
changeset:   9a493ff702a7
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Thu Sep 04 12:26:36 2014 +0200
summary:     #246169 - IllegalArgumentException: URI has an authority component
Comment 3 Quality Engineering 2014-09-13 04:52:35 UTC
Integrated into 'main-silver', will be available in build *201409130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9a493ff702a7
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #246169 - IllegalArgumentException: URI has an authority component
Comment 4 Ralph Ruijs 2015-03-24 12:36:36 UTC
*** Bug 251283 has been marked as a duplicate of this bug. ***
Comment 5 Ralph Ruijs 2015-04-20 07:47:49 UTC
*** Bug 251897 has been marked as a duplicate of this bug. ***