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 114527 - java.lang.IllegalArgumentException: Tried to pass null fo arg
Summary: java.lang.IllegalArgumentException: Tried to pass null fo arg
Status: RESOLVED DUPLICATE of bug 115777
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 14:32 UTC by pzajac
Modified: 2007-09-18 13:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 2766


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2007-09-03 14:32:30 UTC
Build: NetBeans IDE Dev (Build 200709021200)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06
OS: Windows XP, 5.1, x86
STACKTRACE: (first 10 lines)
java.lang.IllegalArgumentException: Tried to pass null fo arg
        at org.openide.filesystems.FileUtil.isParentOf(FileUtil.java:1052)
        at org.openide.filesystems.FileUtil.getRelativePath(FileUtil.java:841)
        at org.netbeans.modules.profiler.ppoints.Utils.getRelativePath(Utils.java:221)
        at org.netbeans.modules.profiler.ppoints.CodeProfilingPoint$Location.store(CodeProfilingPoint.java:234)
        at org.netbeans.modules.profiler.ppoints.CodeProfilingPoint$Location.store(CodeProfilingPoint.java:229)
        at
org.netbeans.modules.profiler.ppoints.ResetResultsProfilingPointFactory.storeProfilingPoint(ResetResultsProfilingPointFactory.java:83)
        at org.netbeans.modules.profiler.ppoints.ProfilingPointFactory.saveProfilingPoints(ProfilingPointFactory.java:118)
        at org.netbeans.modules.profiler.ppoints.ProfilingPointFactory.saveProfilingPoints(ProfilingPointFactory.java:109)
        at
org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.storeProfilingPoints(ProfilingPointsManager.java:496)
        at org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.addProfilingPoints(ProfilingPointsManager.java:193)
Comment 1 Jiri Sedlacek 2007-09-03 14:57:22 UTC
Unfortunately I'm not able to reproduce just based on the stacktrace.
Comment 2 Tomas Hurka 2007-09-18 13:20:49 UTC

*** This issue has been marked as a duplicate of 115777 ***