Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Umlaut" problem? #10

Open
cal101 opened this issue Mar 7, 2017 · 2 comments
Open

"Umlaut" problem? #10

cal101 opened this issue Mar 7, 2017 · 2 comments

Comments

@cal101
Copy link
Contributor

cal101 commented Mar 7, 2017

     /**
-     * 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
Copy link
Contributor

rpau commented Mar 8, 2017

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

@cal101
Copy link
Contributor Author

cal101 commented Mar 8, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants