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.

View | Details | Raw Unified | Return to bug 195381
Collapse All | Expand All

(-)debugger.jpda.ant/antsrc/org/netbeans/modules/debugger/jpda/ant/JPDAStart.java (+1 lines)
Lines 127-132 Link Here
127
    private static final Pattern[] BOOT_CLASSPATH_WARNING_FILTER = new Pattern[] {
127
    private static final Pattern[] BOOT_CLASSPATH_WARNING_FILTER = new Pattern[] {
128
        Pattern.compile(".*jre.lib.sunrsasign\\.jar$"),
128
        Pattern.compile(".*jre.lib.sunrsasign\\.jar$"),
129
        Pattern.compile(".*jre.classes$"),
129
        Pattern.compile(".*jre.classes$"),
130
        Pattern.compile(".*jdk\\.boot\\.jar$"),
130
    };
131
    };
131
132
132
    /** Name of the property to which the JPDA address will be set.
133
    /** Name of the property to which the JPDA address will be set.

Return to bug 195381