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 185085 - java.util.regex.PatternSyntaxException: Unexpected internal error near index 1 \ ^
Summary: java.util.regex.PatternSyntaxException: Unexpected internal error near index ...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-27 12:10 UTC by Exceptions Reporter
Modified: 2010-04-27 12:11 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 6621


Attachments
stacktrace (1.12 KB, text/plain)
2010-04-27 12:11 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-04-27 12:10:51 UTC
This issue was reported manually by mmirilovic.
It already has 25 duplicates 


Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP

User Comments:
krystyna: -installed themebuilder nbm; created first theme project, i appeared in project node and
then threw this exception.

GUEST: Just starting netbeans 6.1

oddvard: Happens on Winston's theme builder plugin project.

jamespb: typing in to the "Go To Type" dialog - it died when I typed (accidently) a close paren

GUEST: Opening the IDE

GUEST: i start the ide




Stacktrace: 
java.util.regex.PatternSyntaxException: Unexpected internal error near index 1
\
 ^
   at java.util.regex.Pattern.error(Pattern.java:1713)
   at java.util.regex.Pattern.compile(Pattern.java:1466)
   at java.util.regex.Pattern.<init>(Pattern.java:1133)
   at java.util.regex.Pattern.compile(Pattern.java:823)
   at java.lang.String.replaceAll(String.java:2189)
   at org.netbeans.modules.themebuilder.project.ThemeBuilderProjectOpenedHook.projectOpened(ThemeBuilderProjectOpenedHook.java:51)
Comment 1 Exceptions Reporter 2010-04-27 12:11:00 UTC
Created attachment 98129 [details]
stacktrace