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 40542 - Documentation Indices title filter patterns broken
Summary: Documentation Indices title filter patterns broken
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: REGRESSION, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2004-02-26 21:43 UTC by Jesse Glick
Modified: 2004-02-29 20:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Suggested patch (seems to work for me anyway) (3.06 KB, patch)
2004-02-26 21:43 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-02-26 21:43:13 UTC
Due to the fact that the regexps were using
character-class constructions not supported by JDK
1.4's regexp engine. Probably broken during
removal of libs/regexp dependency.
Comment 1 Jesse Glick 2004-02-26 21:43:42 UTC
Created attachment 13691 [details]
Suggested patch (seems to work for me anyway)
Comment 2 Jesse Glick 2004-02-26 21:46:13 UTC
To test, just mount some Javadoc with a title such as "Overview (Java
2 Platform SE v1.4.2)". View -> Documentation Indices should have a
menu item showing just "Java 2 Platform SE v1.4.2", trimming the
unnecessary text.
Comment 3 Jan Pokorsky 2004-02-27 12:45:05 UTC
Thanks for the patch. Fixed in

/cvs/javadoc/src/org/netbeans/modules/javadoc/search/Bundle.properties,v1.57
/cvs/javadoc/src/org/netbeans/modules/javadoc/search/JavadocSearchType.java,v1.4
Comment 4 Jan Pokorsky 2004-02-29 20:47:38 UTC
forgot to mark as fixed