Project

Profile

Help

Bug #4257

closed

Documentation javadoc search problems

Added by Debbie Lockett almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Category:
Documentation
Sprint/Milestone:
-
Start date:
2019-07-18
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.9, trunk
Fix Committed on Branch:
9.9, trunk
Fixed in Maintenance Release:
Platforms:

Description

A couple more issues with the javadoc documentation search mechanism:

  1. enum constants are not included in the search results

e.g. a search for '#ancestor' returns: the field net.sf.saxon.om/AxisInfo@ANCESTOR; the method net.sf.saxon.s9api.streams/Steps@ancestor; the field Saxon.Api/XdmAxis@Ancestor; but NOT the enum constant ANCESTOR on Enum net.sf.saxon.s9api.Axis

  1. searches for method names which are not all lower-case do not work

e.g. searching for '#buildDocument' returns no results, even though there is a buildDocument() method on Configuration and StaticQueryContext.

Please register to edit this issue

Also available in: Atom PDF