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

Summary: Documentation Indices title filter patterns broken
Product: java Reporter: Jesse Glick <jglick>
Component: JavadocAssignee: Jan Pokorsky <jpokorsky>
Status: RESOLVED FIXED    
Severity: blocker Keywords: REGRESSION, SIMPLEFIX
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Suggested patch (seems to work for me anyway)

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