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

See Also:
Issue Type: DEFECT
Exception Reporter: 120018


Attachments
stacktrace (3.27 KB, text/plain)
2008-09-29 20:57 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-09-29 20:57:32 UTC
Build: NetBeans IDE Dev (Build 20080929142249)
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:
krystyna: new userdir with the all zip file, added glassfish b25, opened previous project

GUEST: Tried to create an EJB module -- get unexpected exception....

musilt2: - invoked CC in J2SE project -> no glassfish plugin functionality involved!!!

GUEST: opened netbeans.... a bunch of projects we're trying to scan I guess... i dunno

GUEST: trying to open required projects which are two beans that belong to a composite app

krystyna: new userdir with the all zip file, added glassfish b25, opened previous project



Stacktrace: 
java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence near index 4
web\javax.servlet.jsp.jstl-10.0-SNAPSHOT.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)
Comment 1 _ krystyna 2008-09-29 20:57:37 UTC
Created attachment 70839 [details]
stacktrace
Comment 2 Lukas Jungmann 2008-09-29 21:24:11 UTC

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