-
Notifications
You must be signed in to change notification settings - Fork 4
NEW(cpd): @W-16866828@: Implemented the runRules method for CPD (with no configuration yet) #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c90d3f8 to
986ddd4
Compare
65cac4b to
83c0aa9
Compare
83c0aa9 to
f8465bf
Compare
...ine/pmd-cpd-wrappers/src/main/java/com/salesforce/sfca/cpdwrapper/CpdLanguageRunResults.java
Show resolved
Hide resolved
| @@ -0,0 +1,10 @@ | |||
| function abc3() { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have any non-html files with minimum token greater than the default? Also, can we rename these files a bit more descriptive? Like sampleJavascriptWithLessThanMinTokens.js ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I do see some happy path Apex Classes. So, never mind about my first comment. Can we still have the filenames be more descriptive?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, let me see if I can make the files more descriptive...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
In this PR:
Note that no configuration has been added yet - so the java command, minumumTokens, etc are all just hard coded for now.