Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
@SuppressWarnings({"PMD.UnusedFormalParameter", "nls"})
public class AnnotationAwareAntlrContentAssistGrammarGenerator extends AbstractAnnotationAwareAntlrGrammarGenerator {

// CPD-OFF — migrated Xtend generator code, kept faithful

@Inject
private ContentAssistGrammarNaming naming;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
@SuppressWarnings({"checkstyle:MethodName", "PMD.UnusedFormalParameter", "nls"})
public class AnnotationAwareAntlrGrammarGenerator extends AbstractAnnotationAwareAntlrGrammarGenerator {

// CPD-OFF — migrated Xtend generator code, kept faithful

@Inject
private GrammarNaming naming;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
@SuppressWarnings({"PMD.AvoidDuplicateLiterals", "PMD.TooManyMethods", "PMD.LocalVariableNamingConventions", "nls"})
public class AnnotationAwareXtextAntlrGeneratorFragment2 extends XtextAntlrGeneratorFragment2 {

// CPD-OFF — migrated Xtend generator code, kept faithful

private static final String ADDITIONAL_CA_REQUIRED_BUNDLE = "com.avaloq.tools.ddk.xtext";

@Inject
Expand Down