Author: brett Date: Sun Sep 25 15:47:08 2005 New Revision: 291481 URL: http://svn.apache.org/viewcvs?rev=291481&view=rev Log: PR: MNG-952 Submitted by: Allan Ramirez Reviewed by: Brett Porter documentation for the checkstyle plugin
Added: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/ maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/apt/ maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/apt/howto.apt maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/resources/ maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/resources/checkstyle.html (with props) maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/site.xml (with props) Added: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/apt/howto.apt URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/apt/howto.apt?rev=291481&view=auto ============================================================================== --- maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/apt/howto.apt (added) +++ maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/apt/howto.apt Sun Sep 25 15:47:08 2005 @@ -0,0 +1,33 @@ + ------ + Maven 2 Checkstyle Plugin + ------ + +Maven 2 Checkstyle Plugin + + Checkstyle plugin generates report regarding the code style of the developer. + +*How to Generate Checkstyle Report + + In your project pom.xml, add the checkstyle plugin in <reporting> section. + +------------------- + <project> + ... + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>2.0-alpha-3-SNAPSHOT</version> + </plugin> + </plugins> + </reporting> + ... + </project> +------------------- + + Execute the site plugin to generate the report distribution. + +------------------- + m2 site:site +------------------- \ No newline at end of file Added: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/resources/checkstyle.html URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/resources/checkstyle.html?rev=291481&view=auto ============================================================================== --- maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/resources/checkstyle.html (added) +++ maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/resources/checkstyle.html Sun Sep 25 15:47:08 2005 @@ -0,0 +1,80 @@ + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> +<head> +<title>Checkstyle Results</title> +<style type="text/css" media="all"> [EMAIL PROTECTED] url("./css/maven-base.css"); [EMAIL PROTECTED] url("./css/maven-theme.css");@import url("./css/site.css"); +</style> +<link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta> +</head> + +<body class="composite"> + <div id="banner"> + <a href="http://maven.apache.org/" id="bannerLeft"> + + <img src="http://maven.apache.org/images/apache-maven-project.png" alt="" /> + + </a> + <span id="bannerRight"> + + <img src="http://maven.apache.org/images/maven-small.gif" alt="" /> + + </span> + + <div class="clear"> + <hr/> + </div> + </div> +<div id="breadcrumbs"> +<div class="xleft">Last Published: Thu Sep 22 14:58:09 CST 2005</div> +<div class="xright"></div> +<div class="clear"> +<hr/> +</div> +</div> +<div id="leftColumn"><div id="navcolumn"><h5>Project Documentation</h5> +<ul> + <li class="none"> + + <strong><a href="howto.html">Overview</a></strong> + </li> + + <li class="none"> + <a href="checkstyle.html">Sample Checkstyle Report</a> + </li> + </ul> + <h5>Project Documentation</h5> + + <ul> + + <li class="none"> + <a href="index.html">About Maven Checkstyle Plugin</a> + </li> + + + <li class="collapsed"> + <a href="project-info.html">Project Info</a> + </li> +</ul><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"> +<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img> +</a> +</div></div> +<div id="bodyColumn"> +<div id="contentBox"> +<div class="section"><h2>Checkstyle Results</h2><p>The following document contains the results of <a href="http://checkstyle.sourceforge.net/">Checkstyle</a></p></div><h2>Files</h2><div class="section"><h3>org/apache/maven/plugin/checkstyle/package.html</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Missing package documentation file.</td><td>0</td></tr></table></div><div class="section"><h3>org/apache/maven/plugin/checkstyle/CheckstyleReport.java</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>File does not end with a newline.</td><td>0</td></tr></table></div><div class="section"><h3>org/apache/maven/plugin/checkstyle/CheckstyleReport.java</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>'{' should be on the previous line.</td><td>59</td></tr><tr class="a"><td>First sentence should end with a period.</td><td>60</td></tr><tr class="b"><td>First sentence should end with a period.</td><td>68</td></tr><tr class="a"><td>First sentence should end with a period.</td><td>76</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>77</td></tr><tr class="a"><td>Line is longer than 80 characters.</td><td>93</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>100</td></tr><tr class="a"><td>Line is longer than 80 characters.</td><td>107</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>122</td></tr><tr class="a"><td>Line is longer than 80 characters.</td><td>123</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>131</td></tr><tr class="a"><td>Line is longer than 80 characters.</td><td>132</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>133</td></tr><tr class="a"><td>Line is longer than 80 characters.</td><td>141</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>149</td></tr><tr class="a"><td>First sentence should end with a period.</td><td>156</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>157</td></tr><tr class="a"><td>First sentence should end with a period.</td><td>170</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>186</td></tr><tr class="a"><td>Method 'getName' is not designed for extension - needs to be abstract, final or empty.</td><td>195</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>195</td></tr><tr class="a"><td>Parameter locale should be final.</td><td>195</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>195</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>196</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>197</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>197</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>197</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>197</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>201</td></tr><tr class="a"><td>Method 'getDescription' is not designed for extension - needs to be abstract, final or empty.</td><td>203</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>203</td></tr><tr class="a"><td>Parameter locale should be final.</td><td>203</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>203</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>204</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>205</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>205</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>205</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>205</td></tr><tr class="b"><td>Method 'getOutputDirectory' is not designed for extension - needs to be abstract, final or empty.</td><td>211</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>212</td></tr><tr class="b"><td>Method 'getProject' is not designed for extension - needs to be abstract, final or empty.</td><td>219</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>220</td></tr><tr class="b"><td>Method 'getSiteRenderer' is not designed for extension - needs to be abstract, final or empty.</td><td>227</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>228</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>233</td></tr><tr class="a"><td>Method 'executeReport' is not designed for extension - needs to be abstract, final or empty.</td><td>235</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>235</td></tr><tr class="a"><td>Parameter locale should be final.</td><td>235</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>235</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>237</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>238</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>238</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>251</td></tr><tr class="a"><td>Line is longer than 80 characters.</td><td>253</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>253</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>253</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>253</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>253</td></tr><tr class="b"><td>'if' construct must use '{}'s.</td><td>257</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>257</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>257</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>258</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>258</td></tr><tr class="a"><td>'if' construct must use '{}'s.</td><td>260</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>260</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>260</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>261</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>261</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>263</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>263</td></tr><tr class="b"><td>'}' should be on the same line.</td><td>264</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>265</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>265</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>266</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>267</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>267</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>267</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>272</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>272</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>273</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>274</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>274</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>277</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>277</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>277</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>277</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>278</td></tr><tr class="a"><td>'outputFile' hides a field.</td><td>279</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>279</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>279</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>281</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>281</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>283</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>283</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>283</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>283</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>286</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>286</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>286</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>286</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>286</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>288</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>288</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>290</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>290</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>294</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>294</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>295</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>296</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>296</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>296</td></tr><tr class="a"><td>Method 'getOutputName' is not designed for extension - needs to be abstract, final or empty.</td><td>303</td></tr><tr class="b"><td>Missing a Javadoc comment.</td><td>303</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>304</td></tr><tr class="b"><td>Missing a Javadoc comment.</td><td>308</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>310</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>313</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>313</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>313</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>313</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>314</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>315</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>315</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>317</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>317</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>319</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>319</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>319</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>319</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>320</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>321</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>321</td></tr><tr class="b"><td>'}' should be on the same line.</td><td>322</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>323</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>323</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>323</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>323</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>324</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>325</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>325</td></tr><tr class="b"><td>'}' should be on the same line.</td><td>326</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>328</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>329</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>329</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>330</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>337</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>337</td></tr><tr class="a"><td>Parameter file should be final.</td><td>337</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>337</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>339</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>343</td></tr><tr class="a"><td>'if' construct must use '{}'s.</td><td>346</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>346</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>346</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>349</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>349</td></tr><tr class="b"><td>'}' should be on the same line.</td><td>350</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>351</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>351</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>352</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>353</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>353</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>353</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>357</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>357</td></tr><tr class="a"><td>Parameter includes should be final.</td><td>357</td></tr><tr class="b"><td>'includes' hides a field.</td><td>357</td></tr><tr class="a"><td>Parameter excludes should be final.</td><td>357</td></tr><tr class="b"><td>'excludes' hides a field.</td><td>357</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>357</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>359</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>362</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>362</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>362</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>362</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>363</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>364</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>364</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>367</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>367</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>368</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>369</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>369</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>370</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>371</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>371</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>374</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>374</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>380</td></tr><tr class="a"><td>Line is longer than 80 characters.</td><td>381</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>381</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>381</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>381</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>381</td></tr><tr class="b"><td>'}' should be on the same line.</td><td>382</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>383</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>383</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>384</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>385</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>385</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>388</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>388</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>388</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>388</td></tr><tr class="b"><td>Missing a Javadoc comment.</td><td>391</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>393</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>397</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>398</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>398</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>399</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>400</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>400</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>400</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>400</td></tr><tr class="b"><td>'}' should be on the same line.</td><td>401</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>402</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>402</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>403</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>404</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>404</td></tr><tr class="b"><td>'if' construct must use '{}'s.</td><td>407</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>407</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>407</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>408</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>408</td></tr><tr class="a"><td>'if' construct must use '{}'s.</td><td>410</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>410</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>410</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>411</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>411</td></tr><tr class="b"><td>'}' should be on the same line.</td><td>412</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>413</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>413</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>414</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>415</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>415</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>415</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>421</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>423</td></tr><tr class="a"><td>Line is longer than 80 characters.</td><td>426</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>426</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>426</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>426</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>426</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>426</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>426</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>426</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>426</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>429</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>429</td></tr><tr class="b"><td>'}' should be on the same line.</td><td>430</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>431</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>431</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>431</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>431</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>432</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>433</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>433</td></tr><tr class="b"><td>'}' should be on the same line.</td><td>434</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>435</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>435</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>435</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>435</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>436</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>437</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>437</td></tr><tr class="b"><td>'}' should be on the same line.</td><td>438</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>440</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>441</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>441</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>441</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>447</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>449</td></tr><tr class="a"><td>'if' construct must use '{}'s.</td><td>450</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>450</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>450</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>450</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>450</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>454</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>455</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>455</td></tr><tr class="a"><td>'}' should be on the same line.</td><td>456</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>457</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>457</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>458</td></tr><tr class="a"><td>Line is longer than 80 characters.</td><td>459</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>459</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>459</td></tr><tr class="b"><td>Missing a Javadoc comment.</td><td>463</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>465</td></tr><tr class="b"><td>'if' construct must use '{}'s.</td><td>466</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>466</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>466</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>466</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>466</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>470</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>471</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>471</td></tr><tr class="b"><td>'}' should be on the same line.</td><td>472</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>473</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>473</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>474</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>475</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>475</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>475</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>479</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>479</td></tr><tr class="a"><td>Parameter locale should be final.</td><td>479</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>479</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>480</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>481</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>481</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>481</td></tr></table></div><div class="section"><h3>org/apache/maven/plugin/checkstyle/CheckstyleReportListener.java</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>'{' should be on the previous line.</td><td>36</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>37</td></tr><tr class="b"><td>Missing a Javadoc comment.</td><td>39</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>41</td></tr><tr class="b"><td>Missing a Javadoc comment.</td><td>43</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>45</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>47</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>47</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>47</td></tr><tr class="a"><td>Parameter sink should be final.</td><td>47</td></tr><tr class="b"><td>'sink' hides a field.</td><td>47</td></tr><tr class="a"><td>Parameter sourceDirectory should be final.</td><td>47</td></tr><tr class="b"><td>'sourceDirectory' hides a field.</td><td>47</td></tr><tr class="a"><td>Parameter bundle should be final.</td><td>47</td></tr><tr class="b"><td>'bundle' hides a field.</td><td>47</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>47</td></tr><tr class="b"><td>Missing a Javadoc comment.</td><td>54</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>55</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>56</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>56</td></tr><tr class="b"><td>Method 'auditStarted' is not designed for extension - needs to be abstract, final or empty.</td><td>59</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>59</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>59</td></tr><tr class="a"><td>Parameter event should be final.</td><td>59</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>59</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>60</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>63</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>63</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>71</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>71</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>75</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>75</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>75</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>75</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>75</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>76</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>76</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>77</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>77</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>85</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>85</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>85</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>85</td></tr><tr class="a"><td>Method 'auditFinished' is not designed for extension - needs to be abstract, final or empty.</td><td>91</td></tr><tr class="b"><td>Missing a Javadoc comment.</td><td>91</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>91</td></tr><tr class="b"><td>Parameter event should be final.</td><td>91</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>91</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>92</td></tr><tr class="a"><td>Method 'fileStarted' is not designed for extension - needs to be abstract, final or empty.</td><td>99</td></tr><tr class="b"><td>Missing a Javadoc comment.</td><td>99</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>99</td></tr><tr class="b"><td>Parameter event should be final.</td><td>99</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>99</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>100</td></tr><tr class="a"><td>Line is longer than 80 characters.</td><td>101</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>101</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>101</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>102</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>102</td></tr><tr class="b"><td>Method 'fileFinished' is not designed for extension - needs to be abstract, final or empty.</td><td>106</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>106</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>106</td></tr><tr class="a"><td>Parameter event should be final.</td><td>106</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>106</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>107</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>108</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>108</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>109</td></tr><tr class="a"><td>Method 'addError' is not designed for extension - needs to be abstract, final or empty.</td><td>115</td></tr><tr class="b"><td>Missing a Javadoc comment.</td><td>115</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>115</td></tr><tr class="b"><td>Parameter event should be final.</td><td>115</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>115</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>116</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>117</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>117</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>117</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>117</td></tr><tr class="a"><td>'{' should be on the previous line.</td><td>118</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>119</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>119</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>120</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>123</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>123</td></tr><tr class="a"><td>Line is longer than 80 characters.</td><td>129</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>129</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>129</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>129</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>129</td></tr><tr class="b"><td>Line is longer than 80 characters.</td><td>132</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>132</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>132</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>132</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>132</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>141</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>141</td></tr><tr class="a"><td>'(' is followed by whitespace.</td><td>144</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>144</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>144</td></tr><tr class="b"><td>')' is preceded with whitespace.</td><td>144</td></tr><tr class="a"><td>Missing a Javadoc comment.</td><td>150</td></tr><tr class="b"><td>'(' is followed by whitespace.</td><td>150</td></tr><tr class="a"><td>Parameter event should be final.</td><td>150</td></tr><tr class="b"><td>Parameter throwable should be final.</td><td>150</td></tr><tr class="a"><td>')' is preceded with whitespace.</td><td>150</td></tr><tr class="b"><td>'{' should be on the previous line.</td><td>151</td></tr></table></div></div> +</div> +</div> +<div class="clear"> +<hr/> +</div> +<div id="footer"> +<div class="xright">© 2002-2005, Apache Software Foundation</div> +<div class="clear"> +<hr/> +</div> +</div> +</body> +</html> Propchange: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/resources/checkstyle.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/resources/checkstyle.html ------------------------------------------------------------------------------ svn:keywords = "Author Date Id Revision" Added: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/site.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/site.xml?rev=291481&view=auto ============================================================================== --- maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/site.xml (added) +++ maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/site.xml Sun Sep 25 15:47:08 2005 @@ -0,0 +1,21 @@ +<project name="Maven Checkstyle plugin"> + <bannerLeft> + <name>Maven Checkstyle plugin</name> + <src>http://maven.apache.org/images/apache-maven-project.png</src> + <href>http://maven.apache.org/</href> + </bannerLeft> + <bannerRight> + <src>http://maven.apache.org/images/maven-small.gif</src> + </bannerRight> + <body> + <links> + <item name="Maven 2" href="http://maven.apache.org/maven2/"/> + </links> + + <menu name="Checkstyle Quickstart"> + <item name="Overview" href="howto.html"/> + <item name="Sample Checkstyle Report" href="checkstyle.html"/> + </menu> + ${reports} + </body> +</project> Propchange: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/site/site.xml ------------------------------------------------------------------------------ svn:keywords = "Author Date Id Revision" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]