|
2fa7cab876
|
Merge branch 'metrics' into metrics-followup
|
2017-07-25 09:34:49 +02:00 |
|
|
962b4587b5
|
Revert renaming classStats, opStats, packStats
|
2017-07-25 09:34:07 +02:00 |
|
|
4c0bd26091
|
Implemented hashCode and equals in metric keys factory methods
|
2017-07-24 16:13:56 +02:00 |
|
|
ac89e1420c
|
Moved interfaces and renamed package
Prepare abstraction of metrics
|
2017-07-24 16:03:33 +02:00 |
|
|
0265a0c9f1
|
Merge branch 'pr-502'
|
2017-07-21 12:51:41 -03:00 |
|
|
98172a26fe
|
Remove useless override
|
2017-07-21 12:47:53 -03:00 |
|
|
c2bb8e5f4b
|
Java, typeres: fix double visitation
|
2017-07-21 00:31:54 +02:00 |
|
|
1ac1fabe38
|
Corrections for PR #505
|
2017-07-20 22:41:55 +02:00 |
|
|
99b3c5e12f
|
Checkstyle fixes
|
2017-07-20 12:59:47 +02:00 |
|
|
0f313f9044
|
Merge branch 'master' into metrics
|
2017-07-20 12:48:54 +02:00 |
|
|
875a79f34f
|
Last corrections
|
2017-07-20 12:26:10 +02:00 |
|
|
60f6935f84
|
Java, typeres: refactor ClassTypeResolver::visit(ASTName, Object)
|
2017-07-19 21:25:51 +02:00 |
|
|
800cfa6e48
|
Java, typeres: add static field resolution
|
2017-07-19 21:22:09 +02:00 |
|
|
926fe63a11
|
Java, typeres: add failing static field access tests
|
2017-07-19 21:22:09 +02:00 |
|
|
e4a42cdc9d
|
Merge branch 'memoization-tests' of https://github.com/oowekyala/pmd into pr-499
|
2017-07-19 20:06:14 +02:00 |
|
|
b41e674cbd
|
Merge branch master from upstream
|
2017-07-18 00:42:33 +02:00 |
|
|
ef246adf2a
|
Merge branch 'fix-extends-object' of https://github.com/Monits/pmd into pr-487
|
2017-07-17 20:49:37 +02:00 |
|
|
16d1d80062
|
Merge branch 'typesafe-properties' of https://github.com/oowekyala/pmd into pr-479
|
2017-07-17 20:18:37 +02:00 |
|
|
026b03dfb2
|
Some documentation about Wmc and Cyclo
|
2017-07-17 14:54:16 +02:00 |
|
|
2a53d2e532
|
Added tests for Cyclo
|
2017-07-16 16:33:21 +02:00 |
|
|
1c1e97e7e4
|
Added factory methods for custom metric keys
|
2017-07-16 14:45:00 +02:00 |
|
|
516f9da10b
|
Generified Metrics and keys
|
2017-07-16 14:22:11 +02:00 |
|
|
5e887b61d3
|
Fix bug with empty statements in the body of a class
|
2017-07-15 18:39:13 +02:00 |
|
|
e270ff13f6
|
Merge branch memoization-tests
|
2017-07-14 16:38:56 +02:00 |
|
|
f44a08d9d5
|
Fix memo tests
|
2017-07-14 16:32:02 +02:00 |
|
|
976240ca48
|
Java, typeres: add choosing most specific vararg method
|
2017-07-13 10:54:45 +02:00 |
|
|
12a16caf69
|
Java, typeres: add vararg most specific tests
|
2017-07-13 10:54:45 +02:00 |
|
|
7eac745cb5
|
Fix Ncss tests
|
2017-07-12 17:03:34 +02:00 |
|
|
fb64e130f8
|
Memoization tests
|
2017-07-11 21:02:06 +02:00 |
|
|
865f86599f
|
Merge branch 'pr-492'
|
2017-07-11 15:57:21 -03:00 |
|
|
d92b7e5376
|
Added a version to Ncss
|
2017-07-11 17:04:01 +02:00 |
|
|
3061778587
|
Memoization tests
|
2017-07-11 17:02:52 +02:00 |
|
|
824f87995d
|
Merge branch 'master' into typesafe-properties
|
2017-07-11 16:05:17 +02:00 |
|
|
341d66b694
|
Abstracted Metrics to use MetricKeys
|
2017-07-11 14:47:45 +02:00 |
|
|
4728eff5d6
|
Java, typeres: move method typeresolution methods into a helper class
|
2017-07-11 10:35:15 +02:00 |
|
|
1d5ec7f1b6
|
Cleaned OperationSignature
|
2017-07-10 21:05:39 +02:00 |
|
|
969c66d363
|
Merge branch 'metrics' of https://github.com/oowekyala/pmd into pr-482
|
2017-07-10 20:38:19 +02:00 |
|
|
8136053154
|
Update getter and setter detection
|
2017-07-10 19:52:51 +02:00 |
|
|
8b7745cf14
|
Update tests to reset correctly: depends on #495
|
2017-07-10 19:18:13 +02:00 |
|
|
58401cecc8
|
Deleted MetricsForceHook
|
2017-07-10 18:16:28 +02:00 |
|
|
2a7fbc1d43
|
Java, typeres: put links to JLS sections for method resolution
|
2017-07-09 22:48:26 +02:00 |
|
|
979ef7c77c
|
Java, typeres: fix checkstyle issues
|
2017-07-08 22:31:19 +02:00 |
|
|
97f7f6a6de
|
Java, typeres: add vararg method resolution
|
2017-07-08 22:31:19 +02:00 |
|
|
176ccb4533
|
Java, typeres: add vararg tests for method resolution
|
2017-07-08 22:31:19 +02:00 |
|
|
65be8c6afb
|
Java, typeres: add ethod resolution second phase
|
2017-07-08 22:31:19 +02:00 |
|
|
430486a761
|
Java, typeres: add second phase method resolution tests
|
2017-07-08 22:31:19 +02:00 |
|
|
877f9d1b71
|
Java, typeres: add most specific method resolution
|
2017-07-08 22:31:19 +02:00 |
|
|
1b52d46c26
|
Java, typeres: add first phase method overoad resolution
|
2017-07-08 22:31:19 +02:00 |
|
|
5b53b73bb8
|
Java, typeres: add method first phase tests
|
2017-07-08 22:31:19 +02:00 |
|
|
e56bf2a407
|
Simplify solution
|
2017-07-08 17:10:56 -03:00 |
|