Wed, 12 Mar 2003 21:13:45 +0000a small NPE fix BLD200303130100
lebedkov@netbeans.org [Wed, 12 Mar 2003 21:13:45 +0000] rev 3265
a small NPE fix

Wed, 12 Mar 2003 16:31:09 +0000Update manifest file to push Tim's bugfix to alpha update center
tor@netbeans.org [Wed, 12 Mar 2003 16:31:09 +0000] rev 3264
Update manifest file to push Tim's bugfix to alpha update center

Wed, 12 Mar 2003 16:19:10 +0000Bugfix to method remover: PMD reports method begins where the declaration
tor@netbeans.org [Wed, 12 Mar 2003 16:19:10 +0000] rev 3263
Bugfix to method remover: PMD reports method begins where the declaration
begins, whereas NetBeans org.openide.src uses the start of the javadoc,
so for methods with javadoc my code wasn't working. Adjusted the code
to check both places.

Wed, 12 Mar 2003 10:07:26 +0000fix for 31876 New Task dialog - radio buttons behave like checkboxes
lebedkov@netbeans.org [Wed, 12 Mar 2003 10:07:26 +0000] rev 3262
fix for 31876 New Task dialog - radio buttons behave like checkboxes

Wed, 12 Mar 2003 04:04:36 +0000Add PMD suggestion fixer which allows whole methods to be removed
tor@netbeans.org [Wed, 12 Mar 2003 04:04:36 +0000] rev 3261
Add PMD suggestion fixer which allows whole methods to be removed
automatically. (Used by the unused-private-method rule)

Tue, 11 Mar 2003 17:23:06 +0000Clean up various TODO/XXX comments that were obsolete in the BLD200303120100
tor@netbeans.org [Tue, 11 Mar 2003 17:23:06 +0000] rev 3260
Clean up various TODO/XXX comments that were obsolete in the
suggestions module

Tue, 11 Mar 2003 17:15:27 +0000Fix bug where showing a confirmation for a change on the first
tor@netbeans.org [Tue, 11 Mar 2003 17:15:27 +0000] rev 3259
Fix bug where showing a confirmation for a change on the first
line caused an exception (because the confirmation dialog was
trying to show the lines surrounding the line to be changed - and
there is no prior line on line 1)

Tue, 11 Mar 2003 14:28:18 +0000Update
dkaspar@netbeans.org [Tue, 11 Mar 2003 14:28:18 +0000] rev 3258
Update

Tue, 11 Mar 2003 10:50:46 +0000Commented assertRetrievingDialog in testRecursiveCheckout
dkaspar@netbeans.org [Tue, 11 Mar 2003 10:50:46 +0000] rev 3257
Commented assertRetrievingDialog in testRecursiveCheckout

Tue, 11 Mar 2003 10:46:39 +0000Fixed enter character in group description in testCheckinGroup
dkaspar@netbeans.org [Tue, 11 Mar 2003 10:46:39 +0000] rev 3256
Fixed enter character in group description in testCheckinGroup