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 166952 - IllegalArgumentException: URI is not hierarchical
Summary: IllegalArgumentException: URI is not hierarchical
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-11 23:22 UTC by paschelino
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152504


Attachments
stacktrace (8.15 KB, text/plain)
2009-06-11 23:22 UTC, paschelino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paschelino 2009-06-11 23:22:19 UTC
Build: NetBeans IDE 6.7 RC1 (Build 200905312038)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-11-generic, i386

User Comments:
paschelino: trying to import an abstract wsdl from my local filesystem with a relative path (as far as I know,
this is possible with the file: convenience protocol.) the input field showed really strange 
behaviour! it shoveld the cursor forward and backward so there was no control where the next
character happens to be. in the worst case, the input field seemed to have added a newline 
character: the content scrolled up and I wasn't able to see it properly any more.

strange thing........ ^^

but in fact: for collaboration in a team, the possibility to add relative paths is crucial!!! this 
should be the default!



Stacktrace: 
java.lang.IllegalArgumentException: URI is not hierarchical
        at java.io.File.<init>(File.java:363)
        at org.netbeans.modules.xml.schema.wizard.RetrieveXMLResourceVisualPanel1.validateFiles(RetrieveXMLResourceVisualPanel1.java:128)
        at org.netbeans.modules.xml.schema.wizard.RetrieveXMLResourceWizardPanel1.isValid(RetrieveXMLResourceWizardPanel1.java:105)
        at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:893)
        at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:837)
        at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:731)
Comment 1 paschelino 2009-06-11 23:22:32 UTC
Created attachment 83471 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:37 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.