Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: PYTHON-0.1
-
Component/s: Python
-
Labels:None
-
Number of attachments :
Description
Code duplication detection for python code. Implemented using an antlr-Tokenizer based on a grammar by Alex Tesca (Thanks!) and the PmdEngine of Sonar.
The duplicaton detection has been tested on a couple of code bases like "mercurial" and "bazzar" and found to be comparable to the duplication detection of pylint.
The known parameters of the PmdEngine may be used to trade the number of findings for the number of false positives.
Activity
Waleri Enns
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | PYTHON-0.1 [ 18078 ] | |
| Description |
Code duplication detection for python code. Implemented using an antlr-Tokenizer based on a grammar by Alex Tesca (Thanks!) and the PmdEngine of Sonar.
The duplicaton detection has been tested on a couple of code bases like "mercurial" and "bazzar" and found to be comparable to the duplication detection of pylint. The known parameters of the PmdEngine may be used to trade the number of findings for the number of false positives. |
Waleri Enns
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |