質問編集履歴

1

不要なコメントの削除

2016/03/08 11:33

投稿

wordconverter
wordconverter

スコア30

test CHANGED
File without changes
test CHANGED
@@ -18,13 +18,9 @@
18
18
 
19
19
  ================================= -->
20
20
 
21
- <!-- CheckStyleインストールディレクトリ -->
22
-
23
21
  <target name="CheckStyle">
24
22
 
25
23
  <taskdef resource="checkstyletask.properties" classpath="C:\jarがあるパス\checkstyle-6.14.1-all.jar" />
26
-
27
- <!-- CheckStyleの宣言 -->
28
24
 
29
25
  <checkstyle config="C:\workspace\OrginalCheckStyle.xml" failureProperty="checkstyle.failure" failOnViolation="false">
30
26
 
@@ -33,8 +29,6 @@
33
29
  <fileset dir="src" includes="**/*.java" />
34
30
 
35
31
  </checkstyle>
36
-
37
- <!-- コードレビュー結果ファイルのHTML変換 -->
38
32
 
39
33
  <style in="checkstyle_report.xml" out="checkstyle_report.html" style="checkstyle-noframes.xsl" />
40
34