Closed
Bug 380215
Opened 19 years ago
Closed 7 years ago
Build process reports many javadoc warnings
Categories
(Directory Graveyard :: LDAP Java SDK, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nkinder, Assigned: mcs)
Details
Attachments
(2 files)
|
38.21 KB,
patch
|
Details | Diff | Splinter Review | |
|
11.03 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070313 Fedora/1.5.0.10-5.fc6 Firefox/1.5.0.10
Build Identifier:
When building the ldapjdk (ant dist target), a large number of warnings are output when generating the javadocs. This is due to param tags not matching method parameter names as well as things like illegal use of the see tag.
We should fix the javadoc comments to eliminate these warnings.
Reproducible: Always
These changes correct the usage of the javadoc tags. With these changes, we don't get warnings about generating javadocs anymore during the build process.
Comment 2•19 years ago
|
||
(In reply to comment #1)
> Created an attachment (id=264284) [details]
> CVS Diffs
>
> These changes correct the usage of the javadoc tags. With these changes, we
> don't get warnings about generating javadocs anymore during the build process.
>
Ok.
Comment 4•7 years ago
|
||
Not activity for at least 6 years, closing.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•