12547 Commits

Author SHA1 Message Date
Andreas Dangel
430238113c Update release notes, refs #1046 2018-05-21 12:59:38 +02:00
Andreas Dangel
b3460f6951 whitespaces, javadoc 2018-05-21 12:53:51 +02:00
Andreas Dangel
f14fbd02b5 Rework InsecureCryptoIvRule to use RuleChain on AllocationExpression
No need for Util. Use Symbol Table instead.
2018-05-21 12:46:29 +02:00
Andreas Dangel
e9f6668c9b Rework HardCodedCryptoKeyRule to use RuleChain on AllocationExpression and symbol table 2018-05-21 12:40:34 +02:00
Andreas Dangel
af250c3503 whitespaces 2018-05-21 11:56:23 +02:00
Andreas Dangel
ac7b94aaa2 The rule is new with 6.4.0. Sort alphabetically 2018-05-21 11:52:11 +02:00
Andreas Dangel
4d31d1fb04 whitespaces 2018-05-21 11:51:24 +02:00
Sergey Gorbaty
98fe1d3757 Final util 2018-04-23 14:25:08 -07:00
Sergey Gorbaty
ac8135c6a5 Style fix 2018-04-23 14:23:25 -07:00
Sergey Gorbaty
fcac918bd5 merging upstream 2018-04-23 14:03:58 -07:00
Sergey Gorbaty
2378444862 comments 2018-04-23 14:01:28 -07:00
Andreas Dangel
c7e493f283 [java] Enable security ruleset for all-java.xml 2018-04-23 21:21:22 +02:00
Travis CI (pmd-bot)
260f1da440 Update documentation 2018-04-23 19:20:29 +00:00
Andreas Dangel
ba6f3fb5cb Merge branch 'pr-1042' 2018-04-23 21:02:48 +02:00
Andreas Dangel
1f662e81f7 Update release notes, refs #1042 - new rule 2018-04-23 21:01:11 +02:00
Andreas Dangel
092ec8264a Merge branch 'pr-1045', fixes #1036 2018-04-23 20:29:40 +02:00
Andreas Dangel
391193c044 PMD dogfooding - avoid unnecessary local before return 2018-04-23 20:29:13 +02:00
Andreas Dangel
bf8855c1e5 Merge branch 'pr-1039' 2018-04-23 18:59:05 +02:00
Andreas Dangel
43e9a7c31b Update release notes, fixes #695 2018-04-23 18:57:46 +02:00
Clément Fournier
71ebcca079 Fix typos in release notes 2018-04-23 14:28:13 +02:00
Juan Martín Sotuyo Dodero
f855b572cc Update userdocs 2018-04-23 03:09:20 -03:00
Juan Martín Sotuyo Dodero
0243c08f84 Merge branch 'pr-1044' 2018-04-23 02:16:18 -03:00
Juan Martín Sotuyo Dodero
dac6d8c1a5 Update changelog, refs #1044 2018-04-23 02:15:45 -03:00
Akshat Bahety
b095e05bae Merge pull request #1 from akshatbahety/patch-2
Singleton Test Case
2018-04-23 10:32:32 +05:30
Akshat Bahety
92ecdde2f4 Singleton Test Case
Added a test case to check the singleton rule for nested classes
2018-04-23 10:29:43 +05:30
Akshat Bahety
c137ebaa60 CheckStyle Updated 2018-04-23 10:04:32 +05:30
Akshat Bahety
bee7adb33a Removed Debugging parts
Updated the file, removed the unnecessary debugging statements
2018-04-23 09:48:34 +05:30
Juan Martín Sotuyo Dodero
59bfc7ab52 Update changelog, refs #1045 2018-04-23 01:05:34 -03:00
Juan Martín Sotuyo Dodero
a91bc4bfb6 [core] Log only once all messages
- CLI runs log only to stderr, never to stdout
 - Both Ant and CLI runs log only once, the root logger never gets a
hold of the logs, completely isolating PMD
2018-04-23 01:02:35 -03:00
Akshat Bahety
1a51582963 Solution for issue #816
Fixed the issue with traversing the tree and checking out if the getInstance method is used twice under the same class.
2018-04-23 02:08:16 +05:30
Juan Martín Sotuyo Dodero
ce264cf0e4 Fix typos 2018-04-22 16:00:28 -03:00
Clément Fournier
855d528563 Merge branch 'pr-1041' 2018-04-22 18:05:39 +02:00
Clément Fournier
933235b140 Update release notes, refs #1041
Closes #1020
2018-04-22 18:05:30 +02:00
Juan Martín Sotuyo Dodero
6c19d9bed6 Update changelog, refs #1039 2018-04-22 02:48:35 -03:00
Juan Martín Sotuyo Dodero
fc2e0a625f [python] Support comment based CPD suppressions 2018-04-21 20:33:30 -03:00
Sergey Gorbaty
6f881116ed Removing comment 2018-04-19 14:15:49 -07:00
Sergey Gorbaty
ec86fd2584 HardCoded keys used as secrets 2018-04-19 14:13:15 -07:00
Sergey Gorbaty
d7ac0b8186 Using narrower scoped AST node + scope for global declarations 2018-04-18 15:20:26 -07:00
Sergey Gorbaty
f9ebe4c119 Version change and use of shorthands 2018-04-18 10:25:12 -07:00
Andreas Dangel
3d9c63a271 Update jacoco plugin for java10 compatibility 2018-04-18 10:28:56 +02:00
Andreas Dangel
22a50a14cf [ci] switch to Oracle jdk10 to support javafx 2018-04-18 10:05:53 +02:00
Andreas Dangel
6c6f644675 [ci] Switch to OpenJDK 10
See https://sormuras.github.io/blog/2018-03-20-jdk-matrix.html
2018-04-18 09:48:46 +02:00
Andreas Dangel
73a18d5fbd Update surefire plugin to support building with java10 2018-04-18 09:26:26 +02:00
Sergey Gorbaty
d3afc40c67 Remove unused code 2018-04-17 17:00:02 -07:00
Sergey Gorbaty
86e95d876c Refactoring 2018-04-17 16:47:13 -07:00
Sergey Gorbaty
9d360ced03 all zeros 2018-04-17 15:37:00 -07:00
Sergey Gorbaty
04bf04af10 Simple example 2018-04-17 15:36:33 -07:00
Sergey Gorbaty
475744b515 Code example 2018-04-17 15:32:33 -07:00
Sergey Gorbaty
1f7fc0ac8b Indentation and license 2018-04-17 15:27:58 -07:00
Sergey Gorbaty
a3f30476ce Hard-coded IV used in crypto operations 2018-04-17 15:02:05 -07:00