Added CPD column information for Java.

This commit is contained in:
Maikel Steneker
2020-01-15 15:43:56 +01:00
parent 96943852b5
commit 8ed19b5da6

View File

@ -72,7 +72,7 @@ public class JavaTokenizer extends JavaCCTokenizer {
constructorDetector.processToken(javaToken);
return new TokenEntry(image, fileName, currentToken.getBeginLine());
return new TokenEntry(image, fileName, currentToken.getBeginLine(), currentToken.getBeginColumn(), currentToken.getEndColumn());
}
public void setIgnoreLiterals(boolean ignore) {