Skip to content

Commit

Permalink
bug462217: update message for anonymous classes
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Dumitrescu <vladdu55@gmail.com>
  • Loading branch information
vladdu committed Mar 19, 2015
1 parent 695e007 commit b9eab83
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -940,10 +940,10 @@ protected void reportMissingImplementations(XtendTypeDeclaration xtendClass, Jvm
} else {
errorMsg.append("The class ").append(name);
errorMsg.append(" must be defined abstract because it does not implement ");
}
if (needsNewLine) {
errorMsg.append("its inherited abstract methods ");
}
}
IResolvedOperation operation;
for(int i=0; i<operationsMissingImplementation.size() && i<3; ++i) {
operation = operationsMissingImplementation.get(i);
Expand Down

0 comments on commit b9eab83

Please sign in to comment.