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 148619 - java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence near index 4 web\javax.servlet.jsp.jstl.jar ^
Summary: java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence n...
Status: RESOLVED DUPLICATE of bug 148604
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ pcw
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-29 13:57 UTC by Tomas Danek
Modified: 2008-09-29 14:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 120018


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2008-09-29 13:57:07 UTC
Build: NetBeans IDE Dev (Build 200809290201)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Windows XP, 5.1, x86
User comments: Extremely annoying, happens to me almost allways when invoking CC in J2SE project!


STACKTRACE: (first 10 lines)
java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence near index 4
web\javax.servlet.jsp.jstl.jar
    ^
        at java.util.regex.Pattern.error(Pattern.java:1713)
        at java.util.regex.Pattern.escape(Pattern.java:2177)
        at java.util.regex.Pattern.atom(Pattern.java:1952)
        at java.util.regex.Pattern.sequence(Pattern.java:1885)
        at java.util.regex.Pattern.expr(Pattern.java:1752)
        at java.util.regex.Pattern.compile(Pattern.java:1460)
        at java.util.regex.Pattern.<init>(Pattern.java:1133)
        at java.util.regex.Pattern.compile(Pattern.java:823)
        at org.netbeans.modules.glassfish.spi.ServerUtilities$VersionFilter.<init>(ServerUtilities.java:197)
        at org.netbeans.modules.glassfish.spi.ServerUtilities.getJarName(ServerUtilities.java:183)
Comment 1 Petr Hejl 2008-09-29 14:01:24 UTC

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