aboutsummaryrefslogtreecommitdiff
path: root/src/xdocs/sun_style.xml
blob: 3f25b5f4bbdda3577a146b607e0f696993838de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>

<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">

   <head>
      <title>Sun's Java Style</title>
      <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"/>
      <script type="text/javascript" src="js/anchors.js"/>
      <script type="text/javascript" src="js/google-analytics.js"/>
      <link rel="icon" href="images/favicon.png" type="image/x-icon" />
      <link rel="shortcut icon" href="images/favicon.ico" type="image/ico" />
   </head>

   <body>
      <section name="Sun's Java Style Checkstyle Coverage">
         <subsection name="Description">
                <p>
                    This coverage report will be created for
                    <a
                        href="http://www.oracle.com/technetwork/java/codeconvtoc-136057.html">Code Conventions for the Java TM Programming Language</a>
                    Revised April 20, 1999
                </p>

                <p>
                    <a href="reports/javadoc/openjdk8/">Checkstyle's html report for Open JDK library (javadoc validation)</a>
                </p>
                <p>
                    <a
                        href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml">
                    incomplete Checkstyle configuration for 'Sun's Java Style'</a>
                </p>
         </subsection>
         <subsection name="Coverage table">
            <table>
               <thead>
                  <tr>
                     <th/>
                     <th>Sun's Java Style Rule</th>
                     <th>Checkstyle Check</th>
                     <th>Applied to config</th>
                  </tr>
               </thead>
               <tbody>
                  <tr>
                     <td/>
                     <td> --  </td>
                     <td> --  </td>
                     <td> --  </td>
                  </tr>
               </tbody>
            </table>
         </subsection>
      </section>
   </body>
</document>