73 lines
3.0 KiB
XML
Executable File
73 lines
3.0 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
|
|
<body>
|
|
<menu name="About">
|
|
<item name="Checkstyle" href="index.html"/>
|
|
</menu>
|
|
|
|
<menu name="Documentation">
|
|
<item name="Release Notes" href="releasenotes.html"/>
|
|
<item name="Configuration" href="config.html">
|
|
<item name="Property Types" href="property_types.html"/>
|
|
</item>
|
|
|
|
<item name="Running" href="running.html">
|
|
<item name="Ant Task" href="anttask.html"/>
|
|
<item name="Command Line" href="cmdline.html"/>
|
|
</item>
|
|
|
|
<item name="Available Checks" href="availablechecks.html"/>
|
|
<item name="Standard Checks" href="checks.html">
|
|
<item name="Annotations" href="config_annotation.html"/>
|
|
<item name="Block Checks" href="config_blocks.html"/>
|
|
<item name="Class Design" href="config_design.html"/>
|
|
<item name="Coding" href="config_coding.html"/>
|
|
<item name="Duplicate Code" href="config_duplicates.html"/>
|
|
<item name="Headers" href="config_header.html"/>
|
|
<item name="Imports" href="config_imports.html"/>
|
|
<item name="Javadoc Comments" href="config_javadoc.html"/>
|
|
<item name="Metrics" href="config_metrics.html"/>
|
|
<item name="Miscellaneous" href="config_misc.html"/>
|
|
<item name="Modifiers" href="config_modifier.html"/>
|
|
<item name="Naming Conventions" href="config_naming.html"/>
|
|
<item name="Regexp" href="config_regexp.html"/>
|
|
<item name="Size Violations" href="config_sizes.html"/>
|
|
<item name="Whitespace" href="config_whitespace.html"/>
|
|
</item>
|
|
|
|
<item name="Extending Checkstyle" href="extending.html">
|
|
<item name="Writing checks" href="writingchecks.html"/>
|
|
<item name="Writing filters" href="writingfilters.html"/>
|
|
<item name="Writing listeners" href="writinglisteners.html"/>
|
|
</item>
|
|
|
|
<item name="Javadoc" href="api/index.html"/>
|
|
</menu>
|
|
|
|
<menu name="SourceForge">
|
|
<item name="Mailing Lists"
|
|
href="http://sourceforge.net/mail/?group_id=29721"/>
|
|
|
|
<item name="Bug Database"
|
|
href="http://sourceforge.net/tracker/?atid=397078&group_id=29721&func=browse"/>
|
|
|
|
<item name="Feature Requests"
|
|
href="http://sourceforge.net/tracker/?atid=397081&group_id=29721&func=browse"/>
|
|
</menu>
|
|
|
|
<menu name="Developers">
|
|
<item name="Project Page"
|
|
href="http://sourceforge.net/projects/checkstyle"/>
|
|
|
|
<item name="SVN Repository"
|
|
href="http://checkstyle.svn.sourceforge.net/viewvc/checkstyle/"/>
|
|
|
|
<item name="Contributing" href="contributing.html"/>
|
|
</menu>
|
|
|
|
<menu ref="reports"/>
|
|
</body>
|
|
</project> |