Tagged Questions
Simian (Similarity Analyser) identifies duplication in Java, C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML, Visual Basic, Groovy source code and even plain text files.
3
votes
3answers
782 views
Tips to show similarities in files
In a project, I found some css files that "smell" like there are copy-pasted rules in them.
I wonder what are your strategies for detecting copy-paste stuff in files.
Just of curiosity i'd like to ...
3
votes
1answer
408 views
How do you use the maven-simian-plugin in Maven2?
I'm looking for a Maven2 reporting plugin for Simian and the closest thing to such a reporting I found is this. The problem is, the documentation for it appears to be for Maven 1 instead. Why is a ...
1
vote
1answer
41 views
Simian excludes option
I am having some issues configuring the options for Simian
Currently I have <buildArgs>-includes=**/*.cs -formatter=xml:build\log\simian.xml -failOnDuplication</buildArgs>
I would like ...
1
vote
1answer
54 views
Simian not detecting duplicate code in CruiseControl.Net integration
My Simian task looks like this:
<exec>
<executable>C:\\Program Files (x86)\simian\bin\simian-2.3.33.exe</executable>
<buildArgs>-includes=*.cs ...
1
vote
1answer
159 views
Set up ignore block comments for Simian Ant Task
Is it possible to set up start and end comments for disabling simian in an Ant task? I've seen various forums talking about a command line option to disable simian for certain blocks of code using ...
1
vote
2answers
162 views
Which repository holds the Maven 2 Simian plugin?
Is there a Maven Simian plugin available for Maven 2.x? I can't seem to locate a repository which holds it.
The earliest mention I could find was an unreleased version at:
...
0
votes
1answer
224 views
How do I get Simian to produce a nice HTML report I can email to everyone on the team?
I am trying to discover how great our problem is with duplicate code, therefore I need to be able to mail a nice report (HTML, PDF, or word) to everyone on the team that lists all the duplicates that ...