Commit Graph

7 Commits

Author SHA1 Message Date
Maikel Steneker
166e17f483 Simplified Kotlin tokenizer. 2018-11-12 14:35:59 +01:00
Maikel Steneker
1dd9cfd17b Adjusted version of pmd-kotlin subproject. 2018-11-12 14:31:23 +01:00
Maikel Steneker
a7f3f71401 Adjusted Kotlin language module to specify version and correct extension. 2018-11-12 11:32:16 +01:00
Maikel Steneker
b83698a58e Added test cases for Kotlin support for CPD. 2018-11-12 11:31:49 +01:00
Maikel Steneker
e7fd1d408c Removed unnecessary import in order to conform to Checkstyle coding standard. 2018-11-07 15:15:57 +01:00
Dennie Reniers
dc5b18b512 Adjusted Kotlin tokenizer to skip over package and import statements.
This prevents CPD from finding duplications in package and import statements.
2018-11-07 15:00:15 +01:00
Maikel Steneker
ff55a230d5 Added Kotlin support to CPD.
The tokenizer uses the ANTLR4 grammar based on the one at https://github.com/shadrina/kotlin-grammar-antlr4 (via https://github.com/antlr/grammars-v4/).
2018-11-07 14:49:56 +01:00