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 142479 - [65cat] IllegalArgumentException: Tried to pass null folder arg
Summary: [65cat] IllegalArgumentException: Tried to pass null folder arg
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: martin_adamek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-31 21:34 UTC by dynamite
Modified: 2008-10-30 14:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 84937


Attachments
stacktrace (940 bytes, text/plain)
2008-07-31 21:34 UTC, dynamite
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dynamite 2008-07-31 21:34:35 UTC
Build: NetBeans IDE Dev (Build 200807310201)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 
Deleted JSP line from JSP file whilst the debugger is up.

Stacktrace: 
java.lang.IllegalArgumentException: Tried to pass null folder arg
        at org.openide.filesystems.FileUtil.isParentOf(FileUtil.java:1204)
        at org.openide.filesystems.FileUtil.getRelativePath(FileUtil.java:997)
        at org.netbeans.modules.groovy.support.debug.DebugUtils.getClassFilter(DebugUtils.java:73)
        at org.netbeans.modules.groovy.support.debug.GroovyLineBreakpoint.<init>(GroovyLineBreakpoint.java:99)
        at org.netbeans.modules.groovy.support.debug.GroovyLineBreakpoint.create(GroovyLineBreakpoint.java:129)
        at org.netbeans.modules.groovy.support.debug.GroovyToggleBreakpointActionProvider.doAction(GroovyToggleBreakpointActionProvider.java:109)
Comment 1 dynamite 2008-07-31 21:34:40 UTC
Created attachment 66226 [details]
stacktrace
Comment 2 martin_adamek 2008-09-15 13:47:00 UTC
Fixed.
http://hg.netbeans.org/main/rev/b19cfd3fbdd5
Comment 3 Quality Engineering 2008-09-15 17:39:44 UTC
Integrated into 'main-golden', will be available in build *200809151401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b19cfd3fbdd5
User: Martin Adamek <martin_adamek@netbeans.org>
Log: #142479: [65cat] IllegalArgumentException: Tried to pass null folder arg