Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pierre-sion opened this issue Jun 27, 2014 · 1 comment
Closed

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

pierre-sion opened this issue Jun 27, 2014 · 1 comment
Assignees
Milestone

Comments

@pierre-sion
Copy link

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

@mfuchs23 mfuchs23 added this to the 8.0.1 milestone Jul 1, 2014
@mfuchs23 mfuchs23 self-assigned this Jul 1, 2014
@mfuchs23
Copy link
Owner

mfuchs23 commented Jul 1, 2014

Fixed for 8.0.1

@mfuchs23 mfuchs23 closed this as completed Jul 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants