fixed type 'Bariable'

seperated out API changes
improved docs for new 'default' attribute
This commit is contained in:
Lars Kühne 2004-04-03 05:43:06 +00:00
parent ceeebf2cd6
commit c0a17a8170
1 changed files with 17 additions and 9 deletions

View File

@ -116,9 +116,6 @@
and the left parenthesis of the parameter list. (module
MethodParamPad, request 843254)</li>
<li class="body">All comments are wrapped in TextBlocks
(request 885993).</li>
<li class="body">Added check to forbid endline
comments. (module TrailingComment, request 744970)</li>
@ -129,9 +126,6 @@
initializers. (module EmptyForInitializerPad, part of fix for
bug 895072)</li>
<li class="body">Added programmatic access to token type
documentation (request 724871)</li>
<li class="body">Added checkEmptyJavadoc property to JavadocStyle
check, contributed by Daniel Grenner (request 849056, patch 903597)
</li>
@ -142,8 +136,9 @@
<li class="body">Added attribute 'default' to configuration
&lt;property&gt; tags, improves usability for centralized
configuration files. This change triggered a new version of the
configuration DTD but your old configuration files will
still work.</li>
configuration DTD. Your old configuration files will still work,
but if you want to use the new 'default' attribute you need to
upgrade your configuration file to DTD version 1.2.</li>
<li class="body">Ignore comments in GenericIllegalRegexp check,
contributed by Daniel Grenner (request 680988, patch 902109).
@ -155,7 +150,7 @@
check to check only private and static methods (request 787683)</li>
<li class="body">Added excludeScope property to
Javadoc(Method|Bariable|Type|Style) checks (request
Javadoc(Method|Variable|Type|Style) checks (request
846108)</li>
</ul>
@ -239,6 +234,19 @@
</ul>
<p class="body">
API changes:
</p>
<ul>
<li class="body">Added programmatic access to token type
documentation (request 724871)</li>
<li class="body">All comments are wrapped in TextBlocks
(request 885993).</li>
</ul>
<a name="release3_3"></a>
<h2>Release 3.3</h2>
<p class="body">