You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi TouK,
I have implemented CPD (PMD subproject) because we want to check if somebody had been copy and paste of previous code, I don´t know if you would be interested in it, it is really fast and my current implementation check all code that CPD can analyze in the directory, sending back the violations with references to duplicated files. If you are interested in it I can write some test and send to you a push.
In last versions of gerrit, you can comment a block of code, but currently is not supported by sputnik, with CPD will be very useful to mark a block of code instead to show only a comment with the number of lines detected in the beginning of the block would you interested to an implementation of this?. I am thinking that could support both ways to send violations, to make compatible with previous versions (and other plugins could use it too).
The text was updated successfully, but these errors were encountered:
HI, sorry, I was working on it (adding more tests, because didn't have a good coverage and I discovered boundaries errors), I need to get back to it, because I need to put in production in our systems...you can take a look in my fork (I used CPD of PMD wich is not enabled, you have to use it separately. I'll try to improve it (and merge current master branch) on next week.
Hi TouK,
I have implemented CPD (PMD subproject) because we want to check if somebody had been copy and paste of previous code, I don´t know if you would be interested in it, it is really fast and my current implementation check all code that CPD can analyze in the directory, sending back the violations with references to duplicated files. If you are interested in it I can write some test and send to you a push.
In last versions of gerrit, you can comment a block of code, but currently is not supported by sputnik, with CPD will be very useful to mark a block of code instead to show only a comment with the number of lines detected in the beginning of the block would you interested to an implementation of this?. I am thinking that could support both ways to send violations, to make compatible with previous versions (and other plugins could use it too).
The text was updated successfully, but these errors were encountered: