forked from phoedos/pmd
[doc] Add Lua support
This commit is contained in:
parent
8e3adc6ba1
commit
614484143a
@ -12,7 +12,7 @@ unnecessary object creation, and so forth. It supports Java, JavaScript, Salesfo
|
||||
XML, XSL.
|
||||
|
||||
Additionally it includes **CPD**, the copy-paste-detector. CPD finds duplicated code in
|
||||
C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Matlab,
|
||||
C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab,
|
||||
Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce.
|
||||
|
||||
## Source and Documentation
|
||||
|
@ -218,6 +218,7 @@ This behavior has been introduced to ease CPD integration into scripts or hooks,
|
||||
* Java
|
||||
* Jsp
|
||||
* Kotlin
|
||||
* Lua
|
||||
* Matlab
|
||||
* Objective-C
|
||||
* Perl
|
||||
@ -366,7 +367,7 @@ Here's a screenshot of CPD after running on the JDK 8 java.lang package:
|
||||
## Suppression
|
||||
|
||||
Arbitrary blocks of code can be ignored through comments on **Java**, **C/C++**, **Dart**, **Go**, **Javascript**,
|
||||
**Kotlin**, **Matlab**, **Objective-C**, **PL/SQL**, **Python** and **Swift** by including the keywords `CPD-OFF` and `CPD-ON`.
|
||||
**Kotlin**, **Lua**, **Matlab**, **Objective-C**, **PL/SQL**, **Python** and **Swift** by including the keywords `CPD-OFF` and `CPD-ON`.
|
||||
|
||||
```java
|
||||
public Object someParameterizedFactoryMethod(int x) throws Exception {
|
||||
|
Loading…
x
Reference in New Issue
Block a user