Clément Fournier
e7c1a520d6
Moved to pmd-ui
2017-08-30 15:15:12 +02:00
oowekyala
14d0d14a18
Draft w/ mvn system dependency
2017-08-30 15:15:12 +02:00
Juan Martín Sotuyo Dodero
2c5190aa91
Merge branch 'pr-582'
2017-08-28 16:42:11 -03:00
Juan Martín Sotuyo Dodero
ef91d41680
Merge branch 'pr-579'
2017-08-28 16:18:42 -03:00
Juan Martín Sotuyo Dodero
6d30cf7789
Update changelog, refs #579
2017-08-28 16:14:24 -03:00
Andreas Dangel
6fccc0c2eb
Merge branch 'pr-518'
2017-08-28 20:31:08 +02:00
Andreas Dangel
cb2e7a3a13
Update release notes, refs #518
2017-08-28 20:30:12 +02:00
Bendegúz Nagy
599f91a796
Java, typeres: rename JavaTypeDefinitionSpecial to JavaTypeDefinitionUpper
2017-08-28 19:27:17 +02:00
Bendegúz Nagy
e1892944ff
Java, typeres: make java type definition lower bound into a subclass
2017-08-28 13:59:30 +02:00
Andreas Dangel
23a936e654
Merge branch 'pr-580'
2017-08-26 11:06:33 +02:00
Andreas Dangel
fcdc2bde4d
Update relase notes, refs #580
2017-08-26 11:05:41 +02:00
Andreas Dangel
d31d0dd7cd
Merge branch 'pr-578'
2017-08-26 10:57:34 +02:00
Andreas Dangel
f6be3b8620
Update release notes, refs #578
2017-08-26 10:56:20 +02:00
Travis CI (pmd-bot)
0055eb15f3
Update documentation
2017-08-25 18:18:18 +00:00
Juan Martín Sotuyo Dodero
1e4c963003
Merge branch 'pr-581'
2017-08-25 15:01:54 -03:00
Juan Martín Sotuyo Dodero
c7314cc55e
Update changelog, refs #581
2017-08-25 15:01:37 -03:00
Andreas Dangel
87d8a2fc45
[core] java9 build updates
...
* Updates the javadoc maven plugin, so that PMD can be built
with a java9+mvn3.5.0 environment
* Makes sure, that the java8 modules are also enabled for java9
and later
2017-08-25 11:47:20 +02:00
Niklas Baudy
f0d5f9392a
Address comments.
2017-08-25 08:34:09 +02:00
Clément Fournier
5a2fc3e2c3
Checkstyle
2017-08-25 00:20:45 +02:00
Clément Fournier
f5530660af
Corrections for PR #578
2017-08-24 23:57:16 +02:00
Niklas Baudy
cfa99e291e
Relax AbstractClassWithoutAnyMethod when class is annotated by @AutoValue.
2017-08-24 23:27:04 +02:00
Andreas Dangel
d3757e7611
Merge branch 'pr-464'
2017-08-24 23:01:21 +02:00
Clément Fournier
9d5b2a5e7c
Add AbstractMetric to topple the class hierarchy of metrics
2017-08-24 22:28:43 +02:00
Bendegúz Nagy
186d0edd91
Java, typeres: update generics parsing to produce upper and lower bounds
2017-08-24 22:10:17 +02:00
Juan Martín Sotuyo Dodero
d544c7f122
Merge branch 'pr-570'
2017-08-24 11:15:57 -03:00
Juan Martín Sotuyo Dodero
7fb8989977
Update changelog, refs #570
2017-08-24 11:15:12 -03:00
Bendegúz Nagy
2126517563
Java, typeres: fix PR comments
2017-08-24 16:06:51 +02:00
Bendegúz Nagy
a61ca6b2b3
Java, typeres: fix PR comments
2017-08-24 12:16:55 +02:00
Clément Fournier
f631abc6d3
Fix tests
2017-08-24 09:53:30 +02:00
Clément Fournier
9f1e520ee9
Data class rule displays metric values
2017-08-24 09:24:07 +02:00
Clément Fournier
925be17be3
Merge upstream
2017-08-24 09:09:21 +02:00
Andreas Dangel
1008f7ef70
Merge branch 'pr-573'
2017-08-23 20:40:08 +02:00
Andreas Dangel
0e906f386a
Update release notes, refs #573
2017-08-23 20:39:05 +02:00
Juan Martín Sotuyo Dodero
1967b7de8d
Add Visualforce to README
2017-08-23 14:55:09 -03:00
Andreas Dangel
b1b2683e92
[core] Use new schema version 3.0.0
2017-08-22 20:59:42 -03:00
Travis CI (pmd-bot)
9a4e1fb577
Update documentation
2017-08-22 21:48:40 +00:00
Juan Martín Sotuyo Dodero
9f64519b0a
Merge branch 'pr-576'
2017-08-22 18:30:50 -03:00
Juan Martín Sotuyo Dodero
8abfe5958e
Update changelog, refs #576
2017-08-22 18:30:28 -03:00
Marcel Möhring
dbf3adb770
[doc][java] Add hint for Guava users in InefficientEmptyStringCheck
...
Fixes issue #571 .
2017-08-22 22:51:43 +02:00
Clément Fournier
57439e9dc9
Remove findChildNodesWithXPathChecked from Node interface
2017-08-22 22:23:22 +02:00
Clément Fournier
e45061962e
Corrections for PR #573
2017-08-22 22:23:11 +02:00
Clément Fournier
d85f4ce341
Documentation
2017-08-22 17:14:29 +02:00
Clément Fournier
5001701989
Use ATFD metric in GodClassRule -> done refactoring
2017-08-22 17:14:27 +02:00
Clément Fournier
2f678791cc
ATFD metric
2017-08-22 17:13:54 +02:00
Clément Fournier
d14603078d
Use TCC metric in GodClassRule
2017-08-22 17:13:54 +02:00
Clément Fournier
6a6804c7a1
TCC metric
2017-08-22 17:13:53 +02:00
Clément Fournier
a9be7d4f59
Use WMC metric in GodClassRule
2017-08-22 16:20:14 +02:00
Clément Fournier
43bbe83e6b
Fix Woc integer division
2017-08-22 16:15:52 +02:00
Bendegúz Nagy
8676d8b544
Java, typeres: model wildcard types
2017-08-22 03:05:43 +02:00
Bendegúz Nagy
86d7d24e9c
Java, typeres: model intersection types
2017-08-22 02:58:57 +02:00