Fixed up JavaDocs (where possible) to remove warnings (mostly about breakiterator).
65 lines of code changed in:
Fix-up of JavaDocs for filters (and a couple of style fixes too).
590 lines of code changed in:
Made the purpose of the no-arg constructor more obvious.
7 lines of code changed in:
Double doh - don't append the first character twice.
0 lines of code changed in:
Doh - use @exception, not @throws
4 lines of code changed in:
Fixed up JavaDocs, improved efficiency of readLine.
46 lines of code changed in:
Fixed up JavaDocs so they build without errors. The main changes were:
o Capitalisation. Please capitalise the first word of a new sentence, otherwise break-iterator complains.
o @created tags. These aren't valid JavaDoc, and the info is in CVS anyway...
14 lines of code changed in:
Added @ant.datatype tag.
1 lines of code changed in:
Fixed up JavaDoc comments again.
61 lines of code changed in:
Expanded JavaDoc comments on variable names.
14 lines of code changed in:
Fixed up the fix-up to obey "Must not be null" etc style.
9 lines of code changed in:
JavaDoc now builds without warnings again - thanks Erik :)
1 lines of code changed in:
Reapplied previous JavaDoc patch.
4 lines of code changed in:
Answered my own previous question concerning thread safety.
7 lines of code changed in:
JavaDoc changes.
72 lines of code changed in:
JavaDoc changes, and raised a potential multithreading issue. Search
for XXX to see details.
94 lines of code changed in:
JavaDoc comments and a couple of code changes.
Code changes:
Removed an unneeded nullity test null instanceof Foo is always false.
Changed replaceChild(UnknownElement, Object) with two methods:
replaceChild(UnknownElement,Task) and
replaceChild(UnknownElement,RuntimeConfigurable) to make it
absolutely clear that you can't just replace the children with random
elements.
I must admit I'm still far from entirely clear exactly how
UnknownElement works. It probably counts as black magic...
247 lines of code changed in:
JavaDoc comments.
Note: maybeConfigure implies that calling it twice will have no effect.
I have a suspicion that children would be added twice. Search for XXX
to find the details.
126 lines of code changed in:
Fixed (another) problem of <tt>...<tt> screwing up the rest of the page.
1 lines of code changed in:
Fixed problem of <tt>...<tt> screwing up the rest of the page.
1 lines of code changed in:
(17 more)