Commit Graph

9377 Commits

Author SHA1 Message Date
2efe75fac5 Merge branch 'unit-test-for-pr-170' 2017-01-21 13:53:57 +01:00
ba260e753c Adjust unit test to verify console encoding of XML formatter 2017-01-21 11:58:59 +01:00
4c1890d56c Add unit test to verify encoding of XML formatter 2017-01-21 11:58:59 +01:00
3fd3c97071 Update changelog with ruleset changes 2017-01-20 11:11:12 +01:00
750b51f20a Merge branch 'changelog-for-1556' 2017-01-20 11:03:10 +01:00
ea19f8acee Merge branch 'changelog-for-1556' into pmd/5.4.x 2017-01-20 11:02:52 +01:00
f669c6c253 Update changelog 2017-01-20 11:01:32 +01:00
2cc7490f26 Merge branch 'DeadCode' of https://github.com/sgorbaty/pmd 2017-01-16 18:34:49 -03:00
e41aede31e Merge branch 'pr-192' 2017-01-16 18:34:41 -03:00
291698cdbc Update changelog 2017-01-16 18:26:10 -03:00
ba325eb8a2 Dead code removal 2017-01-16 18:25:33 -03:00
9fcfbc1fec Merge branch 'ImproveSharingToDetectDatabaseMethods' of https://github.com/sgorbaty/pmd 2017-01-16 18:12:35 -03:00
03c38a16cb Merge branch 'pr-191' 2017-01-16 18:11:45 -03:00
549274f852 Update changelog 2017-01-16 17:36:59 -03:00
1bbd10f01b Detection of sharing violation when Database. methods are used 2017-01-16 17:36:20 -03:00
c276e5cccb Comment format 2017-01-16 11:37:22 -08:00
3107fd1656 Dead code removal 2017-01-16 11:35:49 -08:00
23b82bbcd8 Detection of sharing violation when Database. methods are used 2017-01-16 11:30:20 -08:00
efeb6d508b Update changelog 2017-01-16 15:37:49 -03:00
80153665de Merge branch 'OpenRedirectVarConcat' of https://github.com/sgorbaty/pmd 2017-01-16 15:36:58 -03:00
f970069c9f Merge branch 'pr-189' 2017-01-16 15:36:47 -03:00
fb25329e0d Bug fix to improve detection of concatenated vars 2017-01-16 15:23:26 -03:00
7e83147a61 Unit test bug 2017-01-16 15:02:43 -03:00
a5c02a6f04 Merge branch 'groovy-typo' 2017-01-16 14:50:02 -03:00
15336017ef Fix typo in PMD-Groovy's pom 2017-01-16 14:49:18 -03:00
074b606645 Merge branch 'pr-188'
Closes #188 (rebased onto pmd/5.5.x)
2017-01-15 19:49:43 +01:00
2fdfa26e4c Update changelog 2017-01-15 19:24:02 +01:00
80b2792db5 Fix #183 - Count whole expressions as 1 line
- This is consistent with how we count "lines" in other languages.
 - Notice we are not actually counting lines, so multiline expressions are
    counted as 1.
 - Having multiple variable declarations together is still counting 1 per variable.
2017-01-15 18:33:06 +01:00
cd31c84f5b Unit test bug 2017-01-13 14:06:27 -08:00
2bb1c6b8ff Bug fix to improve detection of concatenated vars 2017-01-13 14:06:08 -08:00
08e5feeb6d Merge branch 'OpenRedirectImprovement' of https://github.com/sgorbaty/pmd 2017-01-13 00:28:16 -03:00
8177f4bab6 Update changelog 2017-01-12 22:42:12 -03:00
4d57503e1a Merge branch 'pr-184' 2017-01-12 22:41:48 -03:00
4055a79e4c Update changelog 2017-01-12 22:35:09 -03:00
16b9d566f3 Merge branch 'pr-184' into pmd/5.5.x 2017-01-12 22:35:05 -03:00
79121c42cc Comment to warn future folks to check Apex compiler implementation first 2017-01-12 22:28:45 -03:00
edabb22f37 Improving detection for assignment operator 2017-01-12 22:28:45 -03:00
a38526544a Improving open redirect detection for static fields 2017-01-12 22:28:45 -03:00
8cab2c9f50 Merge branch 'ControlFlowBasedCRUDCheck' of https://github.com/sgorbaty/pmd 2017-01-12 22:04:09 -03:00
174ffa9461 Update changelog 2017-01-12 22:03:34 -03:00
ea53d913a0 Update changelog 2017-01-12 22:03:15 -03:00
ac0b873f08 Merge branch 'pr-181' 2017-01-12 22:02:26 -03:00
9b0839a46c Merge branch 'pr-181' into pmd/5.5.x 2017-01-12 21:38:21 -03:00
608c9139be Bug fix #3 for else statements 2017-01-12 21:32:07 -03:00
9db4b2503d Bug fixes part 2 2017-01-12 21:32:07 -03:00
9d384f404c Bug fixes 2017-01-12 21:32:07 -03:00
7a3ab3d7a1 Accessibility checks improved with CF 2017-01-12 21:31:31 -03:00
9baf99f19d CF based CRUD rule checking 2017-01-12 21:31:31 -03:00
ed0b133cdc Comment to warn future folks to check Apex compiler implementation first 2017-01-12 14:44:59 -08:00
b45569c704 Bug fix #3 for else statements 2017-01-12 14:37:43 -08:00