I am trying t开发者_运维问答o run the GUI version of CPD on my python codebase, but no duplicate code is returned even when i set the min chunk size to 1.
We use CPD and works very well. Some interfaces areimplemented in multiple classes. These classes share the implementation code using \'delegate\' pat开发者_运维百科tern [ http://en.wikipedia.org/wi
Is there a way to tell PMD to ignore checking parts of code for duplication? For example, can I do something like this:
This is a method in ASP Classic that saves a file to disk. It takes a very long time but I\'m not sure why. Normally, I wouldn\'t mind so much, but the files it handles are pretty large so need this n