[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/22943] New: regex: quantifier (?*+{}) without preceding t
From: |
molsoft at centrum dot cz |
Subject: |
[Bug classpath/22943] New: regex: quantifier (?*+{}) without preceding token |
Date: |
31 Aug 2005 17:47:35 -0000 |
Exception in thread "main" java.lang.ExceptionInInitializerError
<<No stacktrace available>>
Caused by: java.util.regex.PatternSyntaxException: At position 1 in regular
expression pattern:
quantifier (?*+{}) without preceding token
(?i:((http|https|ftp|irc)://[^s]+))
^
at java.util.regex.Pattern.<init>(Pattern.java:107)
at java.util.regex.Pattern.compile(Pattern.java:144)
at java.util.regex.Pattern.compile(Pattern.java:126)
at org.jibble.logbot.LogBot.<clinit>(LogBot.java:11)
This one can easily be reproduced with pirc logbot
(http://www.jibble.org/files/LogBot-0.1.0.zip).
--
Summary: regex: quantifier (?*+{}) without preceding token
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: from-classpath at savannah dot gnu dot org
CC: bug-classpath at gnu dot org,molsoft at centrum dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22943
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/22943] New: regex: quantifier (?*+{}) without preceding token,
molsoft at centrum dot cz <=