mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
codeql-go merge prep: move into go/ directory
This commit is contained in:
13
go/extractor/net/sourceforge/pmd/cpd/AbstractLanguage.java
Normal file
13
go/extractor/net/sourceforge/pmd/cpd/AbstractLanguage.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package net.sourceforge.pmd.cpd;
|
||||
|
||||
/*
|
||||
* This is a stub definition for pmd's AbstractLanguage class
|
||||
* including only the API used by the GoLanguage class.
|
||||
*/
|
||||
|
||||
public abstract class AbstractLanguage {
|
||||
|
||||
public AbstractLanguage(String... extensions) {}
|
||||
|
||||
public abstract Tokenizer getTokenizer(boolean fuzzyMatch);
|
||||
}
|
||||
Reference in New Issue
Block a user