added rfe ids

This commit is contained in:
lkuehne 2003-01-07 19:34:23 +00:00
parent bc1739ca42
commit a8c8ea7bfa
1 changed files with 3 additions and 2 deletions

View File

@ -54,10 +54,11 @@
<li class="body">Users can specify the Java token types for which a check must be performed. For example users can now control that there should be whitespace after 'synchronized' but not after 'if' (request 536385).</li>
<li class="body">Detect classes that override 'equals()' but not 'hashCode()' (request 554373).</li>
<li class="body">Detect inner assignments, e.g. 'this.add(label = new JLabel("yes, I'm a C hacker"));' (request 521325).</li>
<li class="body">Detect matches of generic regular expressions (requests 595254, 621247).</li>
<li class="body">Detect matches of generic regular expressions (requests 595254, 621247, 630536).</li>
<li class="body">Find empty blocks (not only empty catch blocks, request 609523).</li>
<li class="body">Detect missing property file keys in internationalized applications (request 634966).</li>
<li class="body">Check content of @author and @version tag agaist a regular expression.</li>
<li class="body">Detect hiding of fields by parameters or local variables with the same name.</li>
<li class="body">Detect hiding of fields by parameters or local variables with the same name (request 471897).</li>
<li class="body">Added DTD for XML output (request 622157).</li>
</ul>