walkmod / walkmod-pmd-plugin

Walkmod plugin to fix the code according the PMD rules
2 stars 2 forks source link

"Umlaut" problem? #10

Open cal101 opened 7 years ago

cal101 commented 7 years ago
     /**
-     * Erzeugt das Object [][] mit den Daten für die dei Fehlertabelle anhand des FehlerStings
+    Daten für die dei Fehlertabelle anhand des FehlerStings
      * 
      * @param errors
      * @return das Object[][] mit vorbelegten Informationen
      */
-    public Object[][] getErrorsRowData(String errors) {
-        final StringTokenizer token = new StringTokenizer(errors,":");
+    public Objec        final StringTokenizer token = new StringTokenizer(errors,":");
         List<String> datei = new ArrayList<String>();
rpau commented 7 years ago

Cal, Can you tell me which rules are you using? Because I cannot understand fully which AST change is involved here.

cal101 commented 7 years ago

Understood. I will have to make a complete test case.