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

Summary: java.lang.IllegalArgumentException: Tried to pass null fo arg
Product: profiler Reporter: pzajac <pzajac>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=2766
Issue Type: DEFECT Exception Reporter: 2766

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 ***