Improve the documentation.
This commit is contained in:
parent
4666f796e8
commit
517d42e5ca
|
|
@ -30,7 +30,7 @@
|
|||
<p>
|
||||
A good example of a report that can be produced using Checkstyle and
|
||||
<a href="http://maven.apache.org/">Maven</a> can be <a
|
||||
href="http://maven.apache.org/checkstyle-report.html">seen here</a>.
|
||||
href="http://maven.apache.org/plugins/maven-checkstyle-plugin/sample-checkstyle.html">seen here</a>.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,32 @@
|
|||
</properties>
|
||||
|
||||
<body>
|
||||
<section name="Release 5.0">
|
||||
<p>
|
||||
The 5.x release is developed using Java 5 and requires a Java 5
|
||||
platform to run. If you need run a Java 1.4 or earlier, then use
|
||||
a Checkstyle 4.x release. As such, features for earlier versions
|
||||
of Java will be dropped over time.
|
||||
</p>
|
||||
|
||||
<p>New Features:</p>
|
||||
<ul>
|
||||
<li>
|
||||
New check GenericWhitespaceCheck for ensuring the whitespace
|
||||
around the Generic tokens < and > are correct to the
|
||||
<i>typical</i> convention.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>Fixed Bugs:</p>
|
||||
<ul>
|
||||
<li>
|
||||
Stop the WhitespaceAroundCheck from checking the Generic
|
||||
tokens < and >.
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section name="Release 4.4">
|
||||
<p>Fixed Bugs:</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue