Skip to content

Tag @value in TagManager.java is never resolved #3

@pierre-sion

Description

@pierre-sion

Dear Mr Fuchs,

I would like to fill a bug report regarding dbdoclet-7.1.0-92.
The tag @value is not process correctly (class org.dbdoclet.doclet.TagManager); the resolved value is always "Tag(@value): UnknownValueException!"

The bug lies in the method "public String getSeeNamePackage(ProgramElementDoc doc, String name)"
the line 316
pkgName = pkgName.substring(index);
should be replaced by:
pkgName = pkgName.substring(0, index);
(I tested the fix)

Thank you very much for this very useful tool, very much appreciated.

Best regards,
Pierre

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions