|
273c01a808
|
Added ResultOption
|
2017-06-19 14:41:29 +02:00 |
|
|
5f1f0e74f6
|
Better getter & setter detection + positive examples
|
2017-06-18 23:38:31 +02:00 |
|
|
eb9b73e359
|
Added getParameterMap
|
2017-06-18 23:10:37 +02:00 |
|
|
6a6a798240
|
Documentation
|
2017-06-18 16:31:31 +02:00 |
|
|
4b3ee62abe
|
Refactored CycloMetric according to #445
|
2017-06-18 15:57:07 +02:00 |
|
|
ae7c21b326
|
Refactored NcssMethodCountRule to use metrics
|
2017-06-18 00:01:55 +02:00 |
|
|
4f517f98fb
|
Refactored NcssMethodCountRule
|
2017-06-17 13:15:55 +02:00 |
|
|
edb3e42349
|
Moved keys out
|
2017-06-17 13:14:09 +02:00 |
|
|
8f6d023685
|
Merge branch 'master' into metrics
|
2017-06-16 19:14:59 +02:00 |
|
|
6349ef27ab
|
Pull corrections
|
2017-06-16 19:11:05 +02:00 |
|
|
135db3f4ce
|
Merge branch 'metrics' of https://github.com/oowekyala/pmd into pr-436
|
2017-06-16 17:31:20 +02:00 |
|
|
2eb06ada55
|
Corrections from review #436
|
2017-06-16 14:21:15 +02:00 |
|
|
e9248b4124
|
Merge branch 'metrics' of https://github.com/oowekyala/pmd into pr-436
|
2017-06-16 09:47:26 +02:00 |
|
|
6c7ec75339
|
Java, typeres: optimize visit(ASTName) by skipping package and import declarations
|
2017-06-15 00:44:23 +02:00 |
|
|
52777e84e1
|
NCSS + LOC
|
2017-06-15 00:00:08 +02:00 |
|
|
f57d05d2b3
|
Merge branch 'pr-423'
|
2017-06-14 17:41:52 -03:00 |
|
|
41ed666d48
|
Java, typeres: add field visibility test, fix tests
|
2017-06-14 18:11:20 +02:00 |
|
|
2291dd2a38
|
Java, typeres: cleanup non-generic field tests
|
2017-06-14 14:56:01 +02:00 |
|
|
ddba34b9b7
|
Merge branch 'metrics' into metrics-cyclo
|
2017-06-14 12:28:12 +02:00 |
|
|
03033bd1fa
|
Simple options, without generics
|
2017-06-14 12:26:40 +02:00 |
|
|
d53c0c2fe6
|
Merge branch 'pr-435'
|
2017-06-12 19:21:05 -03:00 |
|
|
435373faf7
|
Prefer multicatch for brevity
|
2017-06-12 19:11:15 -03:00 |
|
|
38447ca3ee
|
PR18522: [java] Fixed false positive for PreserveStackTraceRule when using builder pattern.
|
2017-06-12 19:00:15 -03:00 |
|
|
0553073208
|
Merge branch 'pr-426'
|
2017-06-12 18:11:09 -03:00 |
|
|
7c3e96e02d
|
Update message and description for UnnecessaryFinalModifier
|
2017-06-12 18:08:26 -03:00 |
|
|
04f72c1509
|
Added nested class test case
|
2017-06-12 20:54:58 +02:00 |
|
|
f9095f4480
|
Use stack in MetricsVisitor
|
2017-06-12 20:50:14 +02:00 |
|
|
2df67c5092
|
Checkstyle passes but the XML schema does not know metrics yet
|
2017-06-12 02:29:59 +02:00 |
|
|
310ed26053
|
Implemented CYCLO metrics
|
2017-06-12 02:12:53 +02:00 |
|
|
8e495cb5e1
|
Checkstyle fixes
|
2017-06-11 16:41:07 +02:00 |
|
|
8e9313791f
|
Completed tests for signatures
|
2017-06-11 15:51:33 +02:00 |
|
|
0fc9ac185a
|
[java] PMD requires public modifier on JUnit 5 test (fixes #428)
|
2017-06-11 10:18:12 +02:00 |
|
|
8af4d71940
|
[java] ImmutableField: False positive with lombok (fixes #410)
|
2017-06-11 09:07:13 +02:00 |
|
|
a052550130
|
Reorganised and finished memoization
|
2017-06-10 19:14:11 +02:00 |
|
|
9eda3d7f96
|
Visitor tests
|
2017-06-10 14:51:04 +02:00 |
|
|
919b04166e
|
Untested memoization routines
|
2017-06-10 02:10:25 +02:00 |
|
|
7fde2478bc
|
Object pooling for Signatures
|
2017-06-10 01:16:48 +02:00 |
|
|
57c6aadd88
|
Documentation
|
2017-06-09 18:40:00 +02:00 |
|
|
0b84366a30
|
Parse qualified names from string
|
2017-06-09 17:25:23 +02:00 |
|
|
9b7f2747a3
|
[java] UnnecessaryFinalModifier final in private method #421
moved from UnnecessaryModifier to UnnecessaryFinalModifier
|
2017-06-09 15:14:43 +02:00 |
|
|
bfbecd23c6
|
MetricsVisitor doesn't need a ClassLoader
|
2017-06-09 14:33:36 +02:00 |
|
|
2b3d12242e
|
Moved toplevel packagestats into metrics
|
2017-06-09 10:32:01 +02:00 |
|
|
b44b6ab5f6
|
Made tests for Signature and Sigmask
|
2017-06-09 10:10:00 +02:00 |
|
|
106c9e4e8b
|
[java] UnnecessaryFinalModifier final in private method #421
tried to fix checkstyle - not sure because this works just on linux
machines I think
|
2017-06-06 16:00:01 +02:00 |
|
|
28c610d68c
|
[java] UnnecessaryFinalModifier final in private method #421
|
2017-06-06 15:47:37 +02:00 |
|
|
af328f3e5e
|
Documentation and formatting
|
2017-06-05 03:53:20 +02:00 |
|
|
a4f3885fcb
|
Implemented hasMatchingSig
|
2017-06-05 03:35:28 +02:00 |
|
|
c8763bef13
|
Java: fix typeresolution breaking rules and checkstyle
|
2017-06-04 00:28:38 +02:00 |
|
|
13025f875d
|
Java: add field access type tests, non-generic is complete
|
2017-06-04 00:28:38 +02:00 |
|
|
039d4429f9
|
Java: clear up field access tests
|
2017-06-04 00:28:38 +02:00 |
|