You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2011/08/04 13:07:15 UTC

svn commit: r1153846 - in /uima/sandbox/trunk/TextMarker: org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/ org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/parser/visitor/ org....

Author: joern
Date: Thu Aug  4 11:07:05 2011
New Revision: 1153846

URL: http://svn.apache.org/viewvc?rev=1153846&view=rev
Log:
Applied UIMA-2202 patch: Remove author tags from javadocs

Modified:
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerCompletionEngine.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerReferenceDeclarationVisitor.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerSelectionEngine.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/parser/visitor/TextMarkerSourceElementRequestVisitor.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/AbstractFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMActionConstants.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMConditionConstants.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMExpressionConstants.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMStatementConstants.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMTypeConstants.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TextMarkerExpression.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TextMarkerSimpleStatement.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerAction.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerLogAction.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerStructureAction.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerAbstractDeclaration.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerDeclarationsStatement.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerDeclareDeclarationsStatement.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerVariableDeclaration.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBasicAnnotationType.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBinaryArithmeticExpression.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBooleanNumberExpression.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBooleanTypeExpression.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerImportExpression.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerInnerListExpression.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerQuantifierLiteralExpression.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerRessourceReference.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerStringExpression.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerUnaryArithmeticExpression.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerVariableReference.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormattedPrinter.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormatterContext.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/actions/TextMarkerGenerateActionGroup.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/preferences/Messages.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/preferences/TextMarkerTodoTaskPreferencePage.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerChecker.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerDefaultProblem.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerProblemFactory.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerUtils.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerEngineAndCallChecker.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerRessourceChecker.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerTypeChecker.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerVarRefChecker.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/EditDistanceCostMap.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/EditDistanceResultMap.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/MultiTextNode.java
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/MultiTreeWordList.java

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerCompletionEngine.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerCompletionEngine.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerCompletionEngine.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerCompletionEngine.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.internal.core.codeassist;
 
@@ -71,7 +71,6 @@ import org.eclipse.dltk.core.ModelExcept
 import org.eclipse.dltk.internal.core.SourceField;
 import org.eclipse.dltk.internal.core.SourceMethod;
 
-
 public class TextMarkerCompletionEngine extends ScriptCompletionEngine {
 
   protected TextMarkerCompletionParser parser;
@@ -144,16 +143,16 @@ public class TextMarkerCompletionEngine 
           doCompletionOnDeclaration(cu, startPart);
         } else if (node instanceof TextMarkerVariableReference) {
           int type = ((TextMarkerVariableReference) node).getType();
-          doCompletionOnVarRef(cu, parsed, startPart, type, ((TextMarkerVariableReference) node)
-                  .getName());
+          doCompletionOnVarRef(cu, parsed, startPart, type,
+                  ((TextMarkerVariableReference) node).getName());
           // TODO: only if first rule element
           doCompletionOnDeclaration(cu, startPart);
         } else if (node instanceof ComponentDeclaration) {
-          doCompletionOnComponentDeclaration(cu, parsed, startPart, ((ComponentDeclaration) node)
-                  .getType(), startPart);
+          doCompletionOnComponentDeclaration(cu, parsed, startPart,
+                  ((ComponentDeclaration) node).getType(), startPart);
         } else if (node instanceof ComponentReference) {
-          doCompletionOnComponentReference(cu, parsed, startPart, ((ComponentReference) node)
-                  .getType(), startPart);
+          doCompletionOnComponentReference(cu, parsed, startPart,
+                  ((ComponentReference) node).getType(), startPart);
         } else if (node instanceof TextMarkerAction) {
           doCompletionOnAction(cu, parsed, startPart, TMTypeConstants.TM_TYPE_A, startPart);
         } else if (node instanceof TextMarkerCondition) {
@@ -421,14 +420,6 @@ public class TextMarkerCompletionEngine 
     }
   }
 
-  /**
-   * @param cu
-   * @param startPart
-   * @param type
-   * 
-   * @author Martin Toepfer
-   * @param complString
-   */
   private void doCompletionOnVarRef(ISourceModule cu, TextMarkerModuleDeclaration parsed,
           String startPart, int type, String complString) {
     Collection<String> types = new HashSet<String>();
@@ -501,7 +492,7 @@ public class TextMarkerCompletionEngine 
     return replaceAll;
   }
 
-  @SuppressWarnings( { "unchecked" })
+  @SuppressWarnings({ "unchecked" })
   private void doCompletionOnEmptyStatement(ISourceModule cu, int position, int i) {
     int kind = CompletionProposal.LOCAL_VARIABLE_REF;
     // doCompletionOnKeyword(position, i, "");

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerReferenceDeclarationVisitor.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerReferenceDeclarationVisitor.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerReferenceDeclarationVisitor.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerReferenceDeclarationVisitor.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.internal.core.codeassist;
 
@@ -27,11 +27,6 @@ import org.eclipse.dltk.ast.declarations
 import org.eclipse.dltk.ast.expressions.Expression;
 import org.eclipse.dltk.ast.statements.Statement;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerReferenceDeclarationVisitor extends ASTVisitor {
   private ASTNode result = null;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerSelectionEngine.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerSelectionEngine.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerSelectionEngine.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/codeassist/TextMarkerSelectionEngine.java Thu Aug  4 11:07:05 2011
@@ -65,10 +65,7 @@ import org.eclipse.dltk.core.IScriptProj
 import org.eclipse.dltk.core.ModelException;
 
 public class TextMarkerSelectionEngine extends ScriptSelectionEngine {
-  /**
-   * @author Martin Toepfer
-   * 
-   */
+
   private class ModelElementFinder extends ASTVisitor {
     private int offset;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/parser/visitor/TextMarkerSourceElementRequestVisitor.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/parser/visitor/TextMarkerSourceElementRequestVisitor.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/parser/visitor/TextMarkerSourceElementRequestVisitor.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/internal/core/parser/visitor/TextMarkerSourceElementRequestVisitor.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.internal.core.parser.visitor;
 
@@ -45,7 +45,6 @@ import org.eclipse.dltk.ast.statements.S
 import org.eclipse.dltk.compiler.ISourceElementRequestor;
 import org.eclipse.dltk.compiler.SourceElementRequestVisitor;
 
-
 public class TextMarkerSourceElementRequestVisitor extends SourceElementRequestVisitor {
 
   private static class TypeField {
@@ -204,15 +203,10 @@ public class TextMarkerSourceElementRequ
 
   private void processPackage(Statement statement) {
     TextMarkerPackageDeclaration pack = (TextMarkerPackageDeclaration) statement;
-    this.fRequestor.acceptPackage(pack.getNameStart(), pack.getNameEnd(), (pack.getName())
-            .toCharArray());
+    this.fRequestor.acceptPackage(pack.getNameStart(), pack.getNameEnd(),
+            (pack.getName()).toCharArray());
   }
 
-  /**
-   * @param variableIDRef
-   * @param fullDeclaration
-   * @author Martin Toepfer
-   */
   private void processFieldDeclaration(SimpleReference variableIDRef, Statement fullDeclaration) {
     int modifier = Modifiers.AccDefault;
     if (fullDeclaration instanceof TextMarkerVariableDeclaration) {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/AbstractFactory.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/AbstractFactory.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/AbstractFactory.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/AbstractFactory.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast;
 
@@ -25,11 +25,6 @@ import org.antlr.runtime.Token;
 import org.apache.uima.tm.dltk.internal.core.parser.TextMarkerParseUtils;
 import org.eclipse.dltk.ast.ASTNode;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public abstract class AbstractFactory {
 
   /**

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMActionConstants.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMActionConstants.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMActionConstants.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMActionConstants.java Thu Aug  4 11:07:05 2011
@@ -15,18 +15,13 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast;
 
 import org.apache.uima.tm.dltk.internal.core.parsers.TextMarkerParser;
 import org.eclipse.dltk.ast.expressions.ExpressionConstants;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public interface TMActionConstants {
   public static final int A_CALL = ExpressionConstants.USER_EXPRESSION_START
           + TextMarkerParser.CALL;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMConditionConstants.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMConditionConstants.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMConditionConstants.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMConditionConstants.java Thu Aug  4 11:07:05 2011
@@ -15,18 +15,13 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast;
 
 import org.apache.uima.tm.dltk.internal.core.parsers.TextMarkerParser;
 import org.eclipse.dltk.ast.expressions.ExpressionConstants;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TMConditionConstants {
   public static final int CONSTANT_OFFSET = ExpressionConstants.USER_EXPRESSION_START;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMExpressionConstants.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMExpressionConstants.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMExpressionConstants.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMExpressionConstants.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast;
 
@@ -25,11 +25,6 @@ import java.util.Map;
 import org.apache.uima.tm.textmarker.parser.TextMarkerLexer;
 import org.eclipse.dltk.ast.expressions.ExpressionConstants;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public final class TMExpressionConstants implements ExpressionConstants {
   public static final int E_EXP = USER_EXPRESSION_START + TextMarkerLexer.EXP;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMStatementConstants.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMStatementConstants.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMStatementConstants.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMStatementConstants.java Thu Aug  4 11:07:05 2011
@@ -15,14 +15,10 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast;
 
-/**
- * @author Martin Toepfer
- * 
- */
 public interface TMStatementConstants {
   public static final int S_USERSTART = 1;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMTypeConstants.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMTypeConstants.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMTypeConstants.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TMTypeConstants.java Thu Aug  4 11:07:05 2011
@@ -15,17 +15,13 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast;
 
 import java.util.HashMap;
 import java.util.Map;
 
-/**
- * @author Martin Toepfer
- * 
- */
 public final class TMTypeConstants {
   public static final int TM_TYPE_BITMASK = ~((2 << 17) - 1);
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TextMarkerExpression.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TextMarkerExpression.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TextMarkerExpression.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TextMarkerExpression.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast;
 
@@ -25,7 +25,6 @@ import org.eclipse.dltk.ast.expressions.
 /**
  * Wrapper for top level expressions like number, boolean, string, type..
  * 
- * @author Martin Toepfer
  * 
  */
 public class TextMarkerExpression extends Expression {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TextMarkerSimpleStatement.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TextMarkerSimpleStatement.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TextMarkerSimpleStatement.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/TextMarkerSimpleStatement.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast;
 
@@ -26,8 +26,6 @@ import org.eclipse.dltk.ast.statements.S
 /**
  * Simple statement with just one expression argument.
  * 
- * @author Martin Toepfer
- * 
  */
 public abstract class TextMarkerSimpleStatement extends Statement {
   private Expression expression;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerAction.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerAction.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerAction.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerAction.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.actions;
 
@@ -26,10 +26,6 @@ import java.util.List;
 import org.eclipse.dltk.ast.ASTVisitor;
 import org.eclipse.dltk.ast.expressions.Expression;
 
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerAction extends Expression {
   protected List<Expression> exprs;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerLogAction.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerLogAction.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerLogAction.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerLogAction.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.actions;
 
@@ -23,11 +23,6 @@ import java.util.List;
 
 import org.apache.uima.tm.dltk.parser.ast.TMActionConstants;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerLogAction extends TextMarkerAction {
   int[] logLevelBounds;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerStructureAction.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerStructureAction.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerStructureAction.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/actions/TextMarkerStructureAction.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.actions;
 
@@ -27,10 +27,6 @@ import java.util.Map;
 import org.eclipse.dltk.ast.ASTVisitor;
 import org.eclipse.dltk.ast.expressions.Expression;
 
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerStructureAction extends TextMarkerAction {
   private Expression structure;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerAbstractDeclaration.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerAbstractDeclaration.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerAbstractDeclaration.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerAbstractDeclaration.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.declarations;
 
@@ -23,10 +23,6 @@ import org.eclipse.dltk.ast.ASTVisitor;
 import org.eclipse.dltk.ast.declarations.FieldDeclaration;
 import org.eclipse.dltk.ast.references.SimpleReference;
 
-/**
- * @author Martin Toepfer
- * 
- */
 public abstract class TextMarkerAbstractDeclaration extends FieldDeclaration {
   private SimpleReference ref;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerDeclarationsStatement.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerDeclarationsStatement.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerDeclarationsStatement.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerDeclarationsStatement.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.declarations;
 
@@ -27,14 +27,12 @@ import org.eclipse.dltk.ast.ASTVisitor;
 import org.eclipse.dltk.ast.expressions.Expression;
 import org.eclipse.dltk.ast.statements.Statement;
 
-
 /**
  * Container for declarations,<br>
  * i.e.:<br>
  * "INT a, b, c = 2;"<br>
  * is a TextMarkerDeclarationsStatement with 3 TextMarkerVariableDeclarations.
  * 
- * @author Martin Toepfer
  * 
  */
 public class TextMarkerDeclarationsStatement extends Statement {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerDeclareDeclarationsStatement.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerDeclareDeclarationsStatement.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerDeclareDeclarationsStatement.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerDeclareDeclarationsStatement.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.declarations;
 
@@ -25,11 +25,6 @@ import org.apache.uima.tm.dltk.parser.as
 import org.eclipse.dltk.ast.ASTNode;
 import org.eclipse.dltk.ast.ASTVisitor;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerDeclareDeclarationsStatement extends TextMarkerDeclarationsStatement {
   private ASTNode parent;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerVariableDeclaration.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerVariableDeclaration.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerVariableDeclaration.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/declarations/TextMarkerVariableDeclaration.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.declarations;
 
@@ -24,11 +24,6 @@ import org.eclipse.dltk.ast.ASTVisitor;
 import org.eclipse.dltk.ast.expressions.Expression;
 import org.eclipse.dltk.ast.references.SimpleReference;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerVariableDeclaration extends TextMarkerAbstractDeclaration {
 
   private int type;
@@ -37,14 +32,6 @@ public class TextMarkerVariableDeclarati
 
   private Expression initExpression;
 
-  //
-  // @Deprecated
-  // public TextMarkerVariableDeclaration(String name, int nameStart, int nameEnd, int declStart,
-  // int declEnd, SimpleReference ref) {
-  // super(name, nameStart, nameEnd, declStart, declEnd, ref);
-  // hasInitExpression = false;
-  // }
-
   public TextMarkerVariableDeclaration(String name, int nameStart, int nameEnd, int declStart,
           int declEnd, SimpleReference ref, int type) {
     super(name, nameStart, nameEnd, declStart, declEnd, ref);

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBasicAnnotationType.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBasicAnnotationType.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBasicAnnotationType.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBasicAnnotationType.java Thu Aug  4 11:07:05 2011
@@ -15,18 +15,12 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
 import org.eclipse.dltk.ast.declarations.TypeDeclaration;
 
-/**
- * Represents AnnotationTypes (not references to them).
- * 
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerBasicAnnotationType extends TypeDeclaration {
 
   public TextMarkerBasicAnnotationType(String name, int nameStart, int nameEnd, int start, int end) {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBinaryArithmeticExpression.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBinaryArithmeticExpression.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBinaryArithmeticExpression.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBinaryArithmeticExpression.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
@@ -23,10 +23,6 @@ import org.eclipse.dltk.ast.ASTVisitor;
 import org.eclipse.dltk.ast.expressions.Expression;
 import org.eclipse.dltk.utils.CorePrinter;
 
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerBinaryArithmeticExpression extends Expression {
   private Expression exprA;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBooleanNumberExpression.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBooleanNumberExpression.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBooleanNumberExpression.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBooleanNumberExpression.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
@@ -23,10 +23,6 @@ import org.eclipse.dltk.ast.ASTVisitor;
 import org.eclipse.dltk.ast.expressions.Expression;
 import org.eclipse.dltk.utils.CorePrinter;
 
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerBooleanNumberExpression extends Expression {
   /**
    * <,<=,>,>=,==,...

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBooleanTypeExpression.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBooleanTypeExpression.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBooleanTypeExpression.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerBooleanTypeExpression.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
@@ -23,10 +23,6 @@ import org.eclipse.dltk.ast.ASTVisitor;
 import org.eclipse.dltk.ast.expressions.Expression;
 import org.eclipse.dltk.utils.CorePrinter;
 
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerBooleanTypeExpression extends Expression {
   /**
    * <,<=,>,>=,==,...

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerImportExpression.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerImportExpression.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerImportExpression.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerImportExpression.java Thu Aug  4 11:07:05 2011
@@ -15,17 +15,13 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
 import org.eclipse.dltk.ast.expressions.ExpressionConstants;
 import org.eclipse.dltk.ast.references.SimpleReference;
 
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerImportExpression extends SimpleReference {
 
   public TextMarkerImportExpression(int start, int end, String name) {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerInnerListExpression.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerInnerListExpression.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerInnerListExpression.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerInnerListExpression.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
@@ -23,11 +23,6 @@ import org.apache.uima.tm.dltk.parser.as
 import org.eclipse.dltk.ast.ASTVisitor;
 import org.eclipse.dltk.ast.expressions.Expression;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerInnerListExpression extends Expression {
   private String innerList;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerQuantifierLiteralExpression.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerQuantifierLiteralExpression.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerQuantifierLiteralExpression.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerQuantifierLiteralExpression.java Thu Aug  4 11:07:05 2011
@@ -15,18 +15,13 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
 import org.apache.uima.tm.dltk.parser.ast.TMExpressionConstants;
 import org.eclipse.dltk.ast.expressions.Expression;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerQuantifierLiteralExpression extends Expression {
   private String operator;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerRessourceReference.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerRessourceReference.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerRessourceReference.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerRessourceReference.java Thu Aug  4 11:07:05 2011
@@ -15,18 +15,13 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
 import org.apache.uima.tm.dltk.parser.ast.TMExpressionConstants;
 import org.eclipse.dltk.ast.expressions.StringLiteral;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerRessourceReference extends StringLiteral {
 
   public TextMarkerRessourceReference(int start, int end, String value) {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerStringExpression.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerStringExpression.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerStringExpression.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerStringExpression.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
@@ -29,11 +29,9 @@ import org.eclipse.dltk.ast.expressions.
 import org.eclipse.dltk.ast.expressions.ExpressionConstants;
 import org.eclipse.dltk.utils.CorePrinter;
 
-
 /**
  * Simple string literal or concatenation of strings / string expressions
  * 
- * @author Martin Toepfer
  * 
  */
 public class TextMarkerStringExpression extends TextMarkerExpression {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerUnaryArithmeticExpression.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerUnaryArithmeticExpression.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerUnaryArithmeticExpression.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerUnaryArithmeticExpression.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
@@ -26,11 +26,6 @@ import org.apache.uima.tm.dltk.parser.as
 import org.eclipse.dltk.ast.ASTVisitor;
 import org.eclipse.dltk.ast.expressions.Expression;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerUnaryArithmeticExpression extends Expression {
   private int opID;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerVariableReference.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerVariableReference.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerVariableReference.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerVariableReference.java Thu Aug  4 11:07:05 2011
@@ -15,18 +15,13 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
 import org.apache.uima.tm.dltk.parser.ast.TMTypeConstants;
 import org.eclipse.dltk.ast.references.VariableReference;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerVariableReference extends VariableReference {
   private int typeId;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormattedPrinter.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormattedPrinter.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormattedPrinter.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormattedPrinter.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.formatter.internal;
 
@@ -62,12 +62,10 @@ import org.eclipse.dltk.ast.statements.S
 import org.eclipse.dltk.formatter.FormatterDocument;
 import org.eclipse.dltk.ui.formatter.IFormatterIndentGenerator;
 
-
 /**
  * Formats a document.<br>
  * Use the append methods within the visit methods to preserve the comments.
  * 
- * @author Martin Toepfer
  * 
  */
 public class TextMarkerFormattedPrinter extends ASTVisitor {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormatterContext.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormatterContext.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormatterContext.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormatterContext.java Thu Aug  4 11:07:05 2011
@@ -15,9 +15,10 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.formatter.internal;
+
 ///**
 // * 
 // */
@@ -27,7 +28,6 @@ package org.apache.uima.tm.dltk.formatte
 //import org.eclipse.dltk.formatter.IFormatterContext;
 //
 ///**
-// * @author Martin Toepfer
 // *
 // */
 //public class TextMarkerFormatterContext extends FormatterContext implements

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/actions/TextMarkerGenerateActionGroup.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/actions/TextMarkerGenerateActionGroup.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/actions/TextMarkerGenerateActionGroup.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/actions/TextMarkerGenerateActionGroup.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.internal.ui.actions;
 
@@ -28,11 +28,6 @@ import org.eclipse.jface.action.Action;
 import org.eclipse.jface.text.source.ISourceViewer;
 import org.eclipse.ui.texteditor.TextOperationAction;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerGenerateActionGroup extends GenerateActionGroup {
   public TextMarkerGenerateActionGroup(TextMarkerEditor editor, String groupName) {
     super(editor, groupName);

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/preferences/Messages.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/preferences/Messages.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/preferences/Messages.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/preferences/Messages.java Thu Aug  4 11:07:05 2011
@@ -15,16 +15,12 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.internal.ui.preferences;
 
 import org.eclipse.osgi.util.NLS;
 
-/**
- * @author Martin
- * 
- */
 public class Messages extends NLS {
   private static final String BUNDLE_NAME = "org.apache.uima.tm.dltk.ui.formatter.messages";
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/preferences/TextMarkerTodoTaskPreferencePage.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/preferences/TextMarkerTodoTaskPreferencePage.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/preferences/TextMarkerTodoTaskPreferencePage.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.ui/src/main/java/org/apache/uima/tm/dltk/internal/ui/preferences/TextMarkerTodoTaskPreferencePage.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.internal.ui.preferences;
 
@@ -31,11 +31,6 @@ import org.eclipse.dltk.ui.preferences.P
 import org.eclipse.dltk.ui.util.IStatusChangeListener;
 import org.eclipse.ui.preferences.IWorkbenchPreferenceContainer;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerTodoTaskPreferencePage extends
         AbstractConfigurationBlockPropertyAndPreferencePage {
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerChecker.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerChecker.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerChecker.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerChecker.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.validator;
 
@@ -32,10 +32,6 @@ import org.eclipse.dltk.core.builder.IBu
 import org.eclipse.dltk.core.builder.IBuildParticipant;
 import org.eclipse.dltk.core.builder.IBuildParticipantExtension;
 
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerChecker implements IBuildParticipant, IBuildParticipantExtension {
   List<IBuildParticipant> buildParticipants = null;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerDefaultProblem.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerDefaultProblem.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerDefaultProblem.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerDefaultProblem.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.validator;
 
@@ -24,11 +24,6 @@ import org.eclipse.dltk.ast.ASTNode;
 import org.eclipse.dltk.compiler.problem.DefaultProblem;
 import org.eclipse.dltk.compiler.problem.ProblemSeverities;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerCheckerDefaultProblem extends DefaultProblem {
   public static final int WARNING = ProblemSeverities.Warning;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerProblemFactory.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerProblemFactory.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerProblemFactory.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerProblemFactory.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.validator;
 
@@ -32,11 +32,6 @@ import org.eclipse.dltk.compiler.problem
 import org.eclipse.dltk.core.ISourceModule;
 import org.eclipse.dltk.core.builder.ISourceLineTracker;
 
-
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerCheckerProblemFactory {
   // private static final String errMsgHead = "Type \"";
   // private static final String errMsgTailDefault =

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerUtils.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerUtils.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerUtils.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerCheckerUtils.java Thu Aug  4 11:07:05 2011
@@ -46,10 +46,6 @@ import org.eclipse.dltk.core.IScriptProj
 import org.eclipse.dltk.core.ISourceModule;
 import org.eclipse.dltk.core.ModelException;
 
-/**
- * @author Martin Toepfer
- * 
- */
 public class TextMarkerCheckerUtils {
 
   public static Set<String> importScript(String path, int type, IScriptProject project)

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerEngineAndCallChecker.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerEngineAndCallChecker.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerEngineAndCallChecker.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerEngineAndCallChecker.java Thu Aug  4 11:07:05 2011
@@ -51,10 +51,6 @@ import org.eclipse.dltk.core.builder.ISo
 public class TextMarkerEngineAndCallChecker implements IBuildParticipant,
         IBuildParticipantExtension {
 
-  /**
-   * @author Martin Toepfer
-   * 
-   */
   private class EngineAndCallCheckerVisitor extends ASTVisitor {
     private IProblemReporter rep;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerRessourceChecker.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerRessourceChecker.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerRessourceChecker.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerRessourceChecker.java Thu Aug  4 11:07:05 2011
@@ -50,10 +50,6 @@ import org.eclipse.dltk.core.builder.ISo
 
 public class TextMarkerRessourceChecker implements IBuildParticipant, IBuildParticipantExtension {
 
-  /**
-   * @author Martin Toepfer
-   * 
-   */
   private class TypeCheckerVisitor extends ASTVisitor {
     private IProblemReporter rep;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerTypeChecker.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerTypeChecker.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerTypeChecker.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerTypeChecker.java Thu Aug  4 11:07:05 2011
@@ -73,10 +73,6 @@ import org.eclipse.dltk.core.builder.ISo
 
 public class TextMarkerTypeChecker implements IBuildParticipant, IBuildParticipantExtension {
 
-  /**
-   * @author Martin Toepfer
-   * 
-   */
   private class TypeCheckerVisitor extends ASTVisitor {
     private final Stack<String> blocks;
 
@@ -100,8 +96,6 @@ public class TextMarkerTypeChecker imple
 
     private TypeSystemDescription description;
 
-    // private TypeSystem ts;
-
     private Set<String> otherTypes;
 
     private Set<String> finalTypes;

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerVarRefChecker.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerVarRefChecker.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerVarRefChecker.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.validator/src/main/java/org/apache/uima/tm/dltk/validator/TextMarkerVarRefChecker.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.dltk.validator;
 
@@ -69,13 +69,8 @@ import org.eclipse.dltk.core.builder.IBu
 import org.eclipse.dltk.core.builder.IBuildParticipantExtension;
 import org.eclipse.dltk.core.builder.ISourceLineTracker;
 
-
 public class TextMarkerVarRefChecker implements IBuildParticipant, IBuildParticipantExtension {
 
-  /**
-   * @author Martin Toepfer
-   * 
-   */
   private class VarRefVisitor extends ASTVisitor {
     private final Stack<Map<String, Integer>> knownLocalVariables;
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/EditDistanceCostMap.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/EditDistanceCostMap.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/EditDistanceCostMap.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/EditDistanceCostMap.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.textmarker.resource.trie;
 
@@ -32,10 +32,7 @@ import java.util.Map;
 /**
  * Class EditDistanceMap.
  * 
- * @author Daniel Wieth, 1570292.
- * 
- *         Contains HashMaps with key-value-pairs representing the costs for edit distance
- *         operations.
+ * Contains HashMaps with key-value-pairs representing the costs for edit distance operations.
  */
 public class EditDistanceCostMap {
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/EditDistanceResultMap.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/EditDistanceResultMap.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/EditDistanceResultMap.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/EditDistanceResultMap.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.textmarker.resource.trie;
 
@@ -29,10 +29,9 @@ import java.util.Set;
 /**
  * Class EditDistanceResultMap.
  * 
- * @author Daniel Wieth 1570292.
  * 
- *         Contains the result of an edit distance query in the class MultiTreeWordList. The keys
- *         are the strings in the trie, the values are the types of the query.
+ * Contains the result of an edit distance query in the class MultiTreeWordList. The keys are the
+ * strings in the trie, the values are the types of the query.
  * 
  */
 public class EditDistanceResultMap extends HashMap<String, Set<String>> {

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/MultiTextNode.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/MultiTextNode.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/MultiTextNode.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/MultiTextNode.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.textmarker.resource.trie;
 
@@ -31,9 +31,8 @@ import java.util.Set;
 /**
  * Class MultipleTextNode.
  * 
- * @author Daniel Wieth, 1570292.
  * 
- *         Represents a node of the data structure MultiTreeWordList.
+ * Represents a node of the data structure MultiTreeWordList.
  */
 public class MultiTextNode {
 

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/MultiTreeWordList.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/MultiTreeWordList.java?rev=1153846&r1=1153845&r2=1153846&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/MultiTreeWordList.java (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.engine/src/main/java/org/apache/uima/tm/textmarker/resource/trie/MultiTreeWordList.java Thu Aug  4 11:07:05 2011
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 
 package org.apache.uima.tm.textmarker.resource.trie;
 
@@ -33,8 +33,8 @@ import java.util.HashSet;
 import java.util.LinkedList;
 import java.util.List;
 import java.util.Map;
-import java.util.Set;
 import java.util.Map.Entry;
+import java.util.Set;
 
 import org.apache.uima.cas.FSIterator;
 import org.apache.uima.cas.Type;
@@ -43,11 +43,9 @@ import org.apache.uima.tm.textmarker.ker
 import org.apache.uima.tm.textmarker.kernel.type.TextMarkerBasic;
 import org.apache.uima.tm.textmarker.resource.TextMarkerWordList;
 
-
 /**
  * Class MultiTreeWordList.
  * 
- * @author Daniel Wieth, 1570292
  * 
  */
 public class MultiTreeWordList implements TextMarkerWordList {
@@ -610,7 +608,7 @@ public class MultiTreeWordList implement
 
             tryToCreateAnnotation(stream, results, basicsToAdd, candidate.toString(), interResults,
                     ignoreCase, ignoreLength, edit, distance, ignoreToken, typeMap);
-            //			
+            //
             lastCandidate = candidate.toString();
             candidate.append(next.getCoveredText());
             basicsToAdd.add(next);
@@ -784,9 +782,9 @@ public class MultiTreeWordList implement
     if (!lastActionInsert) {
       // Delete.
       if (distance - edm.getDeleteCosts(node.getValue()) >= 0 && result.length() > 0) {
-        resultMap.putAll(editDistanceClever(node, query, result, distance
-                - edm.getDeleteCosts(node.getValue()), index + 1, ignoreCase, fragment, edm, false,
-                true));
+        resultMap.putAll(editDistanceClever(node, query, result,
+                distance - edm.getDeleteCosts(node.getValue()), index + 1, ignoreCase, fragment,
+                edm, false, true));
       }
     }
 
@@ -917,8 +915,8 @@ public class MultiTreeWordList implement
 
     // Delete.
     if (distance - edm.getDeleteCosts(node.getValue()) >= 0 && result.length() > 0) {
-      deletion = editDistanceBool(node, query, result, distance
-              - edm.getDeleteCosts(node.getValue()), index + 1, ignoreCase, fragment, edm);
+      deletion = editDistanceBool(node, query, result,
+              distance - edm.getDeleteCosts(node.getValue()), index + 1, ignoreCase, fragment, edm);
 
       if (deletion) {
         return true;
@@ -961,8 +959,9 @@ public class MultiTreeWordList implement
 
       if (distance - edm.getInsertCosts(tempNode.getValue()) >= 0) {
         // Insert - use the same index twice.
-        insertion = editDistanceBool(tempNode, query, result + tempNode.getValue(), distance
-                - edm.getInsertCosts(tempNode.getValue()), index, ignoreCase, fragment, edm);
+        insertion = editDistanceBool(tempNode, query, result + tempNode.getValue(),
+                distance - edm.getInsertCosts(tempNode.getValue()), index, ignoreCase, fragment,
+                edm);
 
         if (insertion) {
           return true;