Author: [email protected]
Date: Sun Jul 19 11:17:55 2009
New Revision: 5753

Modified:
    trunk/dev/core/src/com/google/gwt/core/ext/linker/CompilationResult.java
    trunk/user/src/com/google/gwt/dom/client/Document.java
    trunk/user/src/com/google/gwt/rpc/server/RpcServlet.java
     
trunk/user/src/com/google/gwt/user/rebind/rpc/CustomFieldSerializerValidator.java
    trunk/user/test/com/google/gwt/dom/client/DocumentTest.java
    trunk/user/test/com/google/gwt/dom/client/FormTests.java
    trunk/user/test/com/google/gwt/dom/client/MapTests.java
    trunk/user/test/com/google/gwt/dom/client/NodeTest.java
    trunk/user/test/com/google/gwt/dom/client/SelectTests.java
    trunk/user/test/com/google/gwt/dom/client/TableTests.java
    trunk/user/test/com/google/gwt/emultest/java/lang/C.java
    trunk/user/test/com/google/gwt/emultest/java/util/StackProfile.java
    trunk/user/test/com/google/gwt/emultest/java/util/StackTest.java
    trunk/user/test/com/google/gwt/i18n/rebind/MessageFormatParserTest.java
    trunk/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java
    trunk/user/test/com/google/gwt/user/client/ui/CreateEventTest.java
    trunk/user/test/com/google/gwt/user/maptests/FastStringMapTest.java
    trunk/user/test/com/google/gwt/user/server/rpc/RPCTest.java

Log:
Checkstyle comment fixes (period on first sentence, a few extra @params).

Modified:  
trunk/dev/core/src/com/google/gwt/core/ext/linker/CompilationResult.java
==============================================================================
---  
trunk/dev/core/src/com/google/gwt/core/ext/linker/CompilationResult.java        
 
(original)
+++  
trunk/dev/core/src/com/google/gwt/core/ext/linker/CompilationResult.java        
 
Sun Jul 19 11:17:55 2009
@@ -42,7 +42,7 @@
    public abstract String[] getJavaScript();

    /**
-   * Returns the permutation ID
+   * Returns the permutation ID.
     */
    public abstract int getPermutationId();


Modified: trunk/user/src/com/google/gwt/dom/client/Document.java
==============================================================================
--- trunk/user/src/com/google/gwt/dom/client/Document.java      (original)
+++ trunk/user/src/com/google/gwt/dom/client/Document.java      Sun Jul 19  
11:17:55 2009
@@ -1024,7 +1024,7 @@
    }-*/;

    /**
-   * Enables or disables scrolling of the document
+   * Enables or disables scrolling of the document.
     *
     * @param enable whether scrolling should be enabled or disabled
     */

Modified: trunk/user/src/com/google/gwt/rpc/server/RpcServlet.java
==============================================================================
--- trunk/user/src/com/google/gwt/rpc/server/RpcServlet.java    (original)
+++ trunk/user/src/com/google/gwt/rpc/server/RpcServlet.java    Sun Jul 19  
11:17:55 2009
@@ -288,7 +288,6 @@
     *
     * @param request the request being served
     * @param response the response that will be written into
-   * @param responsePayload the payload that is about to be sent to the  
client
     * @return <code>true</code> if responsePayload should be GZIP  
compressed,
     *         otherwise <code>false</code>.
     */

Modified:  
trunk/user/src/com/google/gwt/user/rebind/rpc/CustomFieldSerializerValidator.java
==============================================================================
---  
trunk/user/src/com/google/gwt/user/rebind/rpc/CustomFieldSerializerValidator.java
        
(original)
+++  
trunk/user/src/com/google/gwt/user/rebind/rpc/CustomFieldSerializerValidator.java
        
Sun Jul 19 11:17:55 2009
@@ -105,12 +105,6 @@
     * Returns a list of error messages associated with the custom field
     * serializer.
     *
-   * @param streamReaderClass
-   *          {...@link  
com.google.gwt.user.client.rpc.SerializationStreamReader
-   *          SerializationStreamReader}
-   * @param streamWriterClass
-   *          {...@link  
com.google.gwt.user.client.rpc.SerializationStreamWriter
-   *          SerializationStreamWriter}
     * @param serializer the class which performs the serialization
     * @param serializee the class being serialized
     * @return list of error messages, if any, associated with the custom  
field

Modified: trunk/user/test/com/google/gwt/dom/client/DocumentTest.java
==============================================================================
--- trunk/user/test/com/google/gwt/dom/client/DocumentTest.java (original)
+++ trunk/user/test/com/google/gwt/dom/client/DocumentTest.java Sun Jul 19  
11:17:55 2009
@@ -120,7 +120,7 @@
    }

    /**
-   * getElementById, getElementsByTagName
+   * getElementById, getElementsByTagName.
     */
    public void testGetElements() {
      Document doc = Document.get();
@@ -140,7 +140,7 @@
    }

    /**
-   * domain, referrer, title, url
+   * domain, referrer, title, url.
     */
    public void testProperties() {
      Document doc = Document.get();

Modified: trunk/user/test/com/google/gwt/dom/client/FormTests.java
==============================================================================
--- trunk/user/test/com/google/gwt/dom/client/FormTests.java    (original)
+++ trunk/user/test/com/google/gwt/dom/client/FormTests.java    Sun Jul 19  
11:17:55 2009
@@ -28,7 +28,7 @@
    }

    /**
-   * getElements
+   * getElements.
     */
    public void testGetElements() {
      Document doc = Document.get();

Modified: trunk/user/test/com/google/gwt/dom/client/MapTests.java
==============================================================================
--- trunk/user/test/com/google/gwt/dom/client/MapTests.java     (original)
+++ trunk/user/test/com/google/gwt/dom/client/MapTests.java     Sun Jul 19  
11:17:55 2009
@@ -28,7 +28,7 @@
    }

    /**
-   * getAreas
+   * getAreas.
     */
    public void testGetArea() {
      Document doc = Document.get();

Modified: trunk/user/test/com/google/gwt/dom/client/NodeTest.java
==============================================================================
--- trunk/user/test/com/google/gwt/dom/client/NodeTest.java     (original)
+++ trunk/user/test/com/google/gwt/dom/client/NodeTest.java     Sun Jul 19  
11:17:55 2009
@@ -29,7 +29,7 @@
    }

    /**
-   * appendChild, insertBefore, removeChild, replaceChild
+   * appendChild, insertBefore, removeChild, replaceChild.
     */
    public void testAppendRemoveReplace() {
      Document doc = Document.get();
@@ -87,7 +87,7 @@
    }

    /**
-   * setAttribute, getAttribute, hasAttributes, hasAttribute
+   * setAttribute, getAttribute, hasAttributes, hasAttribute.
     */
    public void testAttributes() {
      Document doc = Document.get();
@@ -98,7 +98,7 @@
    }

    /**
-   * childNodes, hasChildNodes
+   * childNodes, hasChildNodes.
     */
    public void testChildNodeList() {
      Document doc = Document.get();
@@ -191,7 +191,7 @@
    }

    /**
-   * nodeName, nodeValue
+   * nodeName, nodeValue.
     */
    public void testNodeNameAndValue() {
      Document doc = Document.get();
@@ -230,7 +230,7 @@
    }

    /**
-   * nodeType
+   * nodeType.
     */
    public void testNodeType() {
      Document doc = Document.get();
@@ -243,7 +243,7 @@
    }

    /**
-   * ownerDocument
+   * ownerDocument.
     */
    public void testOwnerDocument() {
      Document doc = Document.get();
@@ -266,7 +266,7 @@
    }

    /**
-   * getParentNode, firstChild, lastChild, nextSibling, previousSibling
+   * getParentNode, firstChild, lastChild, nextSibling, previousSibling.
     */
    public void testParentAndSiblings() {
      Document doc = Document.get();

Modified: trunk/user/test/com/google/gwt/dom/client/SelectTests.java
==============================================================================
--- trunk/user/test/com/google/gwt/dom/client/SelectTests.java  (original)
+++ trunk/user/test/com/google/gwt/dom/client/SelectTests.java  Sun Jul 19  
11:17:55 2009
@@ -28,7 +28,7 @@
    }

    /**
-   * add, remove
+   * add, remove.
     */
    public void testAddRemove() {
      Document doc = Document.get();
@@ -63,7 +63,7 @@
    }

    /**
-   * selectedIndex, option.selected
+   * selectedIndex, option.selected.
     */
    public void testSelection() {
      Document doc = Document.get();
@@ -96,7 +96,7 @@
    }

    /**
-   * multiple
+   * multiple.
     */
    public void testMultipleSelection() {
      Document doc = Document.get();

Modified: trunk/user/test/com/google/gwt/dom/client/TableTests.java
==============================================================================
--- trunk/user/test/com/google/gwt/dom/client/TableTests.java   (original)
+++ trunk/user/test/com/google/gwt/dom/client/TableTests.java   Sun Jul 19  
11:17:55 2009
@@ -30,7 +30,7 @@
    }

    /**
-   * insertRow, getRows, rowIndex
+   * insertRow, getRows, rowIndex.
     */
    public void testInsertRow() {
      Document doc = Document.get();
@@ -58,7 +58,7 @@
    }

    /**
-   * insertCell, getCells, cellIndex
+   * insertCell, getCells, cellIndex.
     */
    public void testInsertCell() {
      Document doc = Document.get();
@@ -90,7 +90,7 @@

    /**
     * createTHead, thead, tfoot, createTFoot, tBodies, section.insertRow,
-   * section.rows, deleteTHead, deleteTFoot
+   * section.rows, deleteTHead, deleteTFoot.
     */
    public void testSections() {
      TableElement table = Document.get().createTableElement();

Modified: trunk/user/test/com/google/gwt/emultest/java/lang/C.java
==============================================================================
--- trunk/user/test/com/google/gwt/emultest/java/lang/C.java    (original)
+++ trunk/user/test/com/google/gwt/emultest/java/lang/C.java    Sun Jul 19  
11:17:55 2009
@@ -16,7 +16,7 @@
  package com.google.gwt.emultest.java.lang;

  /**
- * Interface to contain constants shared between StringTest.java and  
String.java
+ * Interface to contain constants shared between StringTest.java and  
String.java.
   */
  public class C {
    public static String FLOAT_STRING = "123.4599";

Modified:  
trunk/user/test/com/google/gwt/emultest/java/util/StackProfile.java
==============================================================================
--- trunk/user/test/com/google/gwt/emultest/java/util/StackProfile.java  
(original)
+++ trunk/user/test/com/google/gwt/emultest/java/util/StackProfile.java Sun  
Jul 19 11:17:55 2009
@@ -25,7 +25,7 @@
  public class StackProfile extends WidgetProfile {

    /**
-   * Sets module name so that javascript compiler can operate
+   * Sets module name so that javascript compiler can operate.
     */
    public String getModuleName() {
      return "com.google.gwt.emultest.EmulSuite";

Modified: trunk/user/test/com/google/gwt/emultest/java/util/StackTest.java
==============================================================================
--- trunk/user/test/com/google/gwt/emultest/java/util/StackTest.java     
(original)
+++ trunk/user/test/com/google/gwt/emultest/java/util/StackTest.java    Sun  
Jul 19 11:17:55 2009
@@ -29,7 +29,7 @@
    public static final int TEST_SIZE = 10;
    public static Stack testStack = new Stack();

-  /** Checks for emptiness of stack by peeking and popping */
+  /** Checks for emptiness of stack by peeking and popping. */
    public void checkEmptiness(Stack s) {
      assertTrue(s.empty());
      try {
@@ -45,12 +45,12 @@
      }
    }

-  /** Sets module name so that javascript compiler can operate */
+  /** Sets module name so that javascript compiler can operate. */
    public String getModuleName() {
      return "com.google.gwt.emultest.EmulSuite";
    }

-  /** Tests clone on Stacks */
+  /** Tests clone on Stacks. */
    public void testClone() {
      Stack large = createLargeStack();
      Stack cloned = (Stack) large.clone();
@@ -77,7 +77,7 @@
      checkLargeStack(large, TEST_SIZE);
    }

-  /** tests empty and tries to get emptyStackException as desired */
+  /** tests empty and tries to get emptyStackException as desired. */
    public void testEmptyAndEmptyStackException() {
      Stack s = new Stack();
      String item = "empty1";
@@ -88,7 +88,7 @@
      checkEmptiness(s);
    }

-  /** Tests pop and peek */
+  /** Tests pop and peek. */
    public void testPopAndPeek() {
      int x = testStack.size();
      Object item = testStack.peek();
@@ -96,7 +96,7 @@
      assertEquals(x - 1, testStack.size());
    }

-  /** Tests push and peek */
+  /** Tests push and peek. */
    public void testPushAndPeek() {
      int x = testStack.size();
      Object item = "4";
@@ -107,7 +107,7 @@

    /**
     * Tests all combinations of search for a stack that attains a max size  
of
-   * TEST_SEARCH_SIZE
+   * TEST_SEARCH_SIZE.
     */
    public void testSearch() {
      Stack searchStack = new Stack();

Modified:  
trunk/user/test/com/google/gwt/i18n/rebind/MessageFormatParserTest.java
==============================================================================
--- trunk/user/test/com/google/gwt/i18n/rebind/MessageFormatParserTest.java     
 
(original)
+++ trunk/user/test/com/google/gwt/i18n/rebind/MessageFormatParserTest.java     
 
Sun Jul 19 11:17:55 2009
@@ -24,7 +24,7 @@
  import java.util.List;

  /**
- * Test for {...@link MessageFormatParser}
+ * Test for {...@link MessageFormatParser}.
   */
  public class MessageFormatParserTest extends TestCase {


Modified:  
trunk/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java
==============================================================================
--- trunk/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java     
 
(original)
+++ trunk/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java     
 
Sun Jul 19 11:17:55 2009
@@ -30,7 +30,7 @@
   */
  public class UnicodeEscapingTest extends GWTTestCase {

-  /** the size of a block of characters to test */
+  /** the size of a block of characters to test. */
    private static final int CHARACTER_BLOCK_SIZE = 64;

    /**
@@ -40,7 +40,7 @@
     */
    private static final int NON_BMP_TEST_INCREMENT = 8192 + 64;

-  /** the time to wait for the test of a block of characters */
+  /** the time to wait for the test of a block of characters. */
    private static final int TEST_FINISH_DELAY_MS = 500000;

    /**
@@ -105,7 +105,7 @@
      return service;
    }

-  /** start of current block being tested */
+  /** start of current block being tested. */
    private int current;

    @Override

Modified: trunk/user/test/com/google/gwt/user/client/ui/CreateEventTest.java
==============================================================================
--- trunk/user/test/com/google/gwt/user/client/ui/CreateEventTest.java   
(original)
+++ trunk/user/test/com/google/gwt/user/client/ui/CreateEventTest.java  Sun  
Jul 19 11:17:55 2009
@@ -212,7 +212,7 @@
    }

    /**
-   * Tests NativeEvent.stopPropagation()
+   * Tests NativeEvent.stopPropagation().
     */
    public void testStopPropagation() {
      NonBubbleAssertingEventListener listener = new  
NonBubbleAssertingEventListener(

Modified:  
trunk/user/test/com/google/gwt/user/maptests/FastStringMapTest.java
==============================================================================
--- trunk/user/test/com/google/gwt/user/maptests/FastStringMapTest.java  
(original)
+++ trunk/user/test/com/google/gwt/user/maptests/FastStringMapTest.java Sun  
Jul 19 11:17:55 2009
@@ -20,7 +20,7 @@
  import java.util.Map;

  /**
- * Test class for <code>FastStringMap</code>
+ * Test class for <code>FastStringMap</code>.
   */
  public class FastStringMapTest extends TestMap {


Modified: trunk/user/test/com/google/gwt/user/server/rpc/RPCTest.java
==============================================================================
--- trunk/user/test/com/google/gwt/user/server/rpc/RPCTest.java (original)
+++ trunk/user/test/com/google/gwt/user/server/rpc/RPCTest.java Sun Jul 19  
11:17:55 2009
@@ -191,7 +191,7 @@
    }

    /**
-   * Tests for method {...@link RPC#decodeRequest(String)}
+   * Tests for method {...@link RPC#decodeRequest(String)}.
     *
     * <p/>
     * Cases:
@@ -223,7 +223,7 @@
    }

    /**
-   * Tests for method {...@link RPC#decodeRequest(String, Class)}
+   * Tests for method {...@link RPC#decodeRequest(String, Class)}.
     *
     * <p/>
     * Cases:
@@ -411,7 +411,7 @@
    }

    /**
-   * Tests for {...@link RPC#encodeResponseForSuccess(Method, Object)}
+   * Tests for {...@link RPC#encodeResponseForSuccess(Method, Object)}.
     *
     * Cases:
     * <ol>
@@ -456,7 +456,7 @@
    }

    /**
-   * Tests for {...@link RPC#invokeAndEncodeResponse(Object, Method,  
Object[])}
+   * Tests for {...@link RPC#invokeAndEncodeResponse(Object, Method,  
Object[])}.
     *
     * Cases:
     * <ol>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to