Issue Details (XML | Word | Printable)

Key: RVM-582
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Daniel Frampton
Reporter: David Grove
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RVM

Fix all javadoc "syntax" errors

Created: 07/Jul/08 09:07 AM   Updated: 01/Aug/08 04:04 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 3.0

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide
Since the nightly regression tests are no longer reporting javadoc errors, we've had quite a few creep into the code base. We should get to 0 javadoc failures for the 3.0 release.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
David Grove added a comment - 11/Jul/08 01:32 PM
I've reduced it down to half a dozen errors in MMTk that I don't know how to fix. Could you or Steve fix them?

thanks,

--dave


Ian Rogers added a comment - 16/Jul/08 11:32 AM
All the remaining warnings are caused by the tag:

@see org.mmtk.plan.SimplePhase#delegatePhase

SimplePhase has no member called delegatePhase.


Daniel Frampton added a comment - 18/Jul/08 02:58 AM
I have fixed the delegatePhase errors Ian mentioned.

I am leaving this open because we should running this as part of sanity again. or even pre-commit like checkstyle. Any reason not to?


Ian Rogers added a comment - 01/Aug/08 03:46 PM
RVM-118 captures that javadoc isn't being routinely tested.