From a6ad84a2a914690b9bfeb476919296e77a0aaa83 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Wed, 22 Oct 2014 16:14:19 -0700 Subject: [PATCH] MethodName was added to config, coverage report is updated to explain all points that are not posssible to implement --- google_checks.xml | 5 +++++ src/xdocs/google_style.xml | 30 +++++++++++++++++------------- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/google_checks.xml b/google_checks.xml index fb5e635ee..f3e372dc5 100644 --- a/google_checks.xml +++ b/google_checks.xml @@ -190,5 +190,10 @@ + + + + diff --git a/src/xdocs/google_style.xml b/src/xdocs/google_style.xml index c42765550..8b53028bc 100644 --- a/src/xdocs/google_style.xml +++ b/src/xdocs/google_style.xml @@ -731,7 +731,7 @@ src="images/ok_green.png" alt="" /> VariableDeclarationUsageDistance + href="config_coding.html#VariableDeclarationUsageDistance">VariableDeclarationUsageDistance
@@ -876,10 +876,11 @@ + todo: CommentIndentation - + [] @@ -994,10 +995,11 @@ + MethodName no ability to distinguish verb at the beggining of name, no way distinguish Test method from others so "_" is allowed in names - + [] @@ -1178,7 +1180,7 @@ src="images/ban_red.png" alt="" /> - + proper validation require parsing other files, sources are not always awailable @@ -1226,7 +1228,10 @@ href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.1.1-javadoc-multi-line">7.1.1 General form - SingleLineJavaDoc + + SingleLineJavaDoc [] @@ -1264,7 +1269,7 @@ alt="" /> NonEmptyAtclauseDescription - [] + []
[]
[] @@ -1306,7 +1311,7 @@ alt="" /> JavadocMethod - + [] @@ -1315,12 +1320,11 @@ - JavadocMethod + JavadocMethod Overrides are checked by presense of "@Override" annotation on method. - + []