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.

Actions #1

Updated by Debbie Lockett almost 5 years ago

  • Status changed from New to Resolved
  • Fix Committed on Branch 9.9, trunk added

The problem is with javadoc-types.xml, used for javadoc searches, as generated by jd-build/chunk-javadoc.xsl.

Fix in jd-build/chunk-javadoc.xsl stylesheet committed on 9.9 and 10.0 branches (build99 and build100).

Regenerated javadoc-xml/javadoc-types.xml in 9.9 documentation to be updated with next maintenance release.

Actions #2

Updated by O'Neil Delpratt over 4 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 0 to 100
  • Fixed in Maintenance Release 9.9.1.5 added

Bug fix applied in the Saxon 9.9.1.5 maintenance release.

Please register to edit this issue

Also available in: Atom PDF