提交 308216f5 authored 作者: thomasmueller's avatar thomasmueller

Less stricts line length rules (same as Eclipse)

上级 aef26961
...@@ -16,8 +16,8 @@ import java.io.RandomAccessFile; ...@@ -16,8 +16,8 @@ import java.io.RandomAccessFile;
*/ */
public class CheckJavadoc { public class CheckJavadoc {
private static final int MAX_COMMENT_LINE_SIZE = 80; private static final int MAX_COMMENT_LINE_SIZE = 100;
private static final int MAX_SOURCE_LINE_SIZE = 100; private static final int MAX_SOURCE_LINE_SIZE = 120;
private int errorCount; private int errorCount;
/** /**
......
...@@ -17,7 +17,7 @@ import java.util.Arrays; ...@@ -17,7 +17,7 @@ import java.util.Arrays;
*/ */
public class CheckTextFiles { public class CheckTextFiles {
private static final int MAX_SOURCE_LINE_SIZE = 100; private static final int MAX_SOURCE_LINE_SIZE = 120;
// must contain "+" otherwise this here counts as well // must contain "+" otherwise this here counts as well
private static final String COPYRIGHT = "Copyright 2004-2014 " + private static final String COPYRIGHT = "Copyright 2004-2014 " +
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论