cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 162219 - URI is not absolute
: URI is not absolute
Status: RESOLVED FIXED
: profiler
Base
: Dev
: All All
: P2 (vote)
: 6.7
Assigned To:
:
:
:
: REGRESSION
:
:
  Show dependency treegraph
 
Reported: 2009-04-08 13:44 by
Modified: 2009-04-10 07:36 (History)
Issue Type: DEFECT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-04-08 13:44:25
Steps:
1) open netbeans module core.startup 
2) invoke profile project
3) use default settings
4) click 'Run'
------- Comment #1 From 2009-04-08 13:49:35 -------
Regression caused by fix of issue #157978

java.lang.IllegalArgumentException: URI is not absolute
        at java.io.File.<init>(File.java:333)
        at
org.netbeans.lib.profiler.utils.MiscUtils.getClassPathFromManifest(MiscUtils.java:384)
        at
org.netbeans.lib.profiler.utils.MiscUtils.getPathComponents(MiscUtils.java:352)
        at
org.netbeans.lib.profiler.classfile.ClassRepository.initClassPaths(ClassRepository.java:409)
        at
org.netbeans.modules.profiler.NetBeansProfiler.cleanupBeforeProfiling(NetBeansProfiler.java:1855)
        at
org.netbeans.modules.profiler.NetBeansProfiler.access$2500(NetBeansProfiler.java:157)
        at
org.netbeans.modules.profiler.NetBeansProfiler$3.doInBackground(NetBeansProfiler.java:1064)
        at org.netbeans.lib.profiler.ui.SwingWorker$2.run(SwingWorker.java:113)
        at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
------- Comment #2 From 2009-04-08 14:12:02 -------
Fixed in profiler-main
changeset:   125653:a2088ebda0c2
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Apr 08 15:11:04 2009 +0200
summary:     bugfix #162219, java.io.File cannot be created from relative URI
------- Comment #3 From 2009-04-10 07:36:05 -------
Integrated into 'main-golden', will be available in build *200904100201* on
http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a2088ebda0c2
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #162219, java.io.File cannot be created from relative URI