]> source.dussan.org Git - jgit.git/commitdiff
Make an exception for the formatting rules (turn off) for some files 08/8708/2
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 14 Nov 2012 23:53:53 +0000 (00:53 +0100)
committerChris Aniszczyk <zx@twitter.com>
Fri, 16 Nov 2012 18:28:42 +0000 (10:28 -0800)
Our rule to enforce javodocs for public members gives us a problem
because there are some patterns where javadoc make little sense so we
make the comments as small as possible, which our formatting rules do
not like, so disable it for those source files.

Change-Id: I6e3edb1e650ed45428b89cf41e6151b6536bca8a
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
org.eclipse.jgit.console/src/org/eclipse/jgit/console/ConsoleText.java
org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/HttpServerText.java
org.eclipse.jgit.iplog/src/org/eclipse/jgit/iplog/IpLogText.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CLIText.java
org.eclipse.jgit.ui/src/org/eclipse/jgit/awtui/UIText.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/dfs/DfsText.java

index 3f1734b01ab56a7dcc47814d15f11409eb93bf16..281d9379f7afe44a1956842b40a463cc0e60e0ba 100644 (file)
@@ -58,6 +58,7 @@ public class ConsoleText extends TranslationBundle {
                return NLS.getBundleFor(ConsoleText.class);
        }
 
+       // @formatter:off
        /***/ public String answerNo;
        /***/ public String answerYes;
        /***/ public String noSystemConsoleAvailable;
index 9bf9ad6c5cc3814a255f2b7c8430577637b20cdc..a8dd1b10c9f3238fa67b6beeb6da06a7c3c42471 100644 (file)
@@ -58,6 +58,7 @@ public class HttpServerText extends TranslationBundle {
                return NLS.getBundleFor(HttpServerText.class);
        }
 
+       // @formatter:off
        /***/ public String alreadyInitializedByContainer;
        /***/ public String cannotGetLengthOf;
        /***/ public String clientHas175ChunkedEncodingBug;
index 2067c5f634fea035ed9df50bebc99ceacaa91667..a7a4fd918bcf8264ab994052f13d7d6308b6b7a5 100644 (file)
@@ -58,6 +58,7 @@ public class IpLogText extends TranslationBundle {
                return NLS.getBundleFor(IpLogText.class);
        }
 
+       // @formatter:off
        /***/ public String CQString;
        /***/ public String CSVParsingError;
        /***/ public String cannotLock;
index b784c37bd2007c30c1f082f1ccbb8627d100da74..2fe46c4a5d87ea37724949e335448c69fd6a372f 100644 (file)
@@ -73,6 +73,7 @@ public class CLIText extends TranslationBundle {
                return MessageFormat.format(get().lineFormat, line);
        }
 
+       // @formatter:off
        /***/ public String IPZillaPasswordPrompt;
        /***/ public String alreadyOnBranch;
        /***/ public String alreadyUpToDate;
index e1acbcd16e251d63542a6126f3d4cee80879f959..d9b6d9c1b2081497fe9e54a751423f0f9551fa70 100644 (file)
@@ -58,6 +58,7 @@ public class UIText extends TranslationBundle {
                return NLS.getBundleFor(UIText.class);
        }
 
+       // @formatter:off
        /***/ public String authenticationRequired;
        /***/ public String author;
        /***/ public String date;
index e115a73ce6db580fb9f4726f55998c6c01651058..6a55ccef9125078bc6db57e64f40a7ea0fc30b80 100644 (file)
@@ -58,6 +58,7 @@ public class JGitText extends TranslationBundle {
                return NLS.getBundleFor(JGitText.class);
        }
 
+       // @formatter:off
        /***/ public String abbreviationLengthMustBeNonNegative;
        /***/ public String abortingRebase;
        /***/ public String abortingRebaseFailed;
index 499b75a34d564ffbf032a5da5ebc0232ac22827f..76afa5debaa1d0b8ccb3fcb9c20da72578bb1ca1 100644 (file)
@@ -53,6 +53,7 @@ public class DfsText extends TranslationBundle {
                return NLS.getBundleFor(DfsText.class);
        }
 
+       // @formatter:off
        /***/ public String cannotReadIndex;
        /***/ public String shortReadOfBlock;
        /***/ public String shortReadOfIndex;