This file is indexed.

/usr/share/doc/libcodenarc-groovy-java/api/index-all.html is in libcodenarc-groovy-java-doc 0.23-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
<!--

     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.

-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <!-- Generated by groovydoc (2.4.14) -->
        <title>Index (Groovy Documentation)</title>
        
        <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
    </head>
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
    parent.document.title="Index (Groovy Documentation)";
}
//-->
</script>
<noscript>
    <div>JavaScript is disabled on your browser.</div>
</noscript>

<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
    <!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
    <!--   -->
</a>
    <ul class="navList" title="Navigation">
        <li><a href="overview-summary.html">Overview</a></li>
        <li>Package</li>
        <li>Class</li>
        <li><a href="deprecated-list.html">Deprecated</a></li>
        <li class="navBarCell1Rev">Index</li>
        <li><a href="help-doc.html">Help</a></li>
    </ul>
</div>
<div class="subNav">
    <ul class="navList">
        <li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
        <li><a href="index-all.html" target="_top">No Frames</a></li>
    </ul>
    <a name="skip-navbar_top">
        <!--   -->
    </a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer">

<a href="#_A_">A</a>

<a href="#_B_">B</a>

<a href="#_C_">C</a>

<a href="#_D_">D</a>

<a href="#_E_">E</a>

<a href="#_F_">F</a>

<a href="#_G_">G</a>

<a href="#_H_">H</a>

<a href="#_I_">I</a>

<a href="#_J_">J</a>

<a href="#_K_">K</a>

<a href="#_L_">L</a>

<a href="#_M_">M</a>

<a href="#_N_">N</a>

<a href="#_O_">O</a>

<a href="#_P_">P</a>

<a href="#_Q_">Q</a>

<a href="#_R_">R</a>

<a href="#_S_">S</a>

<a href="#_T_">T</a>

<a href="#_U_">U</a>

<a href="#_V_">V</a>

<a href="#_W_">W</a>

<a href="#_X_">X</a>

<a href="#_Y_">Y</a>

<a href="#_Z_">Z</a>

<a href="#___">_</a>



<a name="_A_"><!-- --></a>
<h2 class="title">A</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcComplexityAstVisitor.html" title="Class in groovy.org.codenarc.rule.size">AbcComplexityAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcComplexityRule.html" title="Class in groovy.org.codenarc.rule.size">AbcComplexityRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block">Rule that calculates the ABC Complexity for methods/classes and checks against
 configured threshold values.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcComplexityRule.html#AbcComplexityRule()" title="Constructor in AbcComplexityRule">AbcComplexityRule()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/size/AbcComplexityRule.html">AbcComplexityRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcMetricAstVisitor.html" title="Class in groovy.org.codenarc.rule.size">AbcMetricAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcMetricRule.html" title="Class in groovy.org.codenarc.rule.size">AbcMetricRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block">Rule that calculates the ABC metric score for methods/classes and checks against
 configured threshold values.
 </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html" title="Class in java.org.codenarc.rule">AbstractAstVisitor</a></span> - Class in <a href="./java/org/codenarc/rule/package-summary.html">java.org.codenarc.rule</a>
</dt><dd><div class="block">Abstract superclass for Groovy AST Visitors used with Rules</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html" title="Class in java.org.codenarc.rule">AbstractAstVisitorRule</a></span> - Class in <a href="./java/org/codenarc/rule/package-summary.html">java.org.codenarc.rule</a>
</dt><dd><div class="block">Abstract superclass for Rules that use a Groovy AST Visitor.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/AbstractClassNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">AbstractClassNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/AbstractClassNameRule.html" title="Class in groovy.org.codenarc.rule.naming">AbstractClassNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Rule that verifies that the name of an abstract class matches a regular expression specified in
 the <code>regex</code> property. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/AbstractClassWithoutAbstractMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">AbstractClassWithoutAbstractMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/AbstractClassWithoutAbstractMethodRule.html" title="Class in groovy.org.codenarc.rule.design">AbstractClassWithoutAbstractMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">The abstract class does not contain any abstract methods. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/AbstractClassWithPublicConstructorAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">AbstractClassWithPublicConstructorAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/AbstractClassWithPublicConstructorRule.html" title="Class in groovy.org.codenarc.rule.design">AbstractClassWithPublicConstructorRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">An abstract class cannot be instantiated, therefore a public constructor is useless and confusing.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractConstructorCallAstVisitor.html" title="Class in groovy.org.codenarc.rule">AbstractConstructorCallAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/package-summary.html">groovy.org.codenarc.rule</a>
</dt><dd><div class="block">Abstract superclass for AST Visitor classes that deal with constructor calls</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html" title="Class in java.org.codenarc.rule">AbstractFieldVisitor</a></span> - Class in <a href="./java/org/codenarc/rule/package-summary.html">java.org.codenarc.rule</a>
</dt><dd><div class="block">This is the base class for AST Visitors that only need to visit the fields of
 a class. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AbstractFinallyAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">AbstractFinallyAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Abstract superclass for AST Visitor classes that check for conditions within a finally block</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/AbstractImportRule.html" title="Class in groovy.org.codenarc.rule.imports">AbstractImportRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/imports/package-summary.html">groovy.org.codenarc.rule.imports</a>
</dt><dd><div class="block">Abstract class with common functionalities for import-related rules.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/AbstractLastStatementInBlockAstVisitor.html" title="Class in groovy.org.codenarc.rule.unused">AbstractLastStatementInBlockAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block">Abstract superclass for AstVisitor classes that need to determine whether a Statement is
 the last statement within a block.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html" title="Class in java.org.codenarc.rule">AbstractMethodCallExpressionVisitor</a></span> - Class in <a href="./java/org/codenarc/rule/package-summary.html">java.org.codenarc.rule</a>
</dt><dd><div class="block">This is the base class for AST Visitors that only need to visit the MethodCallExpressions of
 a class. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html" title="Class in groovy.org.codenarc.rule.size">AbstractMethodMetricAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block">Abstract superclass for AstVisitor classes that use method-level GMetrics Metrics.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html" title="Class in java.org.codenarc.rule">AbstractMethodVisitor</a></span> - Class in <a href="./java/org/codenarc/rule/package-summary.html">java.org.codenarc.rule</a>
</dt><dd><div class="block">This is the base class for AST Visitors that only need to visit the methods of
 a class. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html" title="Class in groovy.org.codenarc.report">AbstractReportWriter</a></span> - Class in <a href="./groovy/org/codenarc/report/package-summary.html">groovy.org.codenarc.report</a>
</dt><dd><div class="block">Abstract superclass for ReportWriter implementation classes.
 </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html" title="Class in java.org.codenarc.rule">AbstractRule</a></span> - Class in <a href="./java/org/codenarc/rule/package-summary.html">java.org.codenarc.rule</a>
</dt><dd><div class="block">Abstract superclass for Rules.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html" title="Class in groovy.org.codenarc.rule">AbstractRuleTestCase</a></span> - Class in <a href="./groovy/org/codenarc/rule/package-summary.html">groovy.org.codenarc.rule</a>
</dt><dd><div class="block">Abstract superclass for tests of Rule classes</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractSharedAstVisitorRule.html" title="Class in java.org.codenarc.rule">AbstractSharedAstVisitorRule</a></span> - Class in <a href="./java/org/codenarc/rule/package-summary.html">java.org.codenarc.rule</a>
</dt><dd><div class="block">Abstract superclass for Rules that use a single, shared AstVisitor across all ClassNodes in a source (file).</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/AbstractSingleSpaceAfterKeywordAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">AbstractSingleSpaceAfterKeywordAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Abstract superclass for AstVisitor classes that checks that there is exactly one space (blank) after a keyword
 and before the opening parenthesis.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/AbstractSourceAnalyzer.html" title="Class in groovy.org.codenarc.analyzer">AbstractSourceAnalyzer</a></span> - Class in <a href="./groovy/org/codenarc/analyzer/package-summary.html">groovy.org.codenarc.analyzer</a>
</dt><dd><div class="block">Common functionality for SourceAnalyzers.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/AbstractSourceCode.html" title="Class in groovy.org.codenarc.source">AbstractSourceCode</a></span> - Class in <a href="./groovy/org/codenarc/source/package-summary.html">groovy.org.codenarc.source</a>
</dt><dd><div class="block">Abstract superclass for SourceCode implementations</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">AbstractSpaceAroundBraceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Abstract superclass for AstVisitor classes dealing with space around braces</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/AbstractTestCase.html" title="Class in groovy.org.codenarc.test">AbstractTestCase</a></span> - Class in <a href="./groovy/org/codenarc/test/package-summary.html">groovy.org.codenarc.test</a>
</dt><dd><div class="block">Abstract superclass for tests</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/AbstractTypeNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">AbstractTypeNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Abstract superclass for AstVisitor classes dealing with class/type names, e.g. classes,
 interfaces and abstract classes.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html#addChild(groovy.org.codenarc.results.Results)" title="Method in DirectoryResults">addChild(Results)</a></span> - Method in <a href="groovy/org/codenarc/results/DirectoryResults.html">DirectoryResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/Report.html#addConfiguredOption(groovy.org.codenarc.ant.ReportOption)" title="Method in Report">addConfiguredOption(ReportOption)</a></span> - Method in <a href="groovy/org/codenarc/ant/Report.html">Report</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/CodeNarcTask.html#addConfiguredReport(groovy.org.codenarc.ant.Report)" title="Method in CodeNarcTask">addConfiguredReport(Report)</a></span> - Method in <a href="groovy/org/codenarc/ant/CodeNarcTask.html">CodeNarcTask</a>
</dt><dd> <div class="block">Ant-defined method (by convention), called with each instance of a nested <report>
 element within this task.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/AddEmptyStringAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">AddEmptyStringAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/AddEmptyStringRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">AddEmptyStringRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Finds empty string literals which are being added. </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#addError(java.lang.String, org.codehaus.groovy.ast.ASTNode)" title="Method in AbstractFieldVisitor">addError(String, ASTNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#addError(java.lang.String, org.codehaus.groovy.ast.ASTNode)" title="Method in AbstractMethodCallExpressionVisitor">addError(String, ASTNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#addError(java.lang.String, org.codehaus.groovy.ast.ASTNode)" title="Method in AbstractMethodVisitor">addError(String, ASTNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/FilteredRuleSet.html#addExclude(java.lang.String)" title="Method in FilteredRuleSet">addExclude(String)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/FilteredRuleSet.html">FilteredRuleSet</a>
</dt><dd> <div class="block">Add an exclude criteria.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/CodeNarcTask.html#addFileset(org.apache.tools.ant.types.FileSet)" title="Method in CodeNarcTask">addFileset(FileSet)</a></span> - Method in <a href="groovy/org/codenarc/ant/CodeNarcTask.html">CodeNarcTask</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/FilteredRuleSet.html#addInclude(java.lang.String)" title="Method in FilteredRuleSet">addInclude(String)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/FilteredRuleSet.html">FilteredRuleSet</a>
</dt><dd> <div class="block">Add an include criteria.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/CompositeRuleSet.html#addRule(Rule)" title="Method in CompositeRuleSet">addRule(Rule)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/CompositeRuleSet.html">CompositeRuleSet</a>
</dt><dd> <div class="block">Add a single Rule to this RuleSet</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/CompositeRuleSet.html#addRuleSet(groovy.org.codenarc.ruleset.RuleSet)" title="Method in CompositeRuleSet">addRuleSet(RuleSet)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/CompositeRuleSet.html">CompositeRuleSet</a>
</dt><dd> <div class="block">Add all of the Rules within the specified RuleSet to this RuleSet</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#addViolation(Violation)" title="Method in AbstractAstVisitor">addViolation(Violation)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block">Add a new Violation to the list of violations found by this visitor.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#addViolation(org.codehaus.groovy.ast.FieldNode, java.lang.String)" title="Method in AbstractFieldVisitor">addViolation(FieldNode, String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block">Add a new Violation to the list of violations found by this visitor.
 </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#addViolation(org.codehaus.groovy.ast.expr.MethodCallExpression, java.lang.String)" title="Method in AbstractMethodCallExpressionVisitor">addViolation(MethodCallExpression, String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block">Add a new Violation to the list of violations found by this visitor.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#addViolation(def, java.lang.String)" title="Method in AbstractMethodMetricAstVisitor">addViolation(def, String)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#addViolation(org.codehaus.groovy.ast.ClassNode, java.lang.String)" title="Method in AbstractMethodVisitor">addViolation(ClassNode, String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block">Add a new Violation to the list of violations found by this visitor.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/ImportFromSunPackagesRule.html#addViolationForSunImport(org.codehaus.groovy.ast.ImportNode, SourceCode, java.util.List)" title="Method in ImportFromSunPackagesRule">addViolationForSunImport(ImportNode, SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/imports/ImportFromSunPackagesRule.html">ImportFromSunPackagesRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#allowedFieldModifiersList" title="Field in IllegalClassMemberRule">allowedFieldModifiersList</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#allowedFieldModifiersString" title="Field in IllegalClassMemberRule">allowedFieldModifiersString</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#allowedMethodModifiersList" title="Field in IllegalClassMemberRule">allowedMethodModifiersList</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#allowedMethodModifiersString" title="Field in IllegalClassMemberRule">allowedMethodModifiersString</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#allowedPropertyModifiersList" title="Field in IllegalClassMemberRule">allowedPropertyModifiersList</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#allowedPropertyModifiersString" title="Field in IllegalClassMemberRule">allowedPropertyModifiersString</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/AnalysisContext.html" title="Class in groovy.org.codenarc">AnalysisContext</a></span> - Class in <a href="./groovy/org/codenarc/package-summary.html">groovy.org.codenarc</a>
</dt><dd><div class="block">Holds information related to the configuration and context for the source code analysis.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/ant/AntFileSetSourceAnalyzer.html#analyze(RuleSet)" title="Method in AntFileSetSourceAnalyzer">analyze(RuleSet)</a></span> - Method in <a href="java/org/codenarc/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd> <div class="block">Analyze all source code using the specified RuleSet and return the report results.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/DirectorySourceAnalyzer.html#analyze(RuleSet)" title="Method in DirectorySourceAnalyzer">analyze(RuleSet)</a></span> - Method in <a href="groovy/org/codenarc/analyzer/DirectorySourceAnalyzer.html">DirectorySourceAnalyzer</a>
</dt><dd> <div class="block">Analyze the source with the configured directory tree(s) using the specified RuleSet and return the report results.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/FilesystemSourceAnalyzer.html#analyze(RuleSet)" title="Method in FilesystemSourceAnalyzer">analyze(RuleSet)</a></span> - Method in <a href="groovy/org/codenarc/analyzer/FilesystemSourceAnalyzer.html">FilesystemSourceAnalyzer</a>
</dt><dd> <div class="block">Analyze the source with the configured directory tree(s) using the specified RuleSet and return the report results.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/SourceAnalyzer.html#analyze(RuleSet)" title="Method in SourceAnalyzer">analyze(RuleSet)</a></span> - Method in <a href="groovy/org/codenarc/analyzer/SourceAnalyzer.html">SourceAnalyzer</a>
</dt><dd> <div class="block">Analyze all source code using the specified RuleSet and return the report results.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/StringSourceAnalyzer.html#analyze(RuleSet)" title="Method in StringSourceAnalyzer">analyze(RuleSet)</a></span> - Method in <a href="groovy/org/codenarc/analyzer/StringSourceAnalyzer.html">StringSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/ant/AntFileSetSourceAnalyzer.html" title="Class in java.org.codenarc.ant">AntFileSetSourceAnalyzer</a></span> - Class in <a href="./java/org/codenarc/ant/package-summary.html">java.org.codenarc.ant</a>
</dt><dd><div class="block">SourceAnalyzer implementation that gets source files from one or more Ant FileSets.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/ant/AntFileSetSourceAnalyzer.html#AntFileSetSourceAnalyzer(org.apache.tools.ant.Project, org.apache.tools.ant.types.FileSet)" title="Constructor in AntFileSetSourceAnalyzer">AntFileSetSourceAnalyzer(Project, FileSet)</a></span> - Constructor in <a href="java/org/codenarc/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd> <div class="block">Construct a new instance on the specified Ant FileSet.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/InMemoryAppender.html#append(org.apache.log4j.spi.LoggingEvent)" title="Method in InMemoryAppender">append(LoggingEvent)</a></span> - Method in <a href="groovy/org/codenarc/test/InMemoryAppender.html">InMemoryAppender</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#applyRuleTo(java.lang.String)" title="Method in AbstractRuleTestCase">applyRuleTo(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Apply the current Rule to the specified source (String) and return the resulting List of Violations.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#applyTo(SourceCode, List<Violation>)" title="Method in AbstractAstVisitorRule">applyTo(SourceCode, List&lt;Violation&gt;)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#applyTo(SourceCode)" title="Method in AbstractRule">applyTo(SourceCode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block">Apply this rule to the specified source and return a list of violations (or an empty List).
 </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractSharedAstVisitorRule.html#applyTo(SourceCode, java.util.List)" title="Method in AbstractSharedAstVisitorRule">applyTo(SourceCode, List)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractSharedAstVisitorRule.html">AbstractSharedAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BlankLineBeforePackageRule.html#applyTo(SourceCode, java.util.List)" title="Method in BlankLineBeforePackageRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/BlankLineBeforePackageRule.html">BlankLineBeforePackageRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForClassRule.html#applyTo(SourceCode, java.util.List)" title="Method in BracesForClassRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/BracesForClassRule.html">BracesForClassRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/ClassJavadocRule.html#applyTo(SourceCode, java.util.List)" title="Method in ClassJavadocRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/ClassJavadocRule.html">ClassJavadocRule</a>
</dt><dd> <div class="block">Apply the rule to the given source, writing violations to the given list.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ClassNameSameAsFilenameRule.html#applyTo(SourceCode, List<Violation>)" title="Method in ClassNameSameAsFilenameRule">applyTo(SourceCode, List&lt;Violation&gt;)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ClassNameSameAsFilenameRule.html">ClassNameSameAsFilenameRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/ConsecutiveBlankLinesRule.html#applyTo(SourceCode, java.util.List)" title="Method in ConsecutiveBlankLinesRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/ConsecutiveBlankLinesRule.html">ConsecutiveBlankLinesRule</a>
</dt><dd> <div class="block">Apply the rule to the given source, writing violations to the given list.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/DuplicateImportRule.html#applyTo(SourceCode, java.util.List)" title="Method in DuplicateImportRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/imports/DuplicateImportRule.html">DuplicateImportRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyClassRule.html#applyTo(SourceCode, List<Violation>)" title="Method in EmptyClassRule">applyTo(SourceCode, List&lt;Violation&gt;)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptyClassRule.html">EmptyClassRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/FileEndsWithoutNewlineRule.html#applyTo(SourceCode, java.util.List)" title="Method in FileEndsWithoutNewlineRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/FileEndsWithoutNewlineRule.html">FileEndsWithoutNewlineRule</a>
</dt><dd> <div class="block">Apply the rule to the given source, writing violations to the given list.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalRegexRule.html#applyTo(SourceCode, java.util.List)" title="Method in IllegalRegexRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalRegexRule.html">IllegalRegexRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalStringRule.html#applyTo(SourceCode, java.util.List)" title="Method in IllegalStringRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalStringRule.html">IllegalStringRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/ImportFromSamePackageRule.html#applyTo(SourceCode, java.util.List)" title="Method in ImportFromSamePackageRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/imports/ImportFromSamePackageRule.html">ImportFromSamePackageRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/ImportFromSunPackagesRule.html#applyTo(SourceCode, java.util.List)" title="Method in ImportFromSunPackagesRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/imports/ImportFromSunPackagesRule.html">ImportFromSunPackagesRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/LineLengthRule.html#applyTo(SourceCode, java.util.List)" title="Method in LineLengthRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/LineLengthRule.html">LineLengthRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/MisorderedStaticImportsRule.html#applyTo(SourceCode, java.util.List)" title="Method in MisorderedStaticImportsRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/imports/MisorderedStaticImportsRule.html">MisorderedStaticImportsRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/MissingBlankLineAfterImportsRule.html#applyTo(SourceCode, java.util.List)" title="Method in MissingBlankLineAfterImportsRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/MissingBlankLineAfterImportsRule.html">MissingBlankLineAfterImportsRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/MissingBlankLineAfterPackageRule.html#applyTo(SourceCode, java.util.List)" title="Method in MissingBlankLineAfterPackageRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/MissingBlankLineAfterPackageRule.html">MissingBlankLineAfterPackageRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/NoDefRule.html#applyTo(SourceCode, List<Violation>)" title="Method in NoDefRule">applyTo(SourceCode, List&lt;Violation&gt;)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/NoDefRule.html">NoDefRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/NoWildcardImportsRule.html#applyTo(SourceCode, java.util.List)" title="Method in NoWildcardImportsRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/imports/NoWildcardImportsRule.html">NoWildcardImportsRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/PackageNameMatchesFilePathRule.html#applyTo(SourceCode, List<Violation>)" title="Method in PackageNameMatchesFilePathRule">applyTo(SourceCode, List&lt;Violation&gt;)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/PackageNameMatchesFilePathRule.html">PackageNameMatchesFilePathRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/RequiredRegexRule.html#applyTo(SourceCode, java.util.List)" title="Method in RequiredRegexRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/RequiredRegexRule.html">RequiredRegexRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/RequiredStringRule.html#applyTo(SourceCode, java.util.List)" title="Method in RequiredStringRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/RequiredStringRule.html">RequiredStringRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/Rule.html#applyTo(SourceCode)" title="Method in Rule">applyTo(SourceCode)</a></span> - Method in <a href="java/org/codenarc/rule/Rule.html">Rule</a>
</dt><dd> <div class="block">Apply this rule to the specified source and return a list of violations (or an empty List)</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/StubRule.html#applyTo(SourceCode, java.util.List)" title="Method in StubRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/StubRule.html">StubRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/TrailingWhitespaceRule.html#applyTo(SourceCode, java.util.List)" title="Method in TrailingWhitespaceRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/TrailingWhitespaceRule.html">TrailingWhitespaceRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/UnnecessaryGroovyImportRule.html#applyTo(SourceCode, java.util.List)" title="Method in UnnecessaryGroovyImportRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/imports/UnnecessaryGroovyImportRule.html">UnnecessaryGroovyImportRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySemicolonRule.html#applyTo(SourceCode, java.util.List)" title="Method in UnnecessarySemicolonRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySemicolonRule.html">UnnecessarySemicolonRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/UnusedImportRule.html#applyTo(SourceCode, java.util.List)" title="Method in UnusedImportRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/imports/UnusedImportRule.html">UnusedImportRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedVariableRule.html#applyTo(SourceCode, java.util.List)" title="Method in UnusedVariableRule">applyTo(SourceCode, List)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedVariableRule.html">UnusedVariableRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractSharedAstVisitorRule.html#applyVisitor(AstVisitor, SourceCode)" title="Method in AbstractSharedAstVisitorRule">applyVisitor(AstVisitor, SourceCode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractSharedAstVisitorRule.html">AbstractSharedAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ConsecutiveUtils.html#areJoinableConstants(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression)" title="Method in ConsecutiveUtils">areJoinableConstants(Expression, Expression)</a></span> - Method in <a href="groovy/org/codenarc/util/ConsecutiveUtils.html">ConsecutiveUtils</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DryUtil.html#areTheSameConstantOrLiteralLists(org.codehaus.groovy.ast.expr.ListExpression, org.codehaus.groovy.ast.expr.ListExpression)" title="Method in DryUtil">areTheSameConstantOrLiteralLists(ListExpression, ListExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DryUtil.html">DryUtil</a>
</dt><dd> <div class="block">@return true only if both ListExpressions have the same set of constant or literal values, in the same order.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DryUtil.html#areTheSameConstantOrLiteralMapEntryExpression(org.codehaus.groovy.ast.expr.MapEntryExpression, org.codehaus.groovy.ast.expr.MapEntryExpression)" title="Method in DryUtil">areTheSameConstantOrLiteralMapEntryExpression(MapEntryExpression, MapEntryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DryUtil.html">DryUtil</a>
</dt><dd> <div class="block">@return true only if both MapEntryExpressions have the same constant or literal key and value</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DryUtil.html#areTheSameConstantOrLiteralMaps(org.codehaus.groovy.ast.expr.MapExpression, org.codehaus.groovy.ast.expr.MapExpression)" title="Method in DryUtil">areTheSameConstantOrLiteralMaps(MapExpression, MapExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DryUtil.html">DryUtil</a>
</dt><dd> <div class="block">@return true only if both MapExpressions have the same set of constant or literal keys and values, in the same order.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ArrayReturnTracker.html" title="Class in groovy.org.codenarc.rule.design">ArrayReturnTracker</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetUtil.html#assertClassImplementsRuleInterface(java.lang.Class)" title="Method in RuleSetUtil">assertClassImplementsRuleInterface(Class)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/RuleSetUtil.html">RuleSetUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/TestUtil.html#assertContainsAll(java.lang.String, def)" title="Method in TestUtil">assertContainsAll(String, def)</a></span> - Method in <a href="groovy/org/codenarc/test/TestUtil.html">TestUtil</a>
</dt><dd> <div class="block">Assert that the text contains each of the specified strings</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/TestUtil.html#assertContainsAllInOrder(java.lang.String, def)" title="Method in TestUtil">assertContainsAllInOrder(String, def)</a></span> - Method in <a href="groovy/org/codenarc/test/TestUtil.html">TestUtil</a>
</dt><dd> <div class="block">Assert that the text contains each of the specified strings, in order</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/TestUtil.html#assertEqualSets(java.util.Collection, java.util.Collection)" title="Method in TestUtil">assertEqualSets(Collection, Collection)</a></span> - Method in <a href="groovy/org/codenarc/test/TestUtil.html">TestUtil</a>
</dt><dd> <div class="block">Assert that the two collections have equal Sets of elements. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#assertInlineViolations(java.lang.String)" title="Method in AbstractRuleTestCase">assertInlineViolations(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Apply the current Rule to the specified source (String) and assert that it results
 in the violations specified inline within the source.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/AssertionTrap.html" title="Class in groovy.org.codenarc.rule.junit">AssertionTrap</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Visits code searching for assert statements or assert.* method calls.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#assertNoViolations(java.lang.String)" title="Method in AbstractRuleTestCase">assertNoViolations(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Apply the current Rule to the specified source (String) and assert that it results
 in no violations.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#assertSingleViolation(java.lang.String, groovy.lang.Closure)" title="Method in AbstractRuleTestCase">assertSingleViolation(String, Closure)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Apply the current Rule to the specified source (String) and assert that it results
 in a single violation and that the specified closure returns true.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#assertTwoViolations(java.lang.String, java.lang.Integer, java.lang.String, def, java.lang.Integer, java.lang.String, def)" title="Method in AbstractRuleTestCase">assertTwoViolations(String, Integer, String, def, Integer, String, def)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Apply the current Rule to the specified source (String) and assert that it results
 in two violations with the specified line numbers and containing the specified source text values.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#assertViolation(groovy.org.codenarc.rule.Violation, java.lang.Integer, java.lang.String, def)" title="Method in AbstractRuleTestCase">assertViolation(Violation, Integer, String, def)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Assert that the specified violation is for the current rule, and has expected line number
 and contains the specified source text and message text.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#assertViolations(java.lang.String, java.util.Map)" title="Method in AbstractRuleTestCase">assertViolations(String, Map)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Apply the current Rule to the specified source (String) and assert that it results
 in the violations specified in violationMaps.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AssertWithinFinallyBlockAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">AssertWithinFinallyBlockAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AssertWithinFinallyBlockRule.html" title="Class in groovy.org.codenarc.rule.basic">AssertWithinFinallyBlockRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for assert statements within a finally block.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/AssignCollectionSortAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">AssignCollectionSortAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/AssignCollectionSortRule.html" title="Class in groovy.org.codenarc.rule.groovyism">AssignCollectionSortRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">The Collections.sort() method mutates the list and returns the list as a value. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/AssignCollectionUniqueAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">AssignCollectionUniqueAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/AssignCollectionUniqueRule.html" title="Class in groovy.org.codenarc.rule.groovyism">AssignCollectionUniqueRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">the unique method mutates the original list. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AssignmentInConditionalAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">AssignmentInConditionalAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AssignmentInConditionalRule.html" title="Class in groovy.org.codenarc.rule.basic">AssignmentInConditionalRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">An assignment operator (=) was used in a conditional test. </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html" title="Class in java.org.codenarc.util">AstUtil</a></span> - Class in <a href="./java/org/codenarc/util/package-summary.html">java.org.codenarc.util</a>
</dt><dd><div class="block">Contains static utility methods and constants related to Groovy AST.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AstVisitor.html" title="Interface in groovy.org.codenarc.rule">AstVisitor</a></span> - Interface in <a href="./groovy/org/codenarc/rule/package-summary.html">groovy.org.codenarc.rule</a>
</dt><dd><div class="block">Interface for Groovy AST Visitors used with Rules</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#AUTO_IMPORTED_CLASSES" title="Field in AstUtil">AUTO_IMPORTED_CLASSES</a></span> - Field in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#AUTO_IMPORTED_PACKAGES" title="Field in AstUtil">AUTO_IMPORTED_PACKAGES</a></span> - Field in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_B_"><!-- --></a>
<h2 class="title">B</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#BASE_MESSAGES_BUNDLE" title="Field in AbstractReportWriter">BASE_MESSAGES_BUNDLE</a></span> - Field in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#baseDir" title="Field in CodeNarc">baseDir</a></span> - Field in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BigDecimalInstantiationAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">BigDecimalInstantiationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BigDecimalInstantiationRule.html" title="Class in groovy.org.codenarc.rule.basic">BigDecimalInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for calls to the BigDecimal constructor with a double or float literal.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BitwiseOperatorInConditionalAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">BitwiseOperatorInConditionalAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BitwiseOperatorInConditionalRule.html" title="Class in groovy.org.codenarc.rule.basic">BitwiseOperatorInConditionalRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Checks for bitwise operations in conditionals, if you need to do a bitwise operation then it is best practive to extract a temp variable.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BlankLineBeforePackageRule.html" title="Class in groovy.org.codenarc.rule.formatting">BlankLineBeforePackageRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Makes sure there are no blank lines before the package declaration of a source code file.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BooleanGetBooleanAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">BooleanGetBooleanAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BooleanGetBooleanRule.html" title="Class in groovy.org.codenarc.rule.basic">BooleanGetBooleanRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">This rule catches usages of java.lang.Boolean.getBoolean(String) which reads a boolean from the System properties.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/BooleanMethodReturnsNullAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">BooleanMethodReturnsNullAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/BooleanMethodReturnsNullRule.html" title="Class in groovy.org.codenarc.rule.design">BooleanMethodReturnsNullRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">Method with Boolean return type returns explicit null. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/BooleanReturnTracker.html" title="Class in groovy.org.codenarc.rule.design">BooleanReturnTracker</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForClassRule.html" title="Class in groovy.org.codenarc.rule.formatting">BracesForClassRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Checks the location of the opening brace ({) for classes. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForForLoopAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">BracesForForLoopAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForForLoopRule.html" title="Class in groovy.org.codenarc.rule.formatting">BracesForForLoopRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Checks the location of the opening brace ({) for for loops. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForIfElseAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">BracesForIfElseAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForIfElseRule.html" title="Class in groovy.org.codenarc.rule.formatting">BracesForIfElseRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Checks the location of the opening brace ({) for if statements and optionally closing and opening braces
 for else statements. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">BracesForMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForMethodRule.html" title="Class in groovy.org.codenarc.rule.formatting">BracesForMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Checks the location of the opening brace ({) for constructors and methods. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForTryCatchFinallyAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">BracesForTryCatchFinallyAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForTryCatchFinallyRule.html" title="Class in groovy.org.codenarc.rule.formatting">BracesForTryCatchFinallyRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Checks the location of the opening brace ({) for try statements, the location 
 of the 'catch' keyword and corresponding opening braces, and the location of the 'finally'
 keyword and the corresponding opening braces. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BrokenNullCheckAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">BrokenNullCheckAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BrokenNullCheckRule.html" title="Class in groovy.org.codenarc.rule.basic">BrokenNullCheckRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Looks for faulty checks for null in boolean conditions, e.g.
      </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BrokenOddnessCheckAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">BrokenOddnessCheckAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BrokenOddnessCheckRule.html" title="Class in groovy.org.codenarc.rule.basic">BrokenOddnessCheckRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">The code uses x % 2 == 1 to check to see if a value is odd, but this won't work for negative numbers (e.g., (-5) % 2 == -1).
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/BuilderMethodWithSideEffectsAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">BuilderMethodWithSideEffectsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/BuilderMethodWithSideEffectsRule.html" title="Class in groovy.org.codenarc.rule.design">BuilderMethodWithSideEffectsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">A builder method is defined as one that creates objects. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#buildFileElement(FileResults)" title="Method in XmlReportWriter">buildFileElement(FileResults)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#buildMessageElement(Violation)" title="Method in XmlReportWriter">buildMessageElement(Violation)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#buildPackageAttributeMap(def)" title="Method in XmlReportWriter">buildPackageAttributeMap(def)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#buildPackageElement(def)" title="Method in XmlReportWriter">buildPackageElement(def)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#buildPackageElements(def)" title="Method in XmlReportWriter">buildPackageElements(def)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#buildProjectElement(AnalysisContext)" title="Method in XmlReportWriter">buildProjectElement(AnalysisContext)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#buildReportElement()" title="Method in XmlReportWriter">buildReportElement()</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/InlineXmlReportWriter.html#buildRulesElement(AnalysisContext)" title="Method in InlineXmlReportWriter">buildRulesElement(AnalysisContext)</a></span> - Method in <a href="groovy/org/codenarc/report/InlineXmlReportWriter.html">InlineXmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#buildRulesElement(AnalysisContext)" title="Method in XmlReportWriter">buildRulesElement(AnalysisContext)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#buildSourceLineElement(Violation)" title="Method in XmlReportWriter">buildSourceLineElement(Violation)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/InlineXmlReportWriter.html#buildViolationElement(Violation)" title="Method in InlineXmlReportWriter">buildViolationElement(Violation)</a></span> - Method in <a href="groovy/org/codenarc/report/InlineXmlReportWriter.html">InlineXmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#buildViolationElement(Violation)" title="Method in XmlReportWriter">buildViolationElement(Violation)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/BusyWaitAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">BusyWaitAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/BusyWaitRule.html" title="Class in groovy.org.codenarc.rule.concurrency">BusyWaitRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Busy waiting (forcing a Thread.sleep() while waiting on a condition) should be avoided. </div></dd>
</dl>

    
<a name="_C_"><!-- --></a>
<h2 class="title">C</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/test/TestUtil.html#captureLog4JMessages(groovy.lang.Closure)" title="Method in TestUtil">captureLog4JMessages(Closure)</a></span> - Method in <a href="groovy/org/codenarc/test/TestUtil.html">TestUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/TestUtil.html#captureSystemOut(groovy.lang.Closure)" title="Method in TestUtil">captureSystemOut(Closure)</a></span> - Method in <a href="groovy/org/codenarc/test/TestUtil.html">TestUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchArrayIndexOutOfBoundsExceptionRule.html" title="Class in groovy.org.codenarc.rule.exceptions">CatchArrayIndexOutOfBoundsExceptionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for catching a ArrayIndexOutOfBoundsException</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchErrorRule.html" title="Class in groovy.org.codenarc.rule.exceptions">CatchErrorRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for catching a Error</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchExceptionRule.html" title="Class in groovy.org.codenarc.rule.exceptions">CatchExceptionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for catching a Exception</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchIllegalMonitorStateExceptionRule.html" title="Class in groovy.org.codenarc.rule.exceptions">CatchIllegalMonitorStateExceptionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule to trap when IllegalMonitorStateException is being caught.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchIndexOutOfBoundsExceptionRule.html" title="Class in groovy.org.codenarc.rule.exceptions">CatchIndexOutOfBoundsExceptionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for catching a IndexOutOfBoundsException</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchNullPointerExceptionRule.html" title="Class in groovy.org.codenarc.rule.exceptions">CatchNullPointerExceptionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for catching a NullPointerException</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchRuntimeExceptionRule.html" title="Class in groovy.org.codenarc.rule.exceptions">CatchRuntimeExceptionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for catching a RuntimeException</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchThrowableRule.html" title="Class in groovy.org.codenarc.rule.exceptions">CatchThrowableRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for catching a Throwable</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#cdata(java.lang.String)" title="Method in XmlReportWriter">cdata(String)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/ChainedTestAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">ChainedTestAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/ChainedTestRule.html" title="Class in groovy.org.codenarc.rule.junit">ChainedTestRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">A test method that invokes another test method is a chained test; the methods are dependent on one another. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/AbstractSingleSpaceAfterKeywordAstVisitor.html#checkForSingleSpaceAndOpeningParenthesis(org.codehaus.groovy.ast.ASTNode, java.lang.String)" title="Method in AbstractSingleSpaceAfterKeywordAstVisitor">checkForSingleSpaceAndOpeningParenthesis(ASTNode, String)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/AbstractSingleSpaceAfterKeywordAstVisitor.html">AbstractSingleSpaceAfterKeywordAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetUtil.html#CLASS_LOADER_SYS_PROP" title="Field in RuleSetUtil">CLASS_LOADER_SYS_PROP</a></span> - Field in <a href="groovy/org/codenarc/ruleset/RuleSetUtil.html">RuleSetUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ClassForNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">ClassForNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ClassForNameRule.html" title="Class in groovy.org.codenarc.rule.basic">ClassForNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Using Class.forName(...) is a common way to add dynamic behavior to a system. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/ClassJavadocRule.html" title="Class in groovy.org.codenarc.rule.formatting">ClassJavadocRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Makes sure each class and interface definition is preceded by javadoc. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ClassNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">ClassNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ClassNameRule.html" title="Class in groovy.org.codenarc.rule.naming">ClassNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Rule that verifies that the name of a class matches a regular expression. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ClassNameSameAsFilenameRule.html" title="Class in groovy.org.codenarc.rule.naming">ClassNameSameAsFilenameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Reports files containing only one top level class / enum / interface which is named differently than the file.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#classNodeHasProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String)" title="Method in AstUtil">classNodeHasProperty(ClassNode, String)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#classNodeImplementsType(org.codehaus.groovy.ast.ClassNode, java.lang.Class)" title="Method in AstUtil">classNodeImplementsType(ClassNode, Class)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">This method tells you if a ClassNode implements or extends a certain class.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ClassNameSameAsFilenameRule.html#classNodeType(org.codehaus.groovy.ast.ClassNode)" title="Method in ClassNameSameAsFilenameRule">classNodeType(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ClassNameSameAsFilenameRule.html">ClassNameSameAsFilenameRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/ClassPathResource.html" title="Class in groovy.org.codenarc.util.io">ClassPathResource</a></span> - Class in <a href="./groovy/org/codenarc/util/io/package-summary.html">groovy.org.codenarc.util.io</a>
</dt><dd><div class="block">A Resource implementation for resources available on the classpath.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/ClassPathResource.html#ClassPathResource(java.lang.String)" title="Constructor in ClassPathResource">ClassPathResource(String)</a></span> - Constructor in <a href="groovy/org/codenarc/util/io/ClassPathResource.html">ClassPathResource</a>
</dt><dd> <div class="block">Construct a new ClassPathResource<DL><DT><B>path:</B></DT><DD>- the path to the resource (file).</DD></DL> </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html" title="Class in groovy.org.codenarc.rule">ClassReferenceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/package-summary.html">groovy.org.codenarc.rule</a>
</dt><dd><div class="block">AstVisitor that check for references for a named class</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html#ClassReferenceAstVisitor(java.lang.String, java.lang.String)" title="Constructor in ClassReferenceAstVisitor">ClassReferenceAstVisitor(String, String)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html">ClassReferenceAstVisitor</a>
</dt><dd> <div class="block">Constructor</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/ClassSizeAstVisitor.html" title="Class in groovy.org.codenarc.rule.size">ClassSizeAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/ClassSizeRule.html" title="Class in groovy.org.codenarc.rule.size">ClassSizeRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block">Rule that checks the size of a class.
 </div></dd>
<dt><span class="strong"><a href="java/org/codehaus/groovy/transform/powerassert/ValueRecorder.html#CLEAR_METHOD_NAME" title="Field in ValueRecorder">CLEAR_METHOD_NAME</a></span> - Field in <a href="java/org/codehaus/groovy/transform/powerassert/ValueRecorder.html">ValueRecorder</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codehaus/groovy/transform/powerassert/ValueRecorder.html#clear()" title="Method in ValueRecorder">clear()</a></span> - Method in <a href="java/org/codehaus/groovy/transform/powerassert/ValueRecorder.html">ValueRecorder</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/InMemoryAppender.html#clearLoggedMessages()" title="Method in InMemoryAppender">clearLoggedMessages()</a></span> - Method in <a href="groovy/org/codenarc/test/InMemoryAppender.html">InMemoryAppender</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CloneableWithoutCloneAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">CloneableWithoutCloneAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CloneableWithoutCloneRule.html" title="Class in groovy.org.codenarc.rule.design">CloneableWithoutCloneRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">A class that implements Cloneable should define a clone() method.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CloneWithoutCloneableAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">CloneWithoutCloneableAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CloneWithoutCloneableRule.html" title="Class in groovy.org.codenarc.rule.design">CloneWithoutCloneableRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">The method clone() should only be declared if the class implements the Cloneable interface.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/InMemoryAppender.html#close()" title="Method in InMemoryAppender">close()</a></span> - Method in <a href="groovy/org/codenarc/test/InMemoryAppender.html">InMemoryAppender</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CloseWithoutCloseableAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">CloseWithoutCloseableAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CloseWithoutCloseableRule.html" title="Class in groovy.org.codenarc.rule.design">CloseWithoutCloseableRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">If a class defines a "void close()" then that class should implement java.io.Closeable.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#CLOSURE_TEXT" title="Field in AbstractAstVisitorRule">CLOSURE_TEXT</a></span> - Field in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ClosureAsLastMethodParameterAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ClosureAsLastMethodParameterAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ClosureAsLastMethodParameterRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ClosureAsLastMethodParameterRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">If a method is called and the last parameter is an inline closure it can be declared outside of the method call brackets.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/ClosureStatementOnOpeningLineOfMultipleLineClosureAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">ClosureStatementOnOpeningLineOfMultipleLineClosureAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/ClosureStatementOnOpeningLineOfMultipleLineClosureRule.html" title="Class in groovy.org.codenarc.rule.formatting">ClosureStatementOnOpeningLineOfMultipleLineClosureRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Checks for closure logic on first line (after ->) for a multi-line closure</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html" title="Class in groovy.org.codenarc">CodeNarc</a></span> - Class in <a href="./groovy/org/codenarc/package-summary.html">groovy.org.codenarc</a>
</dt><dd><div class="block">Command-line runner for CodeNarc.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/AbstractTestCase.html#CODENARC_PROPERTIES_FILE_PROP" title="Field in AbstractTestCase">CODENARC_PROPERTIES_FILE_PROP</a></span> - Field in <a href="groovy/org/codenarc/test/AbstractTestCase.html">AbstractTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#CODENARC_URL" title="Field in AbstractReportWriter">CODENARC_URL</a></span> - Field in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarcRunner.html" title="Class in groovy.org.codenarc">CodeNarcRunner</a></span> - Class in <a href="./groovy/org/codenarc/package-summary.html">groovy.org.codenarc</a>
</dt><dd><div class="block">Helper class to run CodeNarc.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/CodeNarcTask.html" title="Class in groovy.org.codenarc.ant">CodeNarcTask</a></span> - Class in <a href="./groovy/org/codenarc/ant/package-summary.html">groovy.org.codenarc.ant</a>
</dt><dd><div class="block">Ant Task for running CodeNarc.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/CollectAllIsDeprecatedAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">CollectAllIsDeprecatedAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/CollectAllIsDeprecatedRule.html" title="Class in groovy.org.codenarc.rule.groovyism">CollectAllIsDeprecatedRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">collectAll is deprecated since Groovy 1.8.1. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CollectionReturnTracker.html" title="Class in groovy.org.codenarc.rule.design">CollectionReturnTracker</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/AbstractSourceAnalyzer.html#collectViolations(SourceCode, RuleSet)" title="Method in AbstractSourceAnalyzer">collectViolations(SourceCode, RuleSet)</a></span> - Method in <a href="groovy/org/codenarc/analyzer/AbstractSourceAnalyzer.html">AbstractSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CommonCatchAstVisitor.html" title="Class in groovy.org.codenarc.rule.exceptions">CommonCatchAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">AstVisitor implementation that checks for catching an exception type specified in the constructor
 <p/>
 This is an internal class and its API is subject to change.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CommonCatchAstVisitor.html#CommonCatchAstVisitor(java.lang.String)" title="Constructor in CommonCatchAstVisitor">CommonCatchAstVisitor(String)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/exceptions/CommonCatchAstVisitor.html">CommonCatchAstVisitor</a>
</dt><dd> <div class="block">Construct a new instance, specifying the exception class name</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CommonThrowAstVisitor.html" title="Class in groovy.org.codenarc.rule.exceptions">CommonThrowAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">AstVisitor implementation that checks for throwing one of the exception type names specified in the constructor
 <p/>
 This is an internal class and its API is subject to change.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CommonThrowAstVisitor.html#CommonThrowAstVisitor(java.util.List)" title="Constructor in CommonThrowAstVisitor">CommonThrowAstVisitor(List)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/exceptions/CommonThrowAstVisitor.html">CommonThrowAstVisitor</a>
</dt><dd> <div class="block">Construct a new instance, specifying the exception type names</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CompareToWithoutComparableAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">CompareToWithoutComparableAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CompareToWithoutComparableRule.html" title="Class in groovy.org.codenarc.rule.design">CompareToWithoutComparableRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">If you implement a compareTo method then you should also implement the Comparable interface. </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#COMPARISON_OPERATORS" title="Field in AstUtil">COMPARISON_OPERATORS</a></span> - Field in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ComparisonOfTwoConstantsAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">ComparisonOfTwoConstantsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ComparisonOfTwoConstantsRule.html" title="Class in groovy.org.codenarc.rule.basic">ComparisonOfTwoConstantsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">CodeNarc Rule. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ComparisonWithSelfAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">ComparisonWithSelfAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ComparisonWithSelfRule.html" title="Class in groovy.org.codenarc.rule.basic">ComparisonWithSelfRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">CodeNarc Rule. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/CompositeRuleSet.html" title="Class in groovy.org.codenarc.ruleset">CompositeRuleSet</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">A <code>RuleSet</code> implementation that aggregates a set of RuleSets and Rules.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/PropertiesFileRuleSetConfigurer.html#configure(groovy.org.codenarc.ruleset.RuleSet)" title="Method in PropertiesFileRuleSetConfigurer">configure(RuleSet)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/PropertiesFileRuleSetConfigurer.html">PropertiesFileRuleSetConfigurer</a>
</dt><dd> <div class="block">Configure the rules within the RuleSet from the properties file (relative to the classpath).
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ConfusingClassNamedExceptionAstVisitor.html" title="Class in groovy.org.codenarc.rule.exceptions">ConfusingClassNamedExceptionAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ConfusingClassNamedExceptionRule.html" title="Class in groovy.org.codenarc.rule.exceptions">ConfusingClassNamedExceptionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">This rule traps classes named exception that do not inherit from exception.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ConfusingMethodNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">ConfusingMethodNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ConfusingMethodNameRule.html" title="Class in groovy.org.codenarc.rule.naming">ConfusingMethodNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">This rule traps the condition where two methods or closures differ only by their capitalization.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ConfusingMultipleReturnsAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ConfusingMultipleReturnsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ConfusingMultipleReturnsRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ConfusingMultipleReturnsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">Multiple return values can be used to set several variables at once. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/ConfusingTernaryAstVisitor.html" title="Class in groovy.org.codenarc.rule.convention">ConfusingTernaryAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/ConfusingTernaryRule.html" title="Class in groovy.org.codenarc.rule.convention">ConfusingTernaryRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block">In an "if" expression with an "else" clause, avoid negation in the test. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/ConsecutiveBlankLinesRule.html" title="Class in groovy.org.codenarc.rule.formatting">ConsecutiveBlankLinesRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Makes sure there are no consecutive lines that are either blank or whitespace only.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/ConsecutiveLiteralAppendsAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">ConsecutiveLiteralAppendsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/ConsecutiveLiteralAppendsRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">ConsecutiveLiteralAppendsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Violations occur when method calls to append(Object) are chained together with literals as parameters. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/ConsecutiveStringConcatenationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">ConsecutiveStringConcatenationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/ConsecutiveStringConcatenationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">ConsecutiveStringConcatenationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Catches concatenation of two string literals on the same line. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ConsecutiveUtils.html" title="Class in groovy.org.codenarc.util">ConsecutiveUtils</a></span> - Class in <a href="./groovy/org/codenarc/util/package-summary.html">groovy.org.codenarc.util</a>
</dt><dd><div class="block">Utility class for Consecutive* rules.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ConstantAssertExpressionAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">ConstantAssertExpressionAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ConstantAssertExpressionRule.html" title="Class in groovy.org.codenarc.rule.basic">ConstantAssertExpressionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for assert statements where the assert condition expressions is a constant value or literal value, such as:
 <ul>
   <li><code>assert true</code></li>
   <li><code>assert false</code></li>
   <li><code>assert Boolean.TRUE</code></li>
   <li><code>assert Boolean.FALSE</code></li>
   <li><code>assert null</code></li>
   <li><code>assert 0</code></li>
   <li><code>assert 99.7</code></li>
   <li><code>assert ""</code></li>
   <li><code>assert "abc"</code></li>
   <li><code>assert [:]</code></li>
   <li><code>assert [a:123, b:456]</code></li>
   <li><code>assert [a, b, c]</code></li>
 </ul></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ConstantExpressionExtractor.html" title="Class in groovy.org.codenarc.rule.groovyism">ConstantExpressionExtractor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ConstantIfExpressionAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">ConstantIfExpressionAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ConstantIfExpressionRule.html" title="Class in groovy.org.codenarc.rule.basic">ConstantIfExpressionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for if statement with a constant value for the if expression, such as:
 <ul>
   <li><code>if (true) { .. }</code></li>
   <li><code>if (false) { .. }</code></li>
   <li><code>if (Boolean.TRUE) { .. }</code></li>
   <li><code>if (Boolean.FALSE) { .. }</code></li>
   <li><code>if (null) { .. }</code></li>
   <li><code>if (0) { .. }</code></li>
   <li><code>if (99.7) { .. }</code></li>
   <li><code>if ("") { .. }</code></li>
   <li><code>if ("abc") { .. }</code></li>
   <li><code>if ([a:123, b:456]) { .. }</code></li>
   <li><code>if ([a, b]) { .. }</code></li>
 </ul></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ConstantsOnlyInterfaceAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">ConstantsOnlyInterfaceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ConstantsOnlyInterfaceRule.html" title="Class in groovy.org.codenarc.rule.design">ConstantsOnlyInterfaceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">An interface should be used only to model a behaviour of a class: using an interface as a container of constants is a poor usage pattern.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ConstantTernaryExpressionAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">ConstantTernaryExpressionAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ConstantTernaryExpressionRule.html" title="Class in groovy.org.codenarc.rule.basic">ConstantTernaryExpressionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for ternary expressions with a constant value for the boolean expression, such as:
 <ul>
   <li><code>true ? </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#CONSTRUCTOR_METHOD_NAME" title="Field in AbstractRuleTestCase">CONSTRUCTOR_METHOD_NAME</a></span> - Field in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/TestUtil.html#containsAll(java.lang.String, def)" title="Method in TestUtil">containsAll(String, def)</a></span> - Method in <a href="groovy/org/codenarc/test/TestUtil.html">TestUtil</a>
</dt><dd> <div class="block">Return true if the text contains each of the specified strings</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsUtil.html#CONTROLLERS_AND_TAGLIB_FILES" title="Field in GrailsUtil">CONTROLLERS_AND_TAGLIB_FILES</a></span> - Field in <a href="groovy/org/codenarc/rule/grails/GrailsUtil.html">GrailsUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsUtil.html#CONTROLLERS_CLASSES" title="Field in GrailsUtil">CONTROLLERS_CLASSES</a></span> - Field in <a href="groovy/org/codenarc/rule/grails/GrailsUtil.html">GrailsUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsUtil.html#CONTROLLERS_FILES" title="Field in GrailsUtil">CONTROLLERS_FILES</a></span> - Field in <a href="groovy/org/codenarc/rule/grails/GrailsUtil.html">GrailsUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/CouldBeElvisAstVisitor.html" title="Class in groovy.org.codenarc.rule.convention">CouldBeElvisAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/CouldBeElvisRule.html" title="Class in groovy.org.codenarc.rule.convention">CouldBeElvisRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block">Catch an if block that could be written as an elvis expression.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/CoupledTestCaseAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">CoupledTestCaseAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/CoupledTestCaseRule.html" title="Class in groovy.org.codenarc.rule.junit">CoupledTestCaseRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">This rule finds test cases that are coupled to other test cases, either by invoking static methods on another test
 case or by creating instances of another test case. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CrapMetricAstVisitor.html" title="Class in groovy.org.codenarc.rule.size">CrapMetricAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CrapMetricAstVisitor.html#CrapMetricAstVisitor(org.gmetrics.metric.crap.CrapMetric)" title="Constructor in CrapMetricAstVisitor">CrapMetricAstVisitor(CrapMetric)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/size/CrapMetricAstVisitor.html">CrapMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CrapMetricRule.html#crapMetricClassName" title="Field in CrapMetricRule">crapMetricClassName</a></span> - Field in <a href="groovy/org/codenarc/rule/size/CrapMetricRule.html">CrapMetricRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CrapMetricRule.html" title="Class in groovy.org.codenarc.rule.size">CrapMetricRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block">Rule that calculates the CRAP Metric for methods/classes and checks against
 configured threshold values.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#createCodeNarcRunner" title="Field in CodeNarc">createCodeNarcRunner</a></span> - Field in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/CodeNarcTask.html#createCodeNarcRunner" title="Field in CodeNarcTask">createCodeNarcRunner</a></span> - Field in <a href="groovy/org/codenarc/ant/CodeNarcTask.html">CodeNarcTask</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitTypeInstantiationAstVisitor.html#createErrorMessage()" title="Method in ExplicitTypeInstantiationAstVisitor">createErrorMessage()</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitTypeInstantiationAstVisitor.html">ExplicitTypeInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcComplexityAstVisitor.html#createMetric()" title="Method in AbcComplexityAstVisitor">createMetric()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbcComplexityAstVisitor.html">AbcComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcMetricAstVisitor.html#createMetric()" title="Method in AbcMetricAstVisitor">createMetric()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbcMetricAstVisitor.html">AbcMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#createMetric()" title="Method in AbstractMethodMetricAstVisitor">createMetric()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CrapMetricAstVisitor.html#createMetric()" title="Method in CrapMetricAstVisitor">createMetric()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/CrapMetricAstVisitor.html">CrapMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CyclomaticComplexityAstVisitor.html#createMetric()" title="Method in CyclomaticComplexityAstVisitor">createMetric()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#createPrettyExpression(org.codehaus.groovy.ast.ASTNode)" title="Method in AstUtil">createPrettyExpression(ASTNode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#createRule()" title="Method in AbstractRuleTestCase">createRule()</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Create and return a new instance of the Rule class to be tested.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarcRunner.html#createRuleSet()" title="Method in CodeNarcRunner">createRuleSet()</a></span> - Method in <a href="groovy/org/codenarc/CodeNarcRunner.html">CodeNarcRunner</a>
</dt><dd> <div class="block">Create and return the RuleSet that provides the source of Rules to be applied.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateUtil.html#createSortedListOfAllRules()" title="Method in GenerateUtil">createSortedListOfAllRules()</a></span> - Method in <a href="groovy/org/codenarc/tool/GenerateUtil.html">GenerateUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#createSourceAnalyzer()" title="Method in CodeNarc">createSourceAnalyzer()</a></span> - Method in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block">Create and return the SourceAnalyzer</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/CodeNarcTask.html#createSourceAnalyzer()" title="Method in CodeNarcTask">createSourceAnalyzer()</a></span> - Method in <a href="groovy/org/codenarc/ant/CodeNarcTask.html">CodeNarcTask</a>
</dt><dd> <div class="block">Create and return the SourceAnalyzer</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#createViolation(SourceCode, org.codehaus.groovy.ast.ASTNode)" title="Method in AbstractRule">createViolation(SourceCode, ASTNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block">Create a new Violation for the AST node.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#createViolationForImport(SourceCode, java.lang.String, java.lang.String, java.lang.String)" title="Method in AbstractRule">createViolationForImport(SourceCode, String, String, String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block">Create and return a new Violation for this rule and the specified import className and alias</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#CUSTOM_MESSAGES_BUNDLE" title="Field in AbstractReportWriter">CUSTOM_MESSAGES_BUNDLE</a></span> - Field in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html" title="Class in groovy.org.codenarc.source">CustomCompilerPhaseSourceDecorator</a></span> - Class in <a href="./groovy/org/codenarc/source/package-summary.html">groovy.org.codenarc.source</a>
</dt><dd><div class="block">A <a href='../../../../groovy/org/codenarc/source/SourceCode.html' title='SourceCode'>SourceCode</a> decorator overriding the decorated source's returned AST
 so that it meets the user's compilerPhase requirements.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html#CustomCompilerPhaseSourceDecorator(groovy.org.codenarc.source.SourceCode, int)" title="Constructor in CustomCompilerPhaseSourceDecorator">CustomCompilerPhaseSourceDecorator(SourceCode, int)</a></span> - Constructor in <a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html">CustomCompilerPhaseSourceDecorator</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#customMessagesBundleName" title="Field in AbstractReportWriter">customMessagesBundleName</a></span> - Field in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CyclomaticComplexityAstVisitor.html" title="Class in groovy.org.codenarc.rule.size">CyclomaticComplexityAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CyclomaticComplexityRule.html" title="Class in groovy.org.codenarc.rule.size">CyclomaticComplexityRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block">Rule that calculates the Cyclomatic Complexity for methods/classes and checks against
 configured threshold values.
 </div></dd>
</dl>

    
<a name="_D_"><!-- --></a>
<h2 class="title">D</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DeadCodeAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">DeadCodeAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DeadCodeRule.html" title="Class in groovy.org.codenarc.rule.basic">DeadCodeRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Dead code appears after a return statement or an exception is thrown. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#DEFAULT_COMPILER_PHASE" title="Field in SourceCode">DEFAULT_COMPILER_PHASE</a></span> - Field in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#DEFAULT_CONST_NAME" title="Field in AbstractAstVisitorRule">DEFAULT_CONST_NAME</a></span> - Field in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#DEFAULT_FIELD_NAME" title="Field in AbstractAstVisitorRule">DEFAULT_FIELD_NAME</a></span> - Field in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/HtmlReportWriter.html#DEFAULT_OUTPUT_FILE" title="Field in HtmlReportWriter">DEFAULT_OUTPUT_FILE</a></span> - Field in <a href="groovy/org/codenarc/report/HtmlReportWriter.html">HtmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#DEFAULT_TEST_CLASS_NAMES" title="Field in AbstractAstVisitorRule">DEFAULT_TEST_CLASS_NAMES</a></span> - Field in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#DEFAULT_TEST_CLASS_NAMES" title="Field in AbstractRuleTestCase">DEFAULT_TEST_CLASS_NAMES</a></span> - Field in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#DEFAULT_TEST_FILES" title="Field in AbstractAstVisitorRule">DEFAULT_TEST_FILES</a></span> - Field in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#DEFAULT_TEST_FILES" title="Field in AbstractRuleTestCase">DEFAULT_TEST_FILES</a></span> - Field in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#DEFAULT_VAR_NAME" title="Field in AbstractAstVisitorRule">DEFAULT_VAR_NAME</a></span> - Field in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/PropertiesFileRuleSetConfigurer.html#defaultPropertiesFilename" title="Field in PropertiesFileRuleSetConfigurer">defaultPropertiesFilename</a></span> - Field in <a href="groovy/org/codenarc/ruleset/PropertiesFileRuleSetConfigurer.html">PropertiesFileRuleSetConfigurer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/DefaultResourceFactory.html" title="Class in groovy.org.codenarc.util.io">DefaultResourceFactory</a></span> - Class in <a href="./groovy/org/codenarc/util/io/package-summary.html">groovy.org.codenarc.util.io</a>
</dt><dd><div class="block">Default implementation of ResourceFactory.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html#description(java.lang.String)" title="Method in TopLevelDelegate">description(String)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/jdbc/DirectConnectionManagementAstVisitor.html" title="Class in groovy.org.codenarc.rule.jdbc">DirectConnectionManagementAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/jdbc/package-summary.html">groovy.org.codenarc.rule.jdbc</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/jdbc/DirectConnectionManagementRule.html" title="Class in groovy.org.codenarc.rule.jdbc">DirectConnectionManagementRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/jdbc/package-summary.html">groovy.org.codenarc.rule.jdbc</a>
</dt><dd><div class="block">The J2EE standard requires that applications use the container's resource management facilities to obtain
 connections to resources. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html" title="Class in groovy.org.codenarc.results">DirectoryResults</a></span> - Class in <a href="./groovy/org/codenarc/results/package-summary.html">groovy.org.codenarc.results</a>
</dt><dd><div class="block">Represents the results for a directory</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html#DirectoryResults(java.lang.String, int)" title="Constructor in DirectoryResults">DirectoryResults(String, int)</a></span> - Constructor in <a href="groovy/org/codenarc/results/DirectoryResults.html">DirectoryResults</a>
</dt><dd> <div class="block">Create a new instance with the specified path and number of files in the directory</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/DirectorySourceAnalyzer.html" title="Class in groovy.org.codenarc.analyzer">DirectorySourceAnalyzer</a></span> - Class in <a href="./groovy/org/codenarc/analyzer/package-summary.html">groovy.org.codenarc.analyzer</a>
</dt><dd><div class="block">SourceAnalyzer implementation that recursively processes files in the configured source directories.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsUtil.html#DOMAIN_FILES" title="Field in GrailsUtil">DOMAIN_FILES</a></span> - Field in <a href="groovy/org/codenarc/rule/grails/GrailsUtil.html">GrailsUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/DoubleCheckedLockingAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">DoubleCheckedLockingAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/DoubleCheckedLockingRule.html" title="Class in groovy.org.codenarc.rule.concurrency">DoubleCheckedLockingRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">This rule detects double checked locking, where a 'lock hint' is tested for null before initializing an object within a synchronized block. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DoubleNegativeAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">DoubleNegativeAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DoubleNegativeRule.html" title="Class in groovy.org.codenarc.rule.basic">DoubleNegativeRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">There is no point in using a double negative, it is always positive. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DryUtil.html" title="Class in groovy.org.codenarc.rule.dry">DryUtil</a></span> - Class in <a href="./groovy/org/codenarc/rule/dry/package-summary.html">groovy.org.codenarc.rule.dry</a>
</dt><dd><div class="block">Utility methods for the DRY rule classes</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DuplicateCaseStatementAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">DuplicateCaseStatementAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DuplicateCaseStatementRule.html" title="Class in groovy.org.codenarc.rule.basic">DuplicateCaseStatementRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for duplicate case statements in a switch block, such as two
 equal integers or strings.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/DuplicateImportRule.html" title="Class in groovy.org.codenarc.rule.imports">DuplicateImportRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/imports/package-summary.html">groovy.org.codenarc.rule.imports</a>
</dt><dd><div class="block">Rule that checks for a duplicate import</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateListLiteralAstVisitor.html" title="Class in groovy.org.codenarc.rule.dry">DuplicateListLiteralAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/dry/package-summary.html">groovy.org.codenarc.rule.dry</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateListLiteralRule.html" title="Class in groovy.org.codenarc.rule.dry">DuplicateListLiteralRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/dry/package-summary.html">groovy.org.codenarc.rule.dry</a>
</dt><dd><div class="block">Check for multiple instances of the same List literal, limited to Lists where the
 values are all constants or literals.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html" title="Class in groovy.org.codenarc.rule.dry">DuplicateLiteralAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/dry/package-summary.html">groovy.org.codenarc.rule.dry</a>
</dt><dd><div class="block">Abstract superclass for rule AstVisitor classes that detect duplicate literal constants</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html#DuplicateLiteralAstVisitor(List<Class>, java.util.Set)" title="Constructor in DuplicateLiteralAstVisitor">DuplicateLiteralAstVisitor(List&lt;Class&gt;, Set)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html">DuplicateLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DuplicateMapKeyAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">DuplicateMapKeyAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DuplicateMapKeyRule.html" title="Class in groovy.org.codenarc.rule.basic">DuplicateMapKeyRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">A map literal is created with duplicated key. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateMapLiteralAstVisitor.html" title="Class in groovy.org.codenarc.rule.dry">DuplicateMapLiteralAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/dry/package-summary.html">groovy.org.codenarc.rule.dry</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateMapLiteralRule.html" title="Class in groovy.org.codenarc.rule.dry">DuplicateMapLiteralRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/dry/package-summary.html">groovy.org.codenarc.rule.dry</a>
</dt><dd><div class="block">Check for multiple instances of the same Map literal, limited to Maps where the keys
 and values are all constants or literals.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateNumberLiteralRule.html" title="Class in groovy.org.codenarc.rule.dry">DuplicateNumberLiteralRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/dry/package-summary.html">groovy.org.codenarc.rule.dry</a>
</dt><dd><div class="block">Checks for duplication of constant number literal values.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DuplicateSetValueAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">DuplicateSetValueAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DuplicateSetValueRule.html" title="Class in groovy.org.codenarc.rule.basic">DuplicateSetValueRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">A Set literal is created with duplicate constant value. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateStringLiteralRule.html" title="Class in groovy.org.codenarc.rule.dry">DuplicateStringLiteralRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/dry/package-summary.html">groovy.org.codenarc.rule.dry</a>
</dt><dd><div class="block">Code containing duplicate String literals can usually be improved by declaring the String as a constant field.
 </div></dd>
</dl>

    
<a name="_E_"><!-- --></a>
<h2 class="title">E</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/AbstractImportRule.html#eachImportLine(SourceCode, groovy.lang.Closure)" title="Method in AbstractImportRule">eachImportLine(SourceCode, Closure)</a></span> - Method in <a href="groovy/org/codenarc/rule/imports/AbstractImportRule.html">AbstractImportRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/ElseBlockBracesAstVisitor.html" title="Class in groovy.org.codenarc.rule.braces">ElseBlockBracesAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/braces/package-summary.html">groovy.org.codenarc.rule.braces</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/ElseBlockBracesRule.html" title="Class in groovy.org.codenarc.rule.braces">ElseBlockBracesRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/braces/package-summary.html">groovy.org.codenarc.rule.braces</a>
</dt><dd><div class="block">Rule that checks that else blocks use braces rather than a single statement.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyCatchBlockAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptyCatchBlockAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyCatchBlockRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptyCatchBlockRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for empty catch blocks</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyClassRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptyClassRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Reports classes without methods, fields or properties.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyElseBlockAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptyElseBlockAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyElseBlockRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptyElseBlockRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for empty else blocks</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyFinallyBlockAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptyFinallyBlockAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyFinallyBlockRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptyFinallyBlockRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for empty finally blocks</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyForStatementAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptyForStatementAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyForStatementRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptyForStatementRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for empty for statements</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyIfStatementAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptyIfStatementAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyIfStatementRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptyIfStatementRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for empty if statements</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyInstanceInitializerAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptyInstanceInitializerAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyInstanceInitializerRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptyInstanceInitializerRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">The class has an empty instance initializer. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptyMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/EmptyMethodInAbstractClassAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">EmptyMethodInAbstractClassAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/EmptyMethodInAbstractClassRule.html" title="Class in groovy.org.codenarc.rule.design">EmptyMethodInAbstractClassRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">An empty method in an abstract class should be abstract instead, as developer may rely on this empty implementation rather than code the appropriate one.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyMethodRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptyMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">A method was found without an implementation. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyStaticInitializerAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptyStaticInitializerAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyStaticInitializerRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptyStaticInitializerRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">An empty static initializer was found. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptySwitchStatementAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptySwitchStatementAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptySwitchStatementRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptySwitchStatementRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for empty switch statements</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptySynchronizedStatementAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptySynchronizedStatementAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptySynchronizedStatementRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptySynchronizedStatementRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for empty synchronized statement</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyTryBlockAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptyTryBlockAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyTryBlockRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptyTryBlockRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for empty try blocks</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyWhileStatementAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EmptyWhileStatementAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyWhileStatementRule.html" title="Class in groovy.org.codenarc.rule.basic">EmptyWhileStatementRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for empty while statements</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/EnumCustomSerializationIgnoredAstVisitor.html" title="Class in groovy.org.codenarc.rule.serialization">EnumCustomSerializationIgnoredAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/serialization/package-summary.html">groovy.org.codenarc.rule.serialization</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/EnumCustomSerializationIgnoredRule.html" title="Class in groovy.org.codenarc.rule.serialization">EnumCustomSerializationIgnoredRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/serialization/package-summary.html">groovy.org.codenarc.rule.serialization</a>
</dt><dd><div class="block">Checks for enums that define writeObject() or writeReplace() methods, or declare
 serialPersistentFields or serialVersionUID fields, all of which are ignored for enums.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EqualsAndHashCodeAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EqualsAndHashCodeAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EqualsAndHashCodeRule.html" title="Class in groovy.org.codenarc.rule.basic">EqualsAndHashCodeRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks that if either the <code>boolean equals(Object)</code> or
 the <code>int hashCode()</code> methods are overridden within a class, then both must be overridden.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EqualsOverloadedAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">EqualsOverloadedAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EqualsOverloadedRule.html" title="Class in groovy.org.codenarc.rule.basic">EqualsOverloadedRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">The class has an equals method, but the parameter of the method is not of type Object. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ExceptionExtendsErrorAstVisitor.html" title="Class in groovy.org.codenarc.rule.exceptions">ExceptionExtendsErrorAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ExceptionExtendsErrorRule.html" title="Class in groovy.org.codenarc.rule.exceptions">ExceptionExtendsErrorRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Errors are system exceptions. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ExceptionExtendsThrowableAstVisitor.html" title="Class in groovy.org.codenarc.rule.exceptions">ExceptionExtendsThrowableAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ExceptionExtendsThrowableRule.html" title="Class in groovy.org.codenarc.rule.exceptions">ExceptionExtendsThrowableRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Checks for classes that extend Throwable. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ExceptionNotThrownAstVisitor.html" title="Class in groovy.org.codenarc.rule.exceptions">ExceptionNotThrownAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ExceptionNotThrownRule.html" title="Class in groovy.org.codenarc.rule.exceptions">ExceptionNotThrownRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Checks for an exception constructor call as the last statement within a catch block.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetDelegate.html#exclude(java.lang.String)" title="Method in RuleSetDelegate">exclude(String)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/RuleSetDelegate.html">RuleSetDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#excludes" title="Field in CodeNarc">excludes</a></span> - Field in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#execute(java.lang.String)" title="Method in CodeNarc">execute(String)</a></span> - Method in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarcRunner.html#execute()" title="Method in CodeNarcRunner">execute()</a></span> - Method in <a href="groovy/org/codenarc/CodeNarcRunner.html">CodeNarcRunner</a>
</dt><dd> <div class="block">The main entry point for this class. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/CodeNarcTask.html#execute()" title="Method in CodeNarcTask">execute()</a></span> - Method in <a href="groovy/org/codenarc/ant/CodeNarcTask.html">CodeNarcTask</a>
</dt><dd> <div class="block">Execute this Ant Task</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/ClassPathResource.html#exists()" title="Method in ClassPathResource">exists()</a></span> - Method in <a href="groovy/org/codenarc/util/io/ClassPathResource.html">ClassPathResource</a>
</dt><dd> <div class="block">@return true only if this resource exists and is accessible</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/Resource.html#exists()" title="Method in Resource">exists()</a></span> - Method in <a href="groovy/org/codenarc/util/io/Resource.html">Resource</a>
</dt><dd> <div class="block">@return true only if this resource exists and is accessible</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/UrlResource.html#exists()" title="Method in UrlResource">exists()</a></span> - Method in <a href="groovy/org/codenarc/util/io/UrlResource.html">UrlResource</a>
</dt><dd> <div class="block">@return true only if this resource exists and is accessible</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitArrayListInstantiationRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitArrayListInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule checks for the explicit instantiation of an ArrayList using the no-arg constructor.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToAndMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToAndMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToAndMethodAstVisitor.html#ExplicitCallToAndMethodAstVisitor()" title="Constructor in ExplicitCallToAndMethodAstVisitor">ExplicitCallToAndMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToAndMethodAstVisitor.html">ExplicitCallToAndMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToAndMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToAndMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the and(Object) method is called directly in code instead of using the & operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToCompareToMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToCompareToMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToCompareToMethodAstVisitor.html#ExplicitCallToCompareToMethodAstVisitor()" title="Constructor in ExplicitCallToCompareToMethodAstVisitor">ExplicitCallToCompareToMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToCompareToMethodAstVisitor.html">ExplicitCallToCompareToMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToCompareToMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToCompareToMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the compareTo(Object) method is called directly in code instead of using the <=>, >, >=, <, and <= operators. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToDivMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToDivMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToDivMethodAstVisitor.html#ExplicitCallToDivMethodAstVisitor()" title="Constructor in ExplicitCallToDivMethodAstVisitor">ExplicitCallToDivMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToDivMethodAstVisitor.html">ExplicitCallToDivMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToDivMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToDivMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the div(Object) method is called directly in code instead of using the / operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToEqualsMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToEqualsMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToEqualsMethodAstVisitor.html#ExplicitCallToEqualsMethodAstVisitor()" title="Constructor in ExplicitCallToEqualsMethodAstVisitor">ExplicitCallToEqualsMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToEqualsMethodAstVisitor.html">ExplicitCallToEqualsMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToEqualsMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToEqualsMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the equals(Object) method is called directly in code instead of using the == or !</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToGetAtMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToGetAtMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToGetAtMethodAstVisitor.html#ExplicitCallToGetAtMethodAstVisitor()" title="Constructor in ExplicitCallToGetAtMethodAstVisitor">ExplicitCallToGetAtMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToGetAtMethodAstVisitor.html">ExplicitCallToGetAtMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToGetAtMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToGetAtMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the getAt(Object) method is called directly in code instead of using the [] index operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToLeftShiftMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToLeftShiftMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToLeftShiftMethodAstVisitor.html#ExplicitCallToLeftShiftMethodAstVisitor()" title="Constructor in ExplicitCallToLeftShiftMethodAstVisitor">ExplicitCallToLeftShiftMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToLeftShiftMethodAstVisitor.html">ExplicitCallToLeftShiftMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToLeftShiftMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToLeftShiftMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the leftShift(Object) method is called directly in code instead of using the << operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">Parent Visitor for "ExplicitCallToX" Rules.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMethodAstVisitor.html#ExplicitCallToMethodAstVisitor(java.lang.String)" title="Constructor in ExplicitCallToMethodAstVisitor">ExplicitCallToMethodAstVisitor(String)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMethodAstVisitor.html">ExplicitCallToMethodAstVisitor</a>
</dt><dd> <div class="block">@param methodName The method name to watch for.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMinusMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToMinusMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMinusMethodAstVisitor.html#ExplicitCallToMinusMethodAstVisitor()" title="Constructor in ExplicitCallToMinusMethodAstVisitor">ExplicitCallToMinusMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMinusMethodAstVisitor.html">ExplicitCallToMinusMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMinusMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToMinusMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the minus(Object) method is called directly in code instead of using the - operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToModMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToModMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToModMethodAstVisitor.html#ExplicitCallToModMethodAstVisitor()" title="Constructor in ExplicitCallToModMethodAstVisitor">ExplicitCallToModMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToModMethodAstVisitor.html">ExplicitCallToModMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToModMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToModMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the mod(Object) method is called directly in code instead of using the % operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMultiplyMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToMultiplyMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMultiplyMethodAstVisitor.html#ExplicitCallToMultiplyMethodAstVisitor()" title="Constructor in ExplicitCallToMultiplyMethodAstVisitor">ExplicitCallToMultiplyMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMultiplyMethodAstVisitor.html">ExplicitCallToMultiplyMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMultiplyMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToMultiplyMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the multiply(Object) method is called directly in code instead of using the * operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToOrMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToOrMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToOrMethodAstVisitor.html#ExplicitCallToOrMethodAstVisitor()" title="Constructor in ExplicitCallToOrMethodAstVisitor">ExplicitCallToOrMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToOrMethodAstVisitor.html">ExplicitCallToOrMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToOrMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToOrMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the or(Object) method is called directly in code instead of using the | operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPlusMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToPlusMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPlusMethodAstVisitor.html#ExplicitCallToPlusMethodAstVisitor()" title="Constructor in ExplicitCallToPlusMethodAstVisitor">ExplicitCallToPlusMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPlusMethodAstVisitor.html">ExplicitCallToPlusMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPlusMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToPlusMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the plus(Object) method is called directly in code instead of using the + operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPowerMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToPowerMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPowerMethodAstVisitor.html#ExplicitCallToPowerMethodAstVisitor()" title="Constructor in ExplicitCallToPowerMethodAstVisitor">ExplicitCallToPowerMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPowerMethodAstVisitor.html">ExplicitCallToPowerMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPowerMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToPowerMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the power(Object) method is called directly in code instead of using the ** operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToRightShiftMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToRightShiftMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToRightShiftMethodAstVisitor.html#ExplicitCallToRightShiftMethodAstVisitor()" title="Constructor in ExplicitCallToRightShiftMethodAstVisitor">ExplicitCallToRightShiftMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToRightShiftMethodAstVisitor.html">ExplicitCallToRightShiftMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToRightShiftMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToRightShiftMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the rightShift(Object) method is called directly in code instead of using the >> operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToXorMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToXorMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToXorMethodAstVisitor.html#ExplicitCallToXorMethodAstVisitor()" title="Constructor in ExplicitCallToXorMethodAstVisitor">ExplicitCallToXorMethodAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToXorMethodAstVisitor.html">ExplicitCallToXorMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToXorMethodRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitCallToXorMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule detects when the xor(Object) method is called directly in code instead of using the ^ operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ExplicitGarbageCollectionAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">ExplicitGarbageCollectionAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ExplicitGarbageCollectionRule.html" title="Class in groovy.org.codenarc.rule.basic">ExplicitGarbageCollectionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Calls to System.gc(), Runtime.getRuntime().gc(), and System.runFinalization() are not advised. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitHashMapInstantiationRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitHashMapInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule checks for the explicit instantiation of a HashMap using the no-arg constructor.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitHashSetInstantiationRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitHashSetInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule checks for the explicit instantiation of a HashSet using the no-arg constructor.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitLinkedHashMapInstantiationRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitLinkedHashMapInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule checks for the explicit instantiation of a LinkedHashMap using the no-arg constructor.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitLinkedListInstantiationRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitLinkedListInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule checks for the explicit instantiation of a LinkedList using the no-arg constructor.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitStackInstantiationRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitStackInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule checks for the explicit instantiation of a Stack using the no-arg constructor.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitTreeSetInstantiationRule.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitTreeSetInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">This rule checks for the explicit instantiation of a TreeSet using the no-arg constructor.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitTypeInstantiationAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">ExplicitTypeInstantiationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">AstVisitor that checks for no-arg constructor calls for the type specified in the constructor.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitTypeInstantiationAstVisitor.html#ExplicitTypeInstantiationAstVisitor(java.lang.String)" title="Constructor in ExplicitTypeInstantiationAstVisitor">ExplicitTypeInstantiationAstVisitor(String)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/groovyism/ExplicitTypeInstantiationAstVisitor.html">ExplicitTypeInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#expressionIsAssignment(org.codehaus.groovy.ast.ASTNode, java.lang.String)" title="Method in AstUtil">expressionIsAssignment(ASTNode, String)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#expressionIsNullCheck(org.codehaus.groovy.ast.ASTNode)" title="Method in AstUtil">expressionIsNullCheck(ASTNode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ConstantExpressionExtractor.html#extractFrom(org.codehaus.groovy.ast.AnnotationNode)" title="Method in ConstantExpressionExtractor">extractFrom(AnnotationNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ConstantExpressionExtractor.html">ConstantExpressionExtractor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#extractMethodName(def)" title="Method in AbstractMethodMetricAstVisitor">extractMethodName(def)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_F_"><!-- --></a>
<h2 class="title">F</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/FactoryMethodNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">FactoryMethodNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/FactoryMethodNameRule.html" title="Class in groovy.org.codenarc.rule.naming">FactoryMethodNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">A factory method is a method that creates objects, and they are typically named either buildFoo(), makeFoo(), or
 createFoo(). </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/FieldNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">FieldNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/FieldNameRule.html" title="Class in groovy.org.codenarc.rule.naming">FieldNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Rule that verifies that the name of each field matches a regular expression. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html" title="Class in groovy.org.codenarc.rule">FieldReferenceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/package-summary.html">groovy.org.codenarc.rule</a>
</dt><dd><div class="block">AST Visitor that searches for references to the fields specified on the constructor</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html#FieldReferenceAstVisitor(Collection<FieldNode>)" title="Constructor in FieldReferenceAstVisitor">FieldReferenceAstVisitor(Collection&lt;FieldNode&gt;)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html">FieldReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/FileCreateTempFileAstVisitor.html" title="Class in groovy.org.codenarc.rule.security">FileCreateTempFileAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/FileCreateTempFileRule.html" title="Class in groovy.org.codenarc.rule.security">FileCreateTempFileRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block">The File.createTempFile() method is insecure, and has been deprecated by the ESAPI secure coding library.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/FileEndsWithoutNewlineRule.html" title="Class in groovy.org.codenarc.rule.formatting">FileEndsWithoutNewlineRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Makes sure the source code file ends with a newline character.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/FileResults.html" title="Class in groovy.org.codenarc.results">FileResults</a></span> - Class in <a href="./groovy/org/codenarc/results/package-summary.html">groovy.org.codenarc.results</a>
</dt><dd><div class="block">Represents the results of applying a set of rules against a single sourcefile</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/FileResults.html#FileResults(java.lang.String, java.util.List)" title="Constructor in FileResults">FileResults(String, List)</a></span> - Constructor in <a href="groovy/org/codenarc/results/FileResults.html">FileResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/ant/AntFileSetSourceAnalyzer.html#fileSets" title="Field in AntFileSetSourceAnalyzer">fileSets</a></span> - Field in <a href="java/org/codenarc/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/CodeNarcTask.html#fileSets" title="Field in CodeNarcTask">fileSets</a></span> - Field in <a href="groovy/org/codenarc/ant/CodeNarcTask.html">CodeNarcTask</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/FilesystemSourceAnalyzer.html" title="Class in groovy.org.codenarc.analyzer">FilesystemSourceAnalyzer</a></span> - Class in <a href="./groovy/org/codenarc/analyzer/package-summary.html">groovy.org.codenarc.analyzer</a>
</dt><dd><div class="block">SourceAnalyzer implementation that recursively processes files from the file system.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/FilteredRuleSet.html" title="Class in groovy.org.codenarc.ruleset">FilteredRuleSet</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">A <code>RuleSet</code> implementation that is a Decorator for another RuleSet, but provides
 the ability to filter included and excluded rules within that RuleSet.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/FilteredRuleSet.html#FilteredRuleSet(groovy.org.codenarc.ruleset.RuleSet)" title="Constructor in FilteredRuleSet">FilteredRuleSet(RuleSet)</a></span> - Constructor in <a href="groovy/org/codenarc/ruleset/FilteredRuleSet.html">FilteredRuleSet</a>
</dt><dd> <div class="block">Construct a new instance on the specified RuleSet</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/SuppressionAnalyzer.html#filterSuppressedViolations(Iterable<Violation>)" title="Method in SuppressionAnalyzer">filterSuppressedViolations(Iterable&lt;Violation&gt;)</a></span> - Method in <a href="groovy/org/codenarc/analyzer/SuppressionAnalyzer.html">SuppressionAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/FinalClassWithProtectedMemberAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">FinalClassWithProtectedMemberAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/FinalClassWithProtectedMemberRule.html" title="Class in groovy.org.codenarc.rule.design">FinalClassWithProtectedMemberRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">This rule finds classes marked final that contain protected methods and fields. </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#findFirstNonAnnotationLine(org.codehaus.groovy.ast.ASTNode, SourceCode)" title="Method in AstUtil">findFirstNonAnnotationLine(ASTNode, SourceCode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">gets the first non annotation line number of a node, taking into account annotations.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/AbstractImportRule.html#findLineNumberOfFirstClassDeclaration(SourceCode)" title="Method in AbstractImportRule">findLineNumberOfFirstClassDeclaration(SourceCode)</a></span> - Method in <a href="groovy/org/codenarc/rule/imports/AbstractImportRule.html">AbstractImportRule</a>
</dt><dd> <div class="block">Optimization: Stop checking lines for imports once a class/interface has been declared</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html#findResultsForPath(java.lang.String)" title="Method in DirectoryResults">findResultsForPath(String)</a></span> - Method in <a href="groovy/org/codenarc/results/DirectoryResults.html">DirectoryResults</a>
</dt><dd> <div class="block">Return the Results object with the specified path within this directory or its descendents.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/FileResults.html#findResultsForPath(java.lang.String)" title="Method in FileResults">findResultsForPath(String)</a></span> - Method in <a href="groovy/org/codenarc/results/FileResults.html">FileResults</a>
</dt><dd> <div class="block">Return the Results object with the specified path.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/Results.html#findResultsForPath(java.lang.String)" title="Method in Results">findResultsForPath(String)</a></span> - Method in <a href="groovy/org/codenarc/results/Results.html">Results</a>
</dt><dd> <div class="block">Return the Results object with the specified path within this results object or its descendents.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/VirtualResults.html#findResultsForPath(java.lang.String)" title="Method in VirtualResults">findResultsForPath(String)</a></span> - Method in <a href="groovy/org/codenarc/results/VirtualResults.html">VirtualResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ForLoopShouldBeWhileLoopAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">ForLoopShouldBeWhileLoopAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ForLoopShouldBeWhileLoopRule.html" title="Class in groovy.org.codenarc.rule.basic">ForLoopShouldBeWhileLoopRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">For loops where init and update statements are empty can be simplified to while loops.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/HtmlReportWriter.html#formatSourceLine(java.lang.String, int)" title="Method in HtmlReportWriter">formatSourceLine(String, int)</a></span> - Method in <a href="groovy/org/codenarc/report/HtmlReportWriter.html">HtmlReportWriter</a>
</dt><dd> <div class="block">Format and trim the source line. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/ForStatementBracesAstVisitor.html" title="Class in groovy.org.codenarc.rule.braces">ForStatementBracesAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/braces/package-summary.html">groovy.org.codenarc.rule.braces</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/ForStatementBracesRule.html" title="Class in groovy.org.codenarc.rule.braces">ForStatementBracesRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/braces/package-summary.html">groovy.org.codenarc.rule.braces</a>
</dt><dd><div class="block">Rule that checks that for statements use braces rather than a single statement.</div></dd>
</dl>

    
<a name="_G_"><!-- --></a>
<h2 class="title">G</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateAll.html" title="Class in groovy.org.codenarc.tool">GenerateAll</a></span> - Class in <a href="./groovy/org/codenarc/tool/package-summary.html">groovy.org.codenarc.tool</a>
</dt><dd><div class="block">Java application (main() method) that invokes all of the Generate* scripts.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateCodeNarcRulesProperties.html" title="Class in groovy.org.codenarc.tool">GenerateCodeNarcRulesProperties</a></span> - Class in <a href="./groovy/org/codenarc/tool/package-summary.html">groovy.org.codenarc.tool</a>
</dt><dd><div class="block">Java application (main() method) that generates the 'codenarc-base-rules.properties' properties file.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleIndexPage.html" title="Class in groovy.org.codenarc.tool">GenerateRuleIndexPage</a></span> - Class in <a href="./groovy/org/codenarc/tool/package-summary.html">groovy.org.codenarc.tool</a>
</dt><dd><div class="block">Java application (main() method) that generates the "codenarc-rule-index.apt.template" file.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleSetAllRules.html" title="Class in groovy.org.codenarc.tool">GenerateRuleSetAllRules</a></span> - Class in <a href="./groovy/org/codenarc/tool/package-summary.html">groovy.org.codenarc.tool</a>
</dt><dd><div class="block">Java application (main() method) that generates the "StarterRuleSet-AllRules.groovy.txt.template" file.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleSetAllRulesByCategory.html" title="Class in groovy.org.codenarc.tool">GenerateRuleSetAllRulesByCategory</a></span> - Class in <a href="./groovy/org/codenarc/tool/package-summary.html">groovy.org.codenarc.tool</a>
</dt><dd><div class="block">Java application (main() method) that generates the "StarterRuleSet-AllRulesByCategory.groovy.txt.template" file.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateUtil.html" title="Class in groovy.org.codenarc.tool">GenerateUtil</a></span> - Class in <a href="./groovy/org/codenarc/tool/package-summary.html">groovy.org.codenarc.tool</a>
</dt><dd><div class="block">Contains static utility methods related to the Generate* tools.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getAnnotation(org.codehaus.groovy.ast.AnnotatedNode, java.lang.String)" title="Method in AstUtil">getAnnotation(AnnotatedNode, String)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return the AnnotationNode for the named annotation, or else null.
 </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#getApplyToClassNames()" title="Method in AbstractAstVisitorRule">getApplyToClassNames()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#getApplyToFileNames()" title="Method in AbstractRule">getApplyToFileNames()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#getApplyToFilesMatching()" title="Method in AbstractRule">getApplyToFilesMatching()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getArgumentNames(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in AstUtil">getArgumentNames(MethodCallExpression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Gets the argument names of a method call. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/AbstractSourceCode.html#getAst()" title="Method in AbstractSourceCode">getAst()</a></span> - Method in <a href="groovy/org/codenarc/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">Return the Groovy AST (Abstract Syntax Tree) for this source file</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html#getAst()" title="Method in GMetricsSourceCodeAdapter">getAst()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html">GMetricsSourceCodeAdapter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#getAst()" title="Method in SourceCode">getAst()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Return the Groovy AST (Abstract Syntax Tree) for this source file</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/AbstractSourceCode.html#getAstCompilerPhase()" title="Method in AbstractSourceCode">getAstCompilerPhase()</a></span> - Method in <a href="groovy/org/codenarc/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">@return compiler phase (as in org.codehaus.groovy.control.Phases) up to which the AST will be processed</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html#getAstCompilerPhase()" title="Method in CustomCompilerPhaseSourceDecorator">getAstCompilerPhase()</a></span> - Method in <a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html">CustomCompilerPhaseSourceDecorator</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#getAstCompilerPhase()" title="Method in SourceCode">getAstCompilerPhase()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">@return compiler phase (as in org.codehaus.groovy.control.Phases) up to which the AST will be processed</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#getAstVisitor()" title="Method in AbstractAstVisitorRule">getAstVisitor()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractSharedAstVisitorRule.html#getAstVisitor(SourceCode)" title="Method in AbstractSharedAstVisitorRule">getAstVisitor(SourceCode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractSharedAstVisitorRule.html">AbstractSharedAstVisitorRule</a>
</dt><dd> <div class="block">Subclasses can override to provide an AstVisitor with SourceCode or AST-specific initialization.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchArrayIndexOutOfBoundsExceptionRule.html#getAstVisitor()" title="Method in CatchArrayIndexOutOfBoundsExceptionRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/CatchArrayIndexOutOfBoundsExceptionRule.html">CatchArrayIndexOutOfBoundsExceptionRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchErrorRule.html#getAstVisitor()" title="Method in CatchErrorRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/CatchErrorRule.html">CatchErrorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchExceptionRule.html#getAstVisitor()" title="Method in CatchExceptionRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/CatchExceptionRule.html">CatchExceptionRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchIllegalMonitorStateExceptionRule.html#getAstVisitor()" title="Method in CatchIllegalMonitorStateExceptionRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/CatchIllegalMonitorStateExceptionRule.html">CatchIllegalMonitorStateExceptionRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchIndexOutOfBoundsExceptionRule.html#getAstVisitor()" title="Method in CatchIndexOutOfBoundsExceptionRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/CatchIndexOutOfBoundsExceptionRule.html">CatchIndexOutOfBoundsExceptionRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchNullPointerExceptionRule.html#getAstVisitor()" title="Method in CatchNullPointerExceptionRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/CatchNullPointerExceptionRule.html">CatchNullPointerExceptionRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchRuntimeExceptionRule.html#getAstVisitor()" title="Method in CatchRuntimeExceptionRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/CatchRuntimeExceptionRule.html">CatchRuntimeExceptionRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CatchThrowableRule.html#getAstVisitor()" title="Method in CatchThrowableRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/CatchThrowableRule.html">CatchThrowableRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CrapMetricRule.html#getAstVisitor()" title="Method in CrapMetricRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/CrapMetricRule.html">CrapMetricRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateNumberLiteralRule.html#getAstVisitor()" title="Method in DuplicateNumberLiteralRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateNumberLiteralRule.html">DuplicateNumberLiteralRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateStringLiteralRule.html#getAstVisitor()" title="Method in DuplicateStringLiteralRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateStringLiteralRule.html">DuplicateStringLiteralRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitArrayListInstantiationRule.html#getAstVisitor()" title="Method in ExplicitArrayListInstantiationRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitArrayListInstantiationRule.html">ExplicitArrayListInstantiationRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitHashMapInstantiationRule.html#getAstVisitor()" title="Method in ExplicitHashMapInstantiationRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitHashMapInstantiationRule.html">ExplicitHashMapInstantiationRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitHashSetInstantiationRule.html#getAstVisitor()" title="Method in ExplicitHashSetInstantiationRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitHashSetInstantiationRule.html">ExplicitHashSetInstantiationRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitLinkedHashMapInstantiationRule.html#getAstVisitor()" title="Method in ExplicitLinkedHashMapInstantiationRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitLinkedHashMapInstantiationRule.html">ExplicitLinkedHashMapInstantiationRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitLinkedListInstantiationRule.html#getAstVisitor()" title="Method in ExplicitLinkedListInstantiationRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitLinkedListInstantiationRule.html">ExplicitLinkedListInstantiationRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitStackInstantiationRule.html#getAstVisitor()" title="Method in ExplicitStackInstantiationRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitStackInstantiationRule.html">ExplicitStackInstantiationRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitTreeSetInstantiationRule.html#getAstVisitor()" title="Method in ExplicitTreeSetInstantiationRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitTreeSetInstantiationRule.html">ExplicitTreeSetInstantiationRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameRule.html#getAstVisitor()" title="Method in GrailsDomainReservedSqlKeywordNameRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameRule.html">GrailsDomainReservedSqlKeywordNameRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/HashtableIsObsoleteRule.html#getAstVisitor()" title="Method in HashtableIsObsoleteRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/HashtableIsObsoleteRule.html">HashtableIsObsoleteRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassReferenceRule.html#getAstVisitor()" title="Method in IllegalClassReferenceRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassReferenceRule.html">IllegalClassReferenceRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/jdbc/JdbcConnectionReferenceRule.html#getAstVisitor()" title="Method in JdbcConnectionReferenceRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/jdbc/JdbcConnectionReferenceRule.html">JdbcConnectionReferenceRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/jdbc/JdbcResultSetReferenceRule.html#getAstVisitor()" title="Method in JdbcResultSetReferenceRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/jdbc/JdbcResultSetReferenceRule.html">JdbcResultSetReferenceRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/jdbc/JdbcStatementReferenceRule.html#getAstVisitor()" title="Method in JdbcStatementReferenceRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/jdbc/JdbcStatementReferenceRule.html">JdbcStatementReferenceRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitTestMethodWithoutAssertRule.html#getAstVisitor()" title="Method in JUnitTestMethodWithoutAssertRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitTestMethodWithoutAssertRule.html">JUnitTestMethodWithoutAssertRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ThrowErrorRule.html#getAstVisitor()" title="Method in ThrowErrorRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/ThrowErrorRule.html">ThrowErrorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ThrowExceptionRule.html#getAstVisitor()" title="Method in ThrowExceptionRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/ThrowExceptionRule.html">ThrowExceptionRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ThrowNullPointerExceptionRule.html#getAstVisitor()" title="Method in ThrowNullPointerExceptionRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/ThrowNullPointerExceptionRule.html">ThrowNullPointerExceptionRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ThrowRuntimeExceptionRule.html#getAstVisitor()" title="Method in ThrowRuntimeExceptionRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/ThrowRuntimeExceptionRule.html">ThrowRuntimeExceptionRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ThrowThrowableRule.html#getAstVisitor()" title="Method in ThrowThrowableRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/ThrowThrowableRule.html">ThrowThrowableRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateFieldRule.html#getAstVisitor(SourceCode)" title="Method in UnusedPrivateFieldRule">getAstVisitor(SourceCode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedPrivateFieldRule.html">UnusedPrivateFieldRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodRule.html#getAstVisitor(SourceCode)" title="Method in UnusedPrivateMethodRule">getAstVisitor(SourceCode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodRule.html">UnusedPrivateMethodRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/VectorIsObsoleteRule.html#getAstVisitor()" title="Method in VectorIsObsoleteRule">getAstVisitor()</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/VectorIsObsoleteRule.html">VectorIsObsoleteRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#getAstVisitorClass()" title="Method in AbstractAstVisitorRule">getAstVisitorClass()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block">Each concrete subclass must either set this property or define its own property with the same name</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html#getChildren()" title="Method in DirectoryResults">getChildren()</a></span> - Method in <a href="groovy/org/codenarc/results/DirectoryResults.html">DirectoryResults</a>
</dt><dd> <div class="block">@return the List of child Results objects; may be empty</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/FileResults.html#getChildren()" title="Method in FileResults">getChildren()</a></span> - Method in <a href="groovy/org/codenarc/results/FileResults.html">FileResults</a>
</dt><dd> <div class="block">Return an empty List</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/Results.html#getChildren()" title="Method in Results">getChildren()</a></span> - Method in <a href="groovy/org/codenarc/results/Results.html">Results</a>
</dt><dd> <div class="block">@return the List of child Results objects; may be empty</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/VirtualResults.html#getChildren()" title="Method in VirtualResults">getChildren()</a></span> - Method in <a href="groovy/org/codenarc/results/VirtualResults.html">VirtualResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#getCodeNarcVersion()" title="Method in AbstractReportWriter">getCodeNarcVersion()</a></span> - Method in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codehaus/groovy/transform/powerassert/Value.html#getColumn()" title="Method in Value">getColumn()</a></span> - Method in <a href="java/org/codehaus/groovy/transform/powerassert/Value.html">Value</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#getCompilerPhase()" title="Method in AbstractRule">getCompilerPhase()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block">@return the required compiler phase (as in org.codehaus.groovy.control.Phases)
 of the AST of the SourceCode
 handed to the rule via <a href='#applyTo(SourceCode sourceCode)'>applyTo(SourceCode sourceCode)</a></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/Rule.html#getCompilerPhase()" title="Method in Rule">getCompilerPhase()</a></span> - Method in <a href="java/org/codenarc/rule/Rule.html">Rule</a>
</dt><dd> <div class="block">@return the required compiler phase (as in org.codehaus.groovy.control.Phases)
 of the AST of the SourceCode
 handed to the rule via <a href='#applyTo(SourceCode sourceCode)'>applyTo(SourceCode sourceCode)</a></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#getCurrentClassName()" title="Method in AbstractAstVisitor">getCurrentClassName()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#getCurrentClassName()" title="Method in AbstractMethodVisitor">getCurrentClassName()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#getCurrentClassNode()" title="Method in AbstractAstVisitor">getCurrentClassNode()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#getCurrentClassNode()" title="Method in AbstractMethodVisitor">getCurrentClassNode()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getDeclaration(org.codehaus.groovy.ast.ASTNode, SourceCode)" title="Method in AstUtil">getDeclaration(ASTNode, SourceCode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#getDescription()" title="Method in AbstractRule">getDescription()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#getDescriptionForRule(Rule)" title="Method in AbstractReportWriter">getDescriptionForRule(Rule)</a></span> - Method in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#getDoNotApplyToClassNames()" title="Method in AbstractAstVisitorRule">getDoNotApplyToClassNames()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#getDoNotApplyToFileNames()" title="Method in AbstractRule">getDoNotApplyToFileNames()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#getDoNotApplyToFilesMatching()" title="Method in AbstractRule">getDoNotApplyToFilesMatching()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getEmptyBlock(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AstUtil">getEmptyBlock(Statement)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getFieldType(org.codehaus.groovy.ast.FieldNode)" title="Method in AstUtil">getFieldType(FieldNode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Supports discovering many common JDK types, but not all.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#getFormattedTimestamp()" title="Method in AbstractReportWriter">getFormattedTimestamp()</a></span> - Method in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#getHtmlDescriptionForRule(Rule)" title="Method in AbstractReportWriter">getHtmlDescriptionForRule(Rule)</a></span> - Method in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ImportUtil.html#getImportsSortedByLineNumber(def)" title="Method in ImportUtil">getImportsSortedByLineNumber(def)</a></span> - Method in <a href="groovy/org/codenarc/util/ImportUtil.html">ImportUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/ClassPathResource.html#getInputStream()" title="Method in ClassPathResource">getInputStream()</a></span> - Method in <a href="groovy/org/codenarc/util/io/ClassPathResource.html">ClassPathResource</a>
</dt><dd> <div class="block">Open an InputStream on the classpath resource path</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/Resource.html#getInputStream()" title="Method in Resource">getInputStream()</a></span> - Method in <a href="groovy/org/codenarc/util/io/Resource.html">Resource</a>
</dt><dd> <div class="block">Return the InputStream for this resource.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/UrlResource.html#getInputStream()" title="Method in UrlResource">getInputStream()</a></span> - Method in <a href="groovy/org/codenarc/util/io/UrlResource.html">UrlResource</a>
</dt><dd> <div class="block">Open a FileInputStream on the file</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getInstanceOfTarget(java.lang.Object)" title="Method in AstUtil">getInstanceOfTarget(Object)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#getLineNumber(def)" title="Method in AbstractMethodMetricAstVisitor">getLineNumber(def)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/AbstractSourceCode.html#getLineNumberForCharacterIndex(int)" title="Method in AbstractSourceCode">getLineNumberForCharacterIndex(int)</a></span> - Method in <a href="groovy/org/codenarc/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">Return the line index for the line containing the character at the specified index within the source code.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html#getLineNumberForCharacterIndex(int)" title="Method in GMetricsSourceCodeAdapter">getLineNumberForCharacterIndex(int)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html">GMetricsSourceCodeAdapter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#getLineNumberForCharacterIndex(int)" title="Method in SourceCode">getLineNumberForCharacterIndex(int)</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Return the line index for the line containing the character at the specified index within the source code.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/AbstractSourceCode.html#getLines()" title="Method in AbstractSourceCode">getLines()</a></span> - Method in <a href="groovy/org/codenarc/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">@return the List of lines of the source code (with line terminators removed)</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html#getLines()" title="Method in GMetricsSourceCodeAdapter">getLines()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html">GMetricsSourceCodeAdapter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#getLines()" title="Method in SourceCode">getLines()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">@return the List of lines of the source code (with line terminators removed)</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/InMemoryAppender.html#getLoggingEvents()" title="Method in InMemoryAppender">getLoggingEvents()</a></span> - Method in <a href="groovy/org/codenarc/test/InMemoryAppender.html">InMemoryAppender</a>
</dt><dd> <div class="block">Return the List of LoggingEvents logged to this Appender</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcComplexityAstVisitor.html#getMaxClassAverageMethodMetricValue()" title="Method in AbcComplexityAstVisitor">getMaxClassAverageMethodMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbcComplexityAstVisitor.html">AbcComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcMetricAstVisitor.html#getMaxClassAverageMethodMetricValue()" title="Method in AbcMetricAstVisitor">getMaxClassAverageMethodMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbcMetricAstVisitor.html">AbcMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#getMaxClassAverageMethodMetricValue()" title="Method in AbstractMethodMetricAstVisitor">getMaxClassAverageMethodMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CrapMetricAstVisitor.html#getMaxClassAverageMethodMetricValue()" title="Method in CrapMetricAstVisitor">getMaxClassAverageMethodMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/CrapMetricAstVisitor.html">CrapMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CyclomaticComplexityAstVisitor.html#getMaxClassAverageMethodMetricValue()" title="Method in CyclomaticComplexityAstVisitor">getMaxClassAverageMethodMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcComplexityAstVisitor.html#getMaxClassMetricValue()" title="Method in AbcComplexityAstVisitor">getMaxClassMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbcComplexityAstVisitor.html">AbcComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcMetricAstVisitor.html#getMaxClassMetricValue()" title="Method in AbcMetricAstVisitor">getMaxClassMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbcMetricAstVisitor.html">AbcMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#getMaxClassMetricValue()" title="Method in AbstractMethodMetricAstVisitor">getMaxClassMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CrapMetricAstVisitor.html#getMaxClassMetricValue()" title="Method in CrapMetricAstVisitor">getMaxClassMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/CrapMetricAstVisitor.html">CrapMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CyclomaticComplexityAstVisitor.html#getMaxClassMetricValue()" title="Method in CyclomaticComplexityAstVisitor">getMaxClassMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcComplexityAstVisitor.html#getMaxMethodMetricValue()" title="Method in AbcComplexityAstVisitor">getMaxMethodMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbcComplexityAstVisitor.html">AbcComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbcMetricAstVisitor.html#getMaxMethodMetricValue()" title="Method in AbcMetricAstVisitor">getMaxMethodMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbcMetricAstVisitor.html">AbcMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#getMaxMethodMetricValue()" title="Method in AbstractMethodMetricAstVisitor">getMaxMethodMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CrapMetricAstVisitor.html#getMaxMethodMetricValue()" title="Method in CrapMetricAstVisitor">getMaxMethodMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/CrapMetricAstVisitor.html">CrapMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CyclomaticComplexityAstVisitor.html#getMaxMethodMetricValue()" title="Method in CyclomaticComplexityAstVisitor">getMaxMethodMetricValue()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/CyclomaticComplexityAstVisitor.html">CyclomaticComplexityAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getMethodArguments(org.codehaus.groovy.ast.ASTNode)" title="Method in AstUtil">getMethodArguments(ASTNode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return the List of Arguments for the specified MethodCallExpression or a ConstructorCallExpression.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/AbstractSourceCode.html#getMethodCallExpressions()" title="Method in AbstractSourceCode">getMethodCallExpressions()</a></span> - Method in <a href="groovy/org/codenarc/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#getMethodCallExpressions()" title="Method in SourceCode">getMethodCallExpressions()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">This method gives you all of the MethodCallExpressions defined in the AST without forcing you to walk the
 entire tree on every request. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#getMetricShortDescription()" title="Method in AbstractMethodMetricAstVisitor">getMetricShortDescription()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/MovedRules.html#getMovedOrRenamedMessageForRuleName(java.lang.String)" title="Method in MovedRules">getMovedOrRenamedMessageForRuleName(String)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/MovedRules.html">MovedRules</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#getName()" title="Method in AbstractRule">getName()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block">@return the unique name for this rule</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/AbstractTestCase.html#getName()" title="Method in AbstractTestCase">getName()</a></span> - Method in <a href="groovy/org/codenarc/test/AbstractTestCase.html">AbstractTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html#getName()" title="Method in CustomCompilerPhaseSourceDecorator">getName()</a></span> - Method in <a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html">CustomCompilerPhaseSourceDecorator</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html#getName()" title="Method in GMetricsSourceCodeAdapter">getName()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html">GMetricsSourceCodeAdapter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/PathUtil.html#getName(java.lang.String)" title="Method in PathUtil">getName(String)</a></span> - Method in <a href="groovy/org/codenarc/util/PathUtil.html">PathUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/Rule.html#getName()" title="Method in Rule">getName()</a></span> - Method in <a href="java/org/codenarc/rule/Rule.html">Rule</a>
</dt><dd> <div class="block">@return the unique id for this rule</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#getName()" title="Method in SourceCode">getName()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Get the logical name for this source code. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceFile.html#getName()" title="Method in SourceFile">getName()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceFile.html">SourceFile</a>
</dt><dd> <div class="block">@return the filename for this source file, excluding path</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getNodeText(org.codehaus.groovy.ast.ASTNode, SourceCode)" title="Method in AstUtil">getNodeText(ASTNode, SourceCode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ImportUtil.html#getNonStaticImportsSortedByLineNumber(def)" title="Method in ImportUtil">getNonStaticImportsSortedByLineNumber(def)</a></span> - Method in <a href="groovy/org/codenarc/util/ImportUtil.html">ImportUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getNullComparisonTarget(java.lang.Object)" title="Method in AstUtil">getNullComparisonTarget(Object)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html#getNumberOfFilesWithViolations(int, boolean)" title="Method in DirectoryResults">getNumberOfFilesWithViolations(int, boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/DirectoryResults.html">DirectoryResults</a>
</dt><dd> <div class="block">Return the number of files with violations</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/FileResults.html#getNumberOfFilesWithViolations(int, boolean)" title="Method in FileResults">getNumberOfFilesWithViolations(int, boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/FileResults.html">FileResults</a>
</dt><dd> <div class="block">Return 1 if these results include at least one violation</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/Results.html#getNumberOfFilesWithViolations(int, boolean)" title="Method in Results">getNumberOfFilesWithViolations(int, boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/Results.html">Results</a>
</dt><dd> <div class="block">Return the number of files with violations</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/VirtualResults.html#getNumberOfFilesWithViolations(int, boolean)" title="Method in VirtualResults">getNumberOfFilesWithViolations(int, boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/VirtualResults.html">VirtualResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html#getNumberOfViolationsWithPriority(int, boolean)" title="Method in DirectoryResults">getNumberOfViolationsWithPriority(int, boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/DirectoryResults.html">DirectoryResults</a>
</dt><dd> <div class="block">Return the number of violations with the specified priority</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/FileResults.html#getNumberOfViolationsWithPriority(int, boolean)" title="Method in FileResults">getNumberOfViolationsWithPriority(int, boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/FileResults.html">FileResults</a>
</dt><dd> <div class="block">@param recursive - ignored</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/Results.html#getNumberOfViolationsWithPriority(int, boolean)" title="Method in Results">getNumberOfViolationsWithPriority(int, boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/Results.html">Results</a>
</dt><dd> <div class="block">Return the number of violations with the specified priority</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/VirtualResults.html#getNumberOfViolationsWithPriority(int, boolean)" title="Method in VirtualResults">getNumberOfViolationsWithPriority(int, boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/VirtualResults.html">VirtualResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getParameterNames(org.codehaus.groovy.ast.MethodNode)" title="Method in AstUtil">getParameterNames(MethodNode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Gets the parameter names of a method node.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/PathUtil.html#getParentPath(java.lang.String)" title="Method in PathUtil">getParentPath(String)</a></span> - Method in <a href="groovy/org/codenarc/util/PathUtil.html">PathUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html#getPath()" title="Method in CustomCompilerPhaseSourceDecorator">getPath()</a></span> - Method in <a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html">CustomCompilerPhaseSourceDecorator</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html#getPath()" title="Method in DirectoryResults">getPath()</a></span> - Method in <a href="groovy/org/codenarc/results/DirectoryResults.html">DirectoryResults</a>
</dt><dd> <div class="block">@return the path to the file or directory associated with these results</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/FileResults.html#getPath()" title="Method in FileResults">getPath()</a></span> - Method in <a href="groovy/org/codenarc/results/FileResults.html">FileResults</a>
</dt><dd> <div class="block">@return the path to the file or directory associated with these results</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html#getPath()" title="Method in GMetricsSourceCodeAdapter">getPath()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html">GMetricsSourceCodeAdapter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/Results.html#getPath()" title="Method in Results">getPath()</a></span> - Method in <a href="groovy/org/codenarc/results/Results.html">Results</a>
</dt><dd> <div class="block">@return the path to the file or directory associated with these results</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#getPath()" title="Method in SourceCode">getPath()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Get the logical path for this source code. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceFile.html#getPath()" title="Method in SourceFile">getPath()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceFile.html">SourceFile</a>
</dt><dd> <div class="block">@return the normalized path for this source file, including filename</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/VirtualResults.html#getPath()" title="Method in VirtualResults">getPath()</a></span> - Method in <a href="groovy/org/codenarc/results/VirtualResults.html">VirtualResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#getPriority()" title="Method in AbstractRule">getPriority()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block">@return the priority of this rule, between 1 (highest priority) and 3 (lowest priority), inclusive.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/Rule.html#getPriority()" title="Method in Rule">getPriority()</a></span> - Method in <a href="java/org/codenarc/rule/Rule.html">Rule</a>
</dt><dd> <div class="block">@return the priority of this rule; must be 1, 2 or 3</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getRawLine(SourceCode, int)" title="Method in AstUtil">getRawLine(SourceCode, int)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/ReportWriterFactory.html#getReportWriter(java.lang.String, java.util.Map)" title="Method in ReportWriterFactory">getReportWriter(String, Map)</a></span> - Method in <a href="groovy/org/codenarc/report/ReportWriterFactory.html">ReportWriterFactory</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/DefaultResourceFactory.html#getResource(java.lang.String)" title="Method in DefaultResourceFactory">getResource(String)</a></span> - Method in <a href="groovy/org/codenarc/util/io/DefaultResourceFactory.html">DefaultResourceFactory</a>
</dt><dd> <div class="block">Return a Resource instance suitable for the specified path.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/ResourceFactory.html#getResource(java.lang.String)" title="Method in ResourceFactory">getResource(String)</a></span> - Method in <a href="groovy/org/codenarc/util/io/ResourceFactory.html">ResourceFactory</a>
</dt><dd> <div class="block">Return a Resource instance suitable for the specified path.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#getResourceBundleString(java.lang.String, java.lang.String, boolean)" title="Method in AbstractReportWriter">getResourceBundleString(String, String, boolean)</a></span> - Method in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#getRule()" title="Method in AbstractAstVisitor">getRule()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#getRule()" title="Method in AbstractFieldVisitor">getRule()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block">Gets the rule for this visitor.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#getRule()" title="Method in AbstractMethodCallExpressionVisitor">getRule()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block">Gets the rule for this visitor.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#getRule()" title="Method in AbstractMethodVisitor">getRule()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block">Gets the rule for this visitor.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleregistry/PropertiesFileRuleRegistry.html#getRuleClass(java.lang.String)" title="Method in PropertiesFileRuleRegistry">getRuleClass(String)</a></span> - Method in <a href="groovy/org/codenarc/ruleregistry/PropertiesFileRuleRegistry.html">PropertiesFileRuleRegistry</a>
</dt><dd> <div class="block">Return the Rule Class for the specified name or else null</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleregistry/RuleRegistry.html#getRuleClass(java.lang.String)" title="Method in RuleRegistry">getRuleClass(String)</a></span> - Method in <a href="groovy/org/codenarc/ruleregistry/RuleRegistry.html">RuleRegistry</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateUtil.html#getRuleExtraInformation()" title="Method in GenerateUtil">getRuleExtraInformation()</a></span> - Method in <a href="groovy/org/codenarc/tool/GenerateUtil.html">GenerateUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/CompositeRuleSet.html#getRules()" title="Method in CompositeRuleSet">getRules()</a></span> - Method in <a href="groovy/org/codenarc/ruleset/CompositeRuleSet.html">CompositeRuleSet</a>
</dt><dd> <div class="block"> <DL><DT><B>Returns:</B></DT><DD>a List of Rule objects.</DD></DL></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/FilteredRuleSet.html#getRules()" title="Method in FilteredRuleSet">getRules()</a></span> - Method in <a href="groovy/org/codenarc/ruleset/FilteredRuleSet.html">FilteredRuleSet</a>
</dt><dd> <div class="block">Return the List of Rules that match the include(s) (if specified) AND DO NOT match any exlcude(s) specified.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/GroovyDslRuleSet.html#getRules()" title="Method in GroovyDslRuleSet">getRules()</a></span> - Method in <a href="groovy/org/codenarc/ruleset/GroovyDslRuleSet.html">GroovyDslRuleSet</a>
</dt><dd> <div class="block">@return a List of Rule objects</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/ListRuleSet.html#getRules()" title="Method in ListRuleSet">getRules()</a></span> - Method in <a href="groovy/org/codenarc/ruleset/ListRuleSet.html">ListRuleSet</a>
</dt><dd> <div class="block">@return a List of Rule objects</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSet.html#getRules()" title="Method in RuleSet">getRules()</a></span> - Method in <a href="groovy/org/codenarc/ruleset/RuleSet.html">RuleSet</a>
</dt><dd> <div class="block">@return a List of optionally configured Rule objects</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/XmlFileRuleSet.html#getRules()" title="Method in XmlFileRuleSet">getRules()</a></span> - Method in <a href="groovy/org/codenarc/ruleset/XmlFileRuleSet.html">XmlFileRuleSet</a>
</dt><dd> <div class="block">@return a List of Rule objects</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/XmlReaderRuleSet.html#getRules()" title="Method in XmlReaderRuleSet">getRules()</a></span> - Method in <a href="groovy/org/codenarc/ruleset/XmlReaderRuleSet.html">XmlReaderRuleSet</a>
</dt><dd> <div class="block">@return a List of Rule objects</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetBuilder.html#getRuleSet()" title="Method in RuleSetBuilder">getRuleSet()</a></span> - Method in <a href="groovy/org/codenarc/ruleset/RuleSetBuilder.html">RuleSetBuilder</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html#getRuleSet()" title="Method in TopLevelDelegate">getRuleSet()</a></span> - Method in <a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#getSortedRules(AnalysisContext)" title="Method in AbstractReportWriter">getSortedRules(AnalysisContext)</a></span> - Method in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#getSourceCode()" title="Method in AbstractAstVisitor">getSourceCode()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#getSourceCode()" title="Method in AbstractFieldVisitor">getSourceCode()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#getSourceCode()" title="Method in AbstractMethodCallExpressionVisitor">getSourceCode()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#getSourceCode()" title="Method in AbstractMethodVisitor">getSourceCode()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/ant/AntFileSetSourceAnalyzer.html#getSourceDirectories()" title="Method in AntFileSetSourceAnalyzer">getSourceDirectories()</a></span> - Method in <a href="java/org/codenarc/ant/AntFileSetSourceAnalyzer.html">AntFileSetSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/FilesystemSourceAnalyzer.html#getSourceDirectories()" title="Method in FilesystemSourceAnalyzer">getSourceDirectories()</a></span> - Method in <a href="groovy/org/codenarc/analyzer/FilesystemSourceAnalyzer.html">FilesystemSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/SourceAnalyzer.html#getSourceDirectories()" title="Method in SourceAnalyzer">getSourceDirectories()</a></span> - Method in <a href="groovy/org/codenarc/analyzer/SourceAnalyzer.html">SourceAnalyzer</a>
</dt><dd> <div class="block">Return the List of source directories to be analyzed. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/StringSourceAnalyzer.html#getSourceDirectories()" title="Method in StringSourceAnalyzer">getSourceDirectories()</a></span> - Method in <a href="groovy/org/codenarc/analyzer/StringSourceAnalyzer.html">StringSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#getSourceLine(def)" title="Method in AbstractMethodMetricAstVisitor">getSourceLine(def)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#getSourceUnit()" title="Method in AbstractAstVisitor">getSourceUnit()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#getSourceUnit()" title="Method in AbstractFieldVisitor">getSourceUnit()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#getSourceUnit()" title="Method in AbstractMethodCallExpressionVisitor">getSourceUnit()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#getSourceUnit()" title="Method in AbstractMethodVisitor">getSourceUnit()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/ReferenceCollector.html#getSourceUnit()" title="Method in ReferenceCollector">getSourceUnit()</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/ReferenceCollector.html">ReferenceCollector</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html#getSuppressionAnalyzer()" title="Method in CustomCompilerPhaseSourceDecorator">getSuppressionAnalyzer()</a></span> - Method in <a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html">CustomCompilerPhaseSourceDecorator</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#getSuppressionAnalyzer()" title="Method in SourceCode">getSuppressionAnalyzer()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Returns information about this classes' suppressed warnings.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GetterMethodCouldBePropertyAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">GetterMethodCouldBePropertyAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GetterMethodCouldBePropertyRule.html" title="Class in groovy.org.codenarc.rule.groovyism">GetterMethodCouldBePropertyRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">If a class defines a public method that follows the Java getter notation and returns a constant,
 then it is cleaner to provide a Groovy property for the value rather than a Groovy method.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html#getText()" title="Method in CustomCompilerPhaseSourceDecorator">getText()</a></span> - Method in <a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html">CustomCompilerPhaseSourceDecorator</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html#getText()" title="Method in GMetricsSourceCodeAdapter">getText()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html">GMetricsSourceCodeAdapter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#getText()" title="Method in SourceCode">getText()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">@return the full text of the source code</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceFile.html#getText()" title="Method in SourceFile">getText()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceFile.html">SourceFile</a>
</dt><dd> <div class="block">@return the full text of the source code</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceString.html#getText()" title="Method in SourceString">getText()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceString.html">SourceString</a>
</dt><dd> <div class="block">@return the full text of the source code</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#getTimestamp" title="Field in AbstractReportWriter">getTimestamp</a></span> - Field in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html#getTotalNumberOfFiles(boolean)" title="Method in DirectoryResults">getTotalNumberOfFiles(boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/DirectoryResults.html">DirectoryResults</a>
</dt><dd> <div class="block">Return the total number of (Groovy) files analyzed</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/FileResults.html#getTotalNumberOfFiles(boolean)" title="Method in FileResults">getTotalNumberOfFiles(boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/FileResults.html">FileResults</a>
</dt><dd> <div class="block">Return the total number of (Groovy) files analyzed</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/Results.html#getTotalNumberOfFiles(boolean)" title="Method in Results">getTotalNumberOfFiles(boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/Results.html">Results</a>
</dt><dd> <div class="block">Return the total number of (Groovy) files analyzed</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/VirtualResults.html#getTotalNumberOfFiles(boolean)" title="Method in VirtualResults">getTotalNumberOfFiles(boolean)</a></span> - Method in <a href="groovy/org/codenarc/results/VirtualResults.html">VirtualResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html#getUnreferencedFields()" title="Method in FieldReferenceAstVisitor">getUnreferencedFields()</a></span> - Method in <a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html">FieldReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codehaus/groovy/transform/powerassert/Value.html#getValue()" title="Method in Value">getValue()</a></span> - Method in <a href="java/org/codehaus/groovy/transform/powerassert/Value.html">Value</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codehaus/groovy/transform/powerassert/ValueRecorder.html#getValues()" title="Method in ValueRecorder">getValues()</a></span> - Method in <a href="java/org/codehaus/groovy/transform/powerassert/ValueRecorder.html">ValueRecorder</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#getVariableExpressions(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in AstUtil">getVariableExpressions(DeclarationExpression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return the List of VariableExpression objects referenced by the specified DeclarationExpression.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/GroovyVersion.html#getVersion()" title="Method in GroovyVersion">getVersion()</a></span> - Method in <a href="groovy/org/codenarc/util/GroovyVersion.html">GroovyVersion</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/IdeTextReportWriter.html#getViolationLocationString(Violation, java.lang.String)" title="Method in IdeTextReportWriter">getViolationLocationString(Violation, String)</a></span> - Method in <a href="groovy/org/codenarc/report/IdeTextReportWriter.html">IdeTextReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/TextReportWriter.html#getViolationLocationString(Violation, java.lang.String)" title="Method in TextReportWriter">getViolationLocationString(Violation, String)</a></span> - Method in <a href="groovy/org/codenarc/report/TextReportWriter.html">TextReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractConstructorCallAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in AbstractConstructorCallAstVisitor">getViolationMessage(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractConstructorCallAstVisitor.html">AbstractConstructorCallAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#getViolationMessage()" title="Method in AbstractRule">getViolationMessage()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BigDecimalInstantiationAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in BigDecimalInstantiationAstVisitor">getViolationMessage(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/BigDecimalInstantiationAstVisitor.html">BigDecimalInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToAndMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToAndMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToAndMethodAstVisitor.html">ExplicitCallToAndMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToCompareToMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToCompareToMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToCompareToMethodAstVisitor.html">ExplicitCallToCompareToMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToDivMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToDivMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToDivMethodAstVisitor.html">ExplicitCallToDivMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToEqualsMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToEqualsMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToEqualsMethodAstVisitor.html">ExplicitCallToEqualsMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToGetAtMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToGetAtMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToGetAtMethodAstVisitor.html">ExplicitCallToGetAtMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToLeftShiftMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToLeftShiftMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToLeftShiftMethodAstVisitor.html">ExplicitCallToLeftShiftMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMethodAstVisitor.html">ExplicitCallToMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMinusMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToMinusMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMinusMethodAstVisitor.html">ExplicitCallToMinusMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToModMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToModMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToModMethodAstVisitor.html">ExplicitCallToModMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMultiplyMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToMultiplyMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMultiplyMethodAstVisitor.html">ExplicitCallToMultiplyMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToOrMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToOrMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToOrMethodAstVisitor.html">ExplicitCallToOrMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPlusMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToPlusMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPlusMethodAstVisitor.html">ExplicitCallToPlusMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPowerMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToPowerMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToPowerMethodAstVisitor.html">ExplicitCallToPowerMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToRightShiftMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToRightShiftMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToRightShiftMethodAstVisitor.html">ExplicitCallToRightShiftMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToXorMethodAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToXorMethodAstVisitor">getViolationMessage(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToXorMethodAstVisitor.html">ExplicitCallToXorMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanInstantiationAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in UnnecessaryBooleanInstantiationAstVisitor">getViolationMessage(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanInstantiationAstVisitor.html">UnnecessaryBooleanInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryStringInstantiationAstVisitor.html#getViolationMessage(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in UnnecessaryStringInstantiationAstVisitor">getViolationMessage(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryStringInstantiationAstVisitor.html">UnnecessaryStringInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#getViolations()" title="Method in AbstractAstVisitor">getViolations()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#getViolations()" title="Method in AbstractFieldVisitor">getViolations()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block">Retrieve the List of Violations resulting from applying this visitor</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#getViolations()" title="Method in AbstractMethodCallExpressionVisitor">getViolations()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block">Retrieve the List of Violations resulting from applying this visitor</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#getViolations()" title="Method in AbstractMethodVisitor">getViolations()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block">Retrieve the List of Violations resulting from applying this visitor</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractSharedAstVisitorRule.html#getViolations(AstVisitor, SourceCode)" title="Method in AbstractSharedAstVisitorRule">getViolations(AstVisitor, SourceCode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractSharedAstVisitorRule.html">AbstractSharedAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AstVisitor.html#getViolations()" title="Method in AstVisitor">getViolations()</a></span> - Method in <a href="groovy/org/codenarc/rule/AstVisitor.html">AstVisitor</a>
</dt><dd> <div class="block">Retrieve the List of Violations resulting from applying this visitor</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html#getViolations()" title="Method in DirectoryResults">getViolations()</a></span> - Method in <a href="groovy/org/codenarc/results/DirectoryResults.html">DirectoryResults</a>
</dt><dd> <div class="block">@return the List of all violations; may be empty</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/FileResults.html#getViolations()" title="Method in FileResults">getViolations()</a></span> - Method in <a href="groovy/org/codenarc/results/FileResults.html">FileResults</a>
</dt><dd> <div class="block">@return the List of all violations</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalRule.html#getViolations(AstVisitor, SourceCode)" title="Method in PrivateFieldCouldBeFinalRule">getViolations(AstVisitor, SourceCode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalRule.html">PrivateFieldCouldBeFinalRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/Results.html#getViolations()" title="Method in Results">getViolations()</a></span> - Method in <a href="groovy/org/codenarc/results/Results.html">Results</a>
</dt><dd> <div class="block">@return the List of all violations; may be empty</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateFieldRule.html#getViolations(AstVisitor, SourceCode)" title="Method in UnusedPrivateFieldRule">getViolations(AstVisitor, SourceCode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedPrivateFieldRule.html">UnusedPrivateFieldRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodRule.html#getViolations(AstVisitor, SourceCode)" title="Method in UnusedPrivateMethodRule">getViolations(AstVisitor, SourceCode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodRule.html">UnusedPrivateMethodRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/VirtualResults.html#getViolations()" title="Method in VirtualResults">getViolations()</a></span> - Method in <a href="groovy/org/codenarc/results/VirtualResults.html">VirtualResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#getVisited()" title="Method in AbstractAstVisitor">getVisited()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html" title="Class in groovy.org.codenarc.rule.size">GMetricsSourceCodeAdapter</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block">Adapter that adapts from a GMetrics SourceCode object to a CodeNarc SourceCode object.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html#GMetricsSourceCodeAdapter(org.codenarc.source.SourceCode)" title="Constructor in GMetricsSourceCodeAdapter">GMetricsSourceCodeAdapter(SourceCode)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html">GMetricsSourceCodeAdapter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainCantReferenceServiceAstVisitor.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDomainCantReferenceServiceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainHasEqualsAstVisitor.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDomainHasEqualsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainHasEqualsRule.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDomainHasEqualsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Checks that Grails domain classes redefine equals().</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainHasToStringAstVisitor.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDomainHasToStringAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainHasToStringRule.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDomainHasToStringRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Checks that Grails domain classes redefine toString()</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDomainReservedSqlKeywordNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameAstVisitor.html#GrailsDomainReservedSqlKeywordNameAstVisitor(Set<String>, Set<String>)" title="Constructor in GrailsDomainReservedSqlKeywordNameAstVisitor">GrailsDomainReservedSqlKeywordNameAstVisitor(Set&lt;String&gt;, Set&lt;String&gt;)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameAstVisitor.html">GrailsDomainReservedSqlKeywordNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameRule.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDomainReservedSqlKeywordNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Forbids usage of SQL reserved keywords as class or field names in Grails domain classes.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainWithServiceReferenceRule.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDomainWithServiceReferenceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Checks that Grails Domain classes do not have Service classes injected.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDuplicateConstraintAstVisitor.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDuplicateConstraintAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDuplicateConstraintRule.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDuplicateConstraintRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Check for duplicate constraints entry</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDuplicateMappingAstVisitor.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDuplicateMappingAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDuplicateMappingRule.html" title="Class in groovy.org.codenarc.rule.grails">GrailsDuplicateMappingRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Check for duplicate entry in a domain class mapping</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsMassAssignmentAstVisitor.html" title="Class in groovy.org.codenarc.rule.grails">GrailsMassAssignmentAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsMassAssignmentRule.html" title="Class in groovy.org.codenarc.rule.grails">GrailsMassAssignmentRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Untrusted input should not be allowed to set arbitrary object fields without restriction.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsPublicControllerMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.grails">GrailsPublicControllerMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsPublicControllerMethodRule.html" title="Class in groovy.org.codenarc.rule.grails">GrailsPublicControllerMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Rule that checks for public methods on Grails controller classes. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsPublicControllerMethodRule.html#GrailsPublicControllerMethodRule()" title="Constructor in GrailsPublicControllerMethodRule">GrailsPublicControllerMethodRule()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/grails/GrailsPublicControllerMethodRule.html">GrailsPublicControllerMethodRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsServletContextReferenceAstVisitor.html" title="Class in groovy.org.codenarc.rule.grails">GrailsServletContextReferenceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsServletContextReferenceRule.html" title="Class in groovy.org.codenarc.rule.grails">GrailsServletContextReferenceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Rule that checks for references to the servletContext object from within Grails controller and
 taglib classes.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsSessionReferenceAstVisitor.html" title="Class in groovy.org.codenarc.rule.grails">GrailsSessionReferenceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsSessionReferenceRule.html" title="Class in groovy.org.codenarc.rule.grails">GrailsSessionReferenceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Rule that checks for references to the session object from within Grails controller and
 taglib classes.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsSessionReferenceRule.html#GrailsSessionReferenceRule()" title="Constructor in GrailsSessionReferenceRule">GrailsSessionReferenceRule()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/grails/GrailsSessionReferenceRule.html">GrailsSessionReferenceRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsStatelessServiceRule.html" title="Class in groovy.org.codenarc.rule.grails">GrailsStatelessServiceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Rule that checks for non-<code>final</code> fields on a Grails service class. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsStatelessServiceRule.html#GrailsStatelessServiceRule()" title="Constructor in GrailsStatelessServiceRule">GrailsStatelessServiceRule()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/grails/GrailsStatelessServiceRule.html">GrailsStatelessServiceRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsUtil.html" title="Class in groovy.org.codenarc.rule.grails">GrailsUtil</a></span> - Class in <a href="./groovy/org/codenarc/rule/grails/package-summary.html">groovy.org.codenarc.rule.grails</a>
</dt><dd><div class="block">Utility methods and constants for Grails rule classes. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/GroovyDslRuleSet.html" title="Class in groovy.org.codenarc.ruleset">GroovyDslRuleSet</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">A <code>RuleSet</code> implementation that parses a Groovy DSL of RuleSet definitions.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/GroovyDslRuleSet.html#GroovyDslRuleSet(java.lang.String)" title="Constructor in GroovyDslRuleSet">GroovyDslRuleSet(String)</a></span> - Constructor in <a href="groovy/org/codenarc/ruleset/GroovyDslRuleSet.html">GroovyDslRuleSet</a>
</dt><dd> <div class="block">Construct a new instance on the specified Groovy DSL RuleSet file path</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GroovyLangImmutableAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">GroovyLangImmutableAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GroovyLangImmutableRule.html" title="Class in groovy.org.codenarc.rule.groovyism">GroovyLangImmutableRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">The groovy.lang.Immutable annotation has been deprecated and replaced by groovy.transform.Immutable. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/GroovyVersion.html" title="Class in groovy.org.codenarc.util">GroovyVersion</a></span> - Class in <a href="./groovy/org/codenarc/util/package-summary.html">groovy.org.codenarc.util</a>
</dt><dd><div class="block">Utility methods to determine the version of Groovy currently executing.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GStringAsMapKeyAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">GStringAsMapKeyAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GStringAsMapKeyRule.html" title="Class in groovy.org.codenarc.rule.groovyism">GStringAsMapKeyRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">A rule that disallows GStrings as map keys as they might change
 their hashcode over time.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GStringExpressionWithinStringAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">GStringExpressionWithinStringAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GStringExpressionWithinStringRule.html" title="Class in groovy.org.codenarc.rule.groovyism">GStringExpressionWithinStringRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">Check for regular (single quote) strings containing a GString-type expression (${..}).</div></dd>
</dl>

    
<a name="_H_"><!-- --></a>
<h2 class="title">H</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/BooleanMethodReturnsNullAstVisitor.html#handleClosure(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in BooleanMethodReturnsNullAstVisitor">handleClosure(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/BooleanMethodReturnsNullAstVisitor.html">BooleanMethodReturnsNullAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyArrayAstVisitor.html#handleClosure(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in ReturnsNullInsteadOfEmptyArrayAstVisitor">handleClosure(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyArrayAstVisitor.html">ReturnsNullInsteadOfEmptyArrayAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyCollectionRuleAstVisitor.html#handleClosure(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in ReturnsNullInsteadOfEmptyCollectionRuleAstVisitor">handleClosure(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyCollectionRuleAstVisitor.html">ReturnsNullInsteadOfEmptyCollectionRuleAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ToStringReturnsNullAstVisitor.html#handleClosure(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in ToStringReturnsNullAstVisitor">handleClosure(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ToStringReturnsNullAstVisitor.html">ToStringReturnsNullAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/HardCodedWindowsFileSeparatorAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">HardCodedWindowsFileSeparatorAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/HardCodedWindowsFileSeparatorRule.html" title="Class in groovy.org.codenarc.rule.basic">HardCodedWindowsFileSeparatorRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">This rule finds usages of a Windows file separator within the constructor call of a File object. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/HardcodedWindowsRootDirectoryAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">HardcodedWindowsRootDirectoryAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/HardCodedWindowsRootDirectoryRule.html" title="Class in groovy.org.codenarc.rule.basic">HardCodedWindowsRootDirectoryRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">This rule find cases where a File object is constructed with a windows-based path. </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#hasAnnotation(org.codehaus.groovy.ast.AnnotatedNode, java.lang.String)" title="Method in AstUtil">hasAnnotation(AnnotatedNode, String)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true only if the node has the named annotation</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#hasAnyAnnotation(org.codehaus.groovy.ast.AnnotatedNode, java.lang.String)" title="Method in AstUtil">hasAnyAnnotation(AnnotatedNode, String)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true only if the node has any of the named annotations</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/HashtableIsObsoleteRule.html" title="Class in groovy.org.codenarc.rule.convention">HashtableIsObsoleteRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block">Check for direct use of Vector or java.util.Hashtable.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DryUtil.html#haveTheSameConstantOrLiteralValue(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression)" title="Method in DryUtil">haveTheSameConstantOrLiteralValue(Expression, Expression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DryUtil.html">DryUtil</a>
</dt><dd> <div class="block">@return true only if both Expressions have the same constant or literal value</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DryUtil.html#haveTheSameConstantPropertyExpression(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression)" title="Method in DryUtil">haveTheSameConstantPropertyExpression(Expression, Expression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DryUtil.html">DryUtil</a>
</dt><dd> <div class="block">@return true only if both Expressions have the same constant property expression (e.g., Object.Property)</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DryUtil.html#haveTheSameConstantValue(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression)" title="Method in DryUtil">haveTheSameConstantValue(Expression, Expression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DryUtil.html">DryUtil</a>
</dt><dd> <div class="block">@return true only if both Expressions have the same constant or literal values</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DryUtil.html#haveTheSameListLiteralValue(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression)" title="Method in DryUtil">haveTheSameListLiteralValue(Expression, Expression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DryUtil.html">DryUtil</a>
</dt><dd> <div class="block">@return true only if both Expressions are ListExpressions and both have the same set of constant or literal values, in the same order.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DryUtil.html#haveTheSameMapLiteralValue(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression)" title="Method in DryUtil">haveTheSameMapLiteralValue(Expression, Expression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DryUtil.html">DryUtil</a>
</dt><dd> <div class="block">@return true only if both Expressions are MapExpressions and both have the same set of constant or
      literal keys and values, in the same order.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#HELP" title="Field in CodeNarc">HELP</a></span> - Field in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/HtmlReportWriter.html" title="Class in groovy.org.codenarc.report">HtmlReportWriter</a></span> - Class in <a href="./groovy/org/codenarc/report/package-summary.html">groovy.org.codenarc.report</a>
</dt><dd><div class="block">ReportWriter that generates an HTML report.
 </div></dd>
</dl>

    
<a name="_I_"><!-- --></a>
<h2 class="title">I</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/report/IdeTextReportWriter.html" title="Class in groovy.org.codenarc.report">IdeTextReportWriter</a></span> - Class in <a href="./groovy/org/codenarc/report/package-summary.html">groovy.org.codenarc.report</a>
</dt><dd><div class="block">ReportWriter that generates an simple ASCII text report, and includes IDE-compatible
 (Eclipse, Idea) hyperlinks to source code for violations.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/IfStatementBracesAstVisitor.html" title="Class in groovy.org.codenarc.rule.braces">IfStatementBracesAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/braces/package-summary.html">groovy.org.codenarc.rule.braces</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/IfStatementBracesRule.html" title="Class in groovy.org.codenarc.rule.braces">IfStatementBracesRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/braces/package-summary.html">groovy.org.codenarc.rule.braces</a>
</dt><dd><div class="block">Rule that checks that if statements use braces rather than a single statement.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/IfStatementCouldBeTernaryAstVisitor.html" title="Class in groovy.org.codenarc.rule.convention">IfStatementCouldBeTernaryAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/IfStatementCouldBeTernaryRule.html" title="Class in groovy.org.codenarc.rule.convention">IfStatementCouldBeTernaryRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block">Checks for:</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberAstVisitor.html" title="Class in groovy.org.codenarc.rule.generic">IllegalClassMemberAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html" title="Class in groovy.org.codenarc.rule.generic">IllegalClassMemberRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block">Checks for classes containing fields/properties/methods matching configured illegal member modifiers.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassReferenceRule.html" title="Class in groovy.org.codenarc.rule.generic">IllegalClassReferenceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block">Checks for reference to any of the named classes.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#illegalFieldModifiersList" title="Field in IllegalClassMemberRule">illegalFieldModifiersList</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#illegalFieldModifiersString" title="Field in IllegalClassMemberRule">illegalFieldModifiersString</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#illegalMethodModifiersList" title="Field in IllegalClassMemberRule">illegalMethodModifiersList</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#illegalMethodModifiersString" title="Field in IllegalClassMemberRule">illegalMethodModifiersString</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html" title="Class in groovy.org.codenarc.rule.generic">IllegalPackageReferenceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceRule.html" title="Class in groovy.org.codenarc.rule.generic">IllegalPackageReferenceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block">Checks for reference to any of the named packages.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#illegalPropertyModifiersList" title="Field in IllegalClassMemberRule">illegalPropertyModifiersList</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#illegalPropertyModifiersString" title="Field in IllegalClassMemberRule">illegalPropertyModifiersString</a></span> - Field in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalRegexRule.html" title="Class in groovy.org.codenarc.rule.generic">IllegalRegexRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block">Checks for a specified illegal regular expression within the source code.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalStringRule.html" title="Class in groovy.org.codenarc.rule.generic">IllegalStringRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block">Checks for a specified illegal string within the source code.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalSubclassAstVisitor.html" title="Class in groovy.org.codenarc.rule.generic">IllegalSubclassAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalSubclassRule.html" title="Class in groovy.org.codenarc.rule.generic">IllegalSubclassRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block">Checks for classes that extend one of the specified set of illegal superclasses.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ImplementationAsTypeAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">ImplementationAsTypeAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ImplementationAsTypeRule.html" title="Class in groovy.org.codenarc.rule.design">ImplementationAsTypeRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">Checks for use of the following concrete classes when specifying the type of a method
 parameter, closure parameter, constructor parameter, method return type or field
 type (the associated interfaces should be used to specify the type instead):
 <ul>
   <li>java.util.ArrayList</li>
   <li>java.util.GregorianCalendar</li>
   <li>java.util.HashMap</li>
   <li>java.util.HashSet</li>
   <li>java.util.Hashtable</li>
   <li>java.util.LinkedHashMap</li>
   <li>java.util.LinkedHashSet</li>
   <li>java.util.LinkedList</li>
   <li>java.util.TreeMap</li>
   <li>java.util.TreeSet</li>
   <li>java.util.Vector</li>
   <li>java.util.concurrent.ArrayBlockingQueue</li>
   <li>java.util.concurrent.ConcurrentHashMap</li>
   <li>java.util.concurrent.ConcurrentLinkedQueue</li>
   <li>java.util.concurrent.CopyOnWriteArrayList</li>
   <li>java.util.concurrent.CopyOnWriteArraySet</li>
   <li>java.util.concurrent.DelayQueue</li>
   <li>java.util.concurrent.LinkedBlockingQueue</li>
   <li>java.util.concurrent.PriorityBlockingQueue</li>
   <li>java.util.concurrent.PriorityQueue</li>
   <li>java.util.concurrent.SynchronousQueue</li>
 </ul></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/ImportFromSamePackageRule.html" title="Class in groovy.org.codenarc.rule.imports">ImportFromSamePackageRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/imports/package-summary.html">groovy.org.codenarc.rule.imports</a>
</dt><dd><div class="block">Checks for an import of a class that is within the same package as the importing class.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/ImportFromSunPackagesRule.html" title="Class in groovy.org.codenarc.rule.imports">ImportFromSunPackagesRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/imports/package-summary.html">groovy.org.codenarc.rule.imports</a>
</dt><dd><div class="block">Avoid importing anything from the 'sun.*' packages. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ImportUtil.html" title="Class in groovy.org.codenarc.util">ImportUtil</a></span> - Class in <a href="./groovy/org/codenarc/util/package-summary.html">groovy.org.codenarc.util</a>
</dt><dd><div class="block">Contains static utility methods and constants related to Import statements.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetDelegate.html#include(java.lang.String)" title="Method in RuleSetDelegate">include(String)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/RuleSetDelegate.html">RuleSetDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#includes" title="Field in CodeNarc">includes</a></span> - Field in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/InconsistentPropertyLockingAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">InconsistentPropertyLockingAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/InconsistentPropertyLockingRule.html" title="Class in groovy.org.codenarc.rule.concurrency">InconsistentPropertyLockingRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Class contains similarly-named get and set methods where one method of the pair is marked either<DL><DT><B>WithReadLock:</B></DT><DD>or</DD></DL> @WithWriteLock and the other is not locked at all.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/InconsistentPropertySynchronizationAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">InconsistentPropertySynchronizationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/InconsistentPropertySynchronizationRule.html" title="Class in groovy.org.codenarc.rule.concurrency">InconsistentPropertySynchronizationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Class contains similarly-named get and set methods where the set method is synchronized and the get method is not, or the get method is synchronized and the set method is not.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html#indexOfClosingBrace(java.lang.String, int)" title="Method in AbstractSpaceAroundBraceAstVisitor">indexOfClosingBrace(String, int)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html">AbstractSpaceAroundBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#initializeDefaultResourceBundle()" title="Method in AbstractReportWriter">initializeDefaultResourceBundle()</a></span> - Method in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#initializeResourceBundle" title="Field in AbstractReportWriter">initializeResourceBundle</a></span> - Field in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleregistry/RuleRegistryInitializer.html#initializeRuleRegistry()" title="Method in RuleRegistryInitializer">initializeRuleRegistry()</a></span> - Method in <a href="groovy/org/codenarc/ruleregistry/RuleRegistryInitializer.html">RuleRegistryInitializer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/FilesystemSourceAnalyzer.html#initializeWildcardPatterns()" title="Method in FilesystemSourceAnalyzer">initializeWildcardPatterns()</a></span> - Method in <a href="groovy/org/codenarc/analyzer/FilesystemSourceAnalyzer.html">FilesystemSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#inlineViolation(java.lang.String)" title="Method in AbstractRuleTestCase">inlineViolation(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Prepares an inline violation with a given message, escaping all '#' characters and preventing accidental 
 escaping of next inline violation's start when the message ends with a '\' character.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/InlineViolationsParser.html#inlineViolation(java.lang.String)" title="Method in InlineViolationsParser">inlineViolation(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/InlineViolationsParser.html">InlineViolationsParser</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/InlineViolationsParser.html" title="Class in groovy.org.codenarc.rule">InlineViolationsParser</a></span> - Class in <a href="./groovy/org/codenarc/rule/package-summary.html">groovy.org.codenarc.rule</a>
</dt><dd><div class="block">Parser for inline violation metadata within Rule test classes</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/InlineViolationsParser.ParseResult.html" title="Class in groovy.org.codenarc.rule.InlineViolationsParser">InlineViolationsParser.ParseResult</a></span> - Class in <a href="./groovy/org/codenarc/rule/package-summary.html">groovy.org.codenarc.rule</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/InlineXmlReportWriter.html" title="Class in groovy.org.codenarc.report">InlineXmlReportWriter</a></span> - Class in <a href="./groovy/org/codenarc/report/package-summary.html">groovy.org.codenarc.report</a>
</dt><dd><div class="block">ReportWriter that generates an XML report with inline rule descriptions.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/InMemoryAppender.html" title="Class in groovy.org.codenarc.test">InMemoryAppender</a></span> - Class in <a href="./groovy/org/codenarc/test/package-summary.html">groovy.org.codenarc.test</a>
</dt><dd><div class="block">Log4J Appender that saves all logged loggingEvents in a List.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/InsecureRandomAstVisitor.html" title="Class in groovy.org.codenarc.rule.security">InsecureRandomAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/InsecureRandomRule.html" title="Class in groovy.org.codenarc.rule.security">InsecureRandomRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block">Reports usages of java.util.Random, which can produce very predictable results. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/InstanceofAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">InstanceofAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/InstanceofRule.html" title="Class in groovy.org.codenarc.rule.design">InstanceofRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">Checks for use of the instanceof operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/IntegerGetIntegerAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">IntegerGetIntegerAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/IntegerGetIntegerRule.html" title="Class in groovy.org.codenarc.rule.basic">IntegerGetIntegerRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">This rule catches usages of java.lang.Integer.getInteger(String, ...) which reads an Integer from the System properties.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/InterfaceNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">InterfaceNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/InterfaceNameRule.html" title="Class in groovy.org.codenarc.rule.naming">InterfaceNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Rule that verifies that the name of an interface matches a regular expression specified in
 the <code>regex</code> property. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/InvertedIfElseAstVisitor.html" title="Class in groovy.org.codenarc.rule.convention">InvertedIfElseAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/InvertedIfElseRule.html" title="Class in groovy.org.codenarc.rule.convention">InvertedIfElseRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block">An inverted if-else statement is one in which there is a single if statement with a single else branch and the
 boolean test of the if is negated. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUtil.html#isAssertCallWithConstantValue(org.codehaus.groovy.ast.expr.MethodCallExpression, java.lang.String, java.lang.Object)" title="Method in JUnitUtil">isAssertCallWithConstantValue(MethodCallExpression, String, Object)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitUtil.html">JUnitUtil</a>
</dt><dd> <div class="block">Return true if the MethodCallExpression represents a JUnit assert method call with the specified
 method name and constant argument value. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUtil.html#isAssertCallWithLiteralValue(org.codehaus.groovy.ast.expr.MethodCallExpression, java.lang.String, boolean)" title="Method in JUnitUtil">isAssertCallWithLiteralValue(MethodCallExpression, String, boolean)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitUtil.html">JUnitUtil</a>
</dt><dd> <div class="block">Return true if the MethodCallExpression represents a JUnit assert method call with the specified
 method name and constant argument value. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUtil.html#isAssertCallWithNonNullConstantValue(org.codehaus.groovy.ast.expr.MethodCallExpression, java.lang.String)" title="Method in JUnitUtil">isAssertCallWithNonNullConstantValue(MethodCallExpression, String)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitUtil.html">JUnitUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isBinaryExpressionType(org.codehaus.groovy.ast.expr.Expression, List<String>)" title="Method in AstUtil">isBinaryExpressionType(Expression, List&lt;String&gt;)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Returns true if the expression is a binary expression with the specified token.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isBlock(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AstUtil">isBlock(Statement)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true if the Statement is a block</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isBoolean(org.codehaus.groovy.ast.expr.Expression)" title="Method in AstUtil">isBoolean(Expression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if the expression is either the true or false literal.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isClosureDeclaration(org.codehaus.groovy.ast.ASTNode)" title="Method in AstUtil">isClosureDeclaration(ASTNode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Returns true if the ASTNode is a declaration of a closure, either as a declaration
 or a field.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isConstant(org.codehaus.groovy.ast.expr.Expression, java.lang.Object)" title="Method in AstUtil">isConstant(Expression, Object)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if an expression is the expected constant.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isConstantOrConstantLiteral(org.codehaus.groovy.ast.expr.Expression)" title="Method in AstUtil">isConstantOrConstantLiteral(Expression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Returns true if an expression is a constant or else a literal that contains only constant values.
 </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isConstantOrLiteral(org.codehaus.groovy.ast.expr.Expression)" title="Method in AstUtil">isConstantOrLiteral(Expression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if an expression is a constant or literal. </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isConstructorCall(org.codehaus.groovy.ast.expr.Expression, java.lang.String)" title="Method in AstUtil">isConstructorCall(Expression, String)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true if the expression is a constructor call on a class that matches the supplied.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractConstructorCallAstVisitor.html#isConstructorCallAViolation(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in AbstractConstructorCallAstVisitor">isConstructorCallAViolation(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractConstructorCallAstVisitor.html">AbstractConstructorCallAstVisitor</a>
</dt><dd> <div class="block">Subclasses must implement to return true if the visited constructor call causes a rule violation</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BigDecimalInstantiationAstVisitor.html#isConstructorCallAViolation(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in BigDecimalInstantiationAstVisitor">isConstructorCallAViolation(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/BigDecimalInstantiationAstVisitor.html">BigDecimalInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanInstantiationAstVisitor.html#isConstructorCallAViolation(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in UnnecessaryBooleanInstantiationAstVisitor">isConstructorCallAViolation(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanInstantiationAstVisitor.html">UnnecessaryBooleanInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryStringInstantiationAstVisitor.html#isConstructorCallAViolation(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in UnnecessaryStringInstantiationAstVisitor">isConstructorCallAViolation(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryStringInstantiationAstVisitor.html">UnnecessaryStringInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalRule.html#isDefinedInJpaEntity(org.codehaus.groovy.ast.FieldNode)" title="Method in PrivateFieldCouldBeFinalRule">isDefinedInJpaEntity(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalRule.html">PrivateFieldCouldBeFinalRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/HtmlReportWriter.html#isDirectoryContainingFiles(Results)" title="Method in HtmlReportWriter">isDirectoryContainingFiles(Results)</a></span> - Method in <a href="groovy/org/codenarc/report/HtmlReportWriter.html">HtmlReportWriter</a>
</dt><dd> <div class="block">Return true if the Results represents a directory that contains at least one file</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/HtmlReportWriter.html#isDirectoryContainingFilesWithViolations(Results)" title="Method in HtmlReportWriter">isDirectoryContainingFilesWithViolations(Results)</a></span> - Method in <a href="groovy/org/codenarc/report/HtmlReportWriter.html">HtmlReportWriter</a>
</dt><dd> <div class="block">Return true if the Results represents a directory that contains at least one file with one
 or more violations.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isEmptyBlock(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AstUtil">isEmptyBlock(Statement)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true if the Statement is a block and it is empty (contains no "meaningful" statements).
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#isEnabled(Rule)" title="Method in AbstractReportWriter">isEnabled(Rule)</a></span> - Method in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#isEnabled()" title="Method in AbstractRule">isEnabled()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isFalse(org.codehaus.groovy.ast.expr.Expression)" title="Method in AstUtil">isFalse(Expression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if the expression is the false expression, either literal or contant.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html#isFile()" title="Method in DirectoryResults">isFile()</a></span> - Method in <a href="groovy/org/codenarc/results/DirectoryResults.html">DirectoryResults</a>
</dt><dd> <div class="block">@return false (this object does not represents the results for a single file)</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/FileResults.html#isFile()" title="Method in FileResults">isFile()</a></span> - Method in <a href="groovy/org/codenarc/results/FileResults.html">FileResults</a>
</dt><dd> <div class="block">@return true (this object represents the results for a single file)</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/Results.html#isFile()" title="Method in Results">isFile()</a></span> - Method in <a href="groovy/org/codenarc/results/Results.html">Results</a>
</dt><dd> <div class="block">@return true only if this object represents the results for a single file</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/VirtualResults.html#isFile()" title="Method in VirtualResults">isFile()</a></span> - Method in <a href="groovy/org/codenarc/results/VirtualResults.html">VirtualResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isFinalVariable(org.codehaus.groovy.ast.expr.DeclarationExpression, SourceCode)" title="Method in AstUtil">isFinalVariable(DeclarationExpression, SourceCode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true if the DeclarationExpression represents a 'final' variable declaration.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#isFirstVisit(java.lang.Object)" title="Method in AbstractAstVisitor">isFirstVisit(Object)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block">Return true if the AST expression has not already been visited. </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isFromGeneratedSourceCode(org.codehaus.groovy.ast.ASTNode)" title="Method in AstUtil">isFromGeneratedSourceCode(ASTNode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">@return true if the ASTNode was generated (synthetic) rather than from the "real" input source code.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/GroovyVersion.html#isGroovy1_6()" title="Method in GroovyVersion">isGroovy1_6()</a></span> - Method in <a href="groovy/org/codenarc/util/GroovyVersion.html">GroovyVersion</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/GroovyVersion.html#isGroovy1_7()" title="Method in GroovyVersion">isGroovy1_7()</a></span> - Method in <a href="groovy/org/codenarc/util/GroovyVersion.html">GroovyVersion</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/GroovyVersion.html#isGroovy1_8()" title="Method in GroovyVersion">isGroovy1_8()</a></span> - Method in <a href="groovy/org/codenarc/util/GroovyVersion.html">GroovyVersion</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/GroovyVersion.html#isGroovy1_8_OrGreater()" title="Method in GroovyVersion">isGroovy1_8_OrGreater()</a></span> - Method in <a href="groovy/org/codenarc/util/GroovyVersion.html">GroovyVersion</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/GroovyVersion.html#isGroovy2_x()" title="Method in GroovyVersion">isGroovy2_x()</a></span> - Method in <a href="groovy/org/codenarc/util/GroovyVersion.html">GroovyVersion</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#isIgnoredMethodName(java.lang.String)" title="Method in AbstractMethodMetricAstVisitor">isIgnoredMethodName(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isInstanceOfCheck(java.lang.Object)" title="Method in AstUtil">isInstanceOfCheck(Object)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ConsecutiveUtils.html#isJoinableType(org.codehaus.groovy.ast.expr.Expression)" title="Method in ConsecutiveUtils">isJoinableType(Expression)</a></span> - Method in <a href="groovy/org/codenarc/util/ConsecutiveUtils.html">ConsecutiveUtils</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/AbstractLastStatementInBlockAstVisitor.html#isLastStatementInBlock(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AbstractLastStatementInBlockAstVisitor">isLastStatementInBlock(Statement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/AbstractLastStatementInBlockAstVisitor.html">AbstractLastStatementInBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isListLiteralWithOnlyConstantValues(org.codehaus.groovy.ast.expr.Expression)" title="Method in AstUtil">isListLiteralWithOnlyConstantValues(Expression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Returns true if a List literal that contains only entries that are constants.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isMapLiteralWithOnlyConstantValues(org.codehaus.groovy.ast.expr.Expression)" title="Method in AstUtil">isMapLiteralWithOnlyConstantValues(Expression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Returns true if a Map literal that contains only entries where both key and value are constants.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LogUtil.html#isMatchingLoggerDefinition(def)" title="Method in LogUtil">isMatchingLoggerDefinition(def)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/LogUtil.html">LogUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isMethodCall(org.codehaus.groovy.ast.expr.Expression, java.lang.String, groovy.lang.Range)" title="Method in AstUtil">isMethodCall(Expression, String, Range)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if the expression is a method call for a certain method name with a certain
 number of arguments.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isMethodCallOnObject(org.codehaus.groovy.ast.expr.Expression, java.lang.String)" title="Method in AstUtil">isMethodCallOnObject(Expression, String)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if the expression is a method call on a particular object (which is represented as a String).
 </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isMethodNamed(org.codehaus.groovy.ast.expr.MethodCallExpression, java.lang.String)" title="Method in AstUtil">isMethodNamed(MethodCallExpression, String)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isMethodNode(org.codehaus.groovy.ast.ASTNode, java.lang.String)" title="Method in AstUtil">isMethodNode(ASTNode, String)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html#isNotCharacter(java.lang.String, char, int)" title="Method in AbstractSpaceAroundBraceAstVisitor">isNotCharacter(String, char, int)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html">AbstractSpaceAroundBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html#isNotInsideGString()" title="Method in AbstractSpaceAroundBraceAstVisitor">isNotInsideGString()</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html">AbstractSpaceAroundBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isNotNullCheck(java.lang.Object)" title="Method in AstUtil">isNotNullCheck(Object)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html#isNotWhitespace(java.lang.String, int)" title="Method in AbstractSpaceAroundBraceAstVisitor">isNotWhitespace(String, int)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html">AbstractSpaceAroundBraceAstVisitor</a>
</dt><dd> <div class="block">Return true if the specified (1-based) index is valid and the character at that index is not a whitespace character</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isNull(org.codehaus.groovy.ast.ASTNode)" title="Method in AstUtil">isNull(ASTNode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if the expression is the null literal.</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isNullCheck(java.lang.Object)" title="Method in AstUtil">isNullCheck(Object)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isOneLiner(java.lang.Object)" title="Method in AstUtil">isOneLiner(Object)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isPropertyNamed(org.codehaus.groovy.ast.expr.Expression, java.lang.Object)" title="Method in AstUtil">isPropertyNamed(Expression, Object)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isPublic(org.codehaus.groovy.ast.ASTNode)" title="Method in AstUtil">isPublic(ASTNode)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if the ASTNode has a public modifier on it. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/AbstractClassNameRule.html#isReady()" title="Method in AbstractClassNameRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/AbstractClassNameRule.html">AbstractClassNameRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#isReady()" title="Method in AbstractRule">isReady()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block">Allows rules to check whether preconditions are satisfied and short-circuit execution
 (i.e., do nothing) if those preconditions are not satisfied. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/CrapMetricRule.html#isReady()" title="Method in CrapMetricRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/CrapMetricRule.html">CrapMetricRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#isReady()" title="Method in IllegalClassMemberRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassReferenceRule.html#isReady()" title="Method in IllegalClassReferenceRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassReferenceRule.html">IllegalClassReferenceRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceRule.html#isReady()" title="Method in IllegalPackageReferenceRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceRule.html">IllegalPackageReferenceRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalRegexRule.html#isReady()" title="Method in IllegalRegexRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalRegexRule.html">IllegalRegexRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalStringRule.html#isReady()" title="Method in IllegalStringRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalStringRule.html">IllegalStringRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalSubclassRule.html#isReady()" title="Method in IllegalSubclassRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalSubclassRule.html">IllegalSubclassRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/InterfaceNameRule.html#isReady()" title="Method in InterfaceNameRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/InterfaceNameRule.html">InterfaceNameRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/PackageNameMatchesFilePathRule.html#isReady()" title="Method in PackageNameMatchesFilePathRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/PackageNameMatchesFilePathRule.html">PackageNameMatchesFilePathRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/RequiredRegexRule.html#isReady()" title="Method in RequiredRegexRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/RequiredRegexRule.html">RequiredRegexRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/RequiredStringRule.html#isReady()" title="Method in RequiredStringRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/RequiredStringRule.html">RequiredStringRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/StatelessClassRule.html#isReady()" title="Method in StatelessClassRule">isReady()</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/StatelessClassRule.html">StatelessClassRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#isRoot(def)" title="Method in XmlReportWriter">isRoot(def)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/SuppressionAnalyzer.html#isRuleSuppressed(Rule)" title="Method in SuppressionAnalyzer">isRuleSuppressed(Rule)</a></span> - Method in <a href="groovy/org/codenarc/analyzer/SuppressionAnalyzer.html">SuppressionAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isSafe(org.codehaus.groovy.ast.expr.Expression)" title="Method in AstUtil">isSafe(Expression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if the expression is a null safe dereference.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUtil.html#isSetUpMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in JUnitUtil">isSetUpMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitUtil.html">JUnitUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isSpreadSafe(org.codehaus.groovy.ast.expr.Expression)" title="Method in AstUtil">isSpreadSafe(Expression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if the expression is a spread operator call</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AbstractFinallyAstVisitor.html#isStatementWithinFinally(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AbstractFinallyAstVisitor">isStatementWithinFinally(Statement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/AbstractFinallyAstVisitor.html">AbstractFinallyAstVisitor</a>
</dt><dd> <div class="block">@return true if the specified statement is within a finally block</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isSuperReference(org.codehaus.groovy.ast.expr.Expression)" title="Method in AstUtil">isSuperReference(Expression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUtil.html#isTearDownMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in JUnitUtil">isTearDownMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitUtil.html">JUnitUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUtil.html#isTestMethod(org.codehaus.groovy.ast.ASTNode)" title="Method in JUnitUtil">isTestMethod(ASTNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitUtil.html">JUnitUtil</a>
</dt><dd> <div class="block">Tells you if an ASTNode is a test MethodNode. </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isThisReference(org.codehaus.groovy.ast.expr.Expression)" title="Method in AstUtil">isThisReference(Expression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isTrue(org.codehaus.groovy.ast.expr.Expression)" title="Method in AstUtil">isTrue(Expression)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if the expression is true, which can be true or Boolean.TRUE.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigDecimalInstantiationAstVisitor.html#isTypeSuffixNecessary(def)" title="Method in UnnecessaryBigDecimalInstantiationAstVisitor">isTypeSuffixNecessary(def)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigDecimalInstantiationAstVisitor.html">UnnecessaryBigDecimalInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationAstVisitor.html#isTypeSuffixNecessary(def)" title="Method in UnnecessaryInstantiationAstVisitor">isTypeSuffixNecessary(def)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationAstVisitor.html">UnnecessaryInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIntegerInstantiationAstVisitor.html#isTypeSuffixNecessary(def)" title="Method in UnnecessaryIntegerInstantiationAstVisitor">isTypeSuffixNecessary(def)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIntegerInstantiationAstVisitor.html">UnnecessaryIntegerInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/AbstractSourceCode.html#isValid()" title="Method in AbstractSourceCode">isValid()</a></span> - Method in <a href="groovy/org/codenarc/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">Return true if and only if the source code can be successfully compiled</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html#isValid()" title="Method in GMetricsSourceCodeAdapter">isValid()</a></span> - Method in <a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html">GMetricsSourceCodeAdapter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#isValid()" title="Method in SourceCode">isValid()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Return true if and only if the source code can be successfully compiled</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#isVariable(org.codehaus.groovy.ast.ASTNode, java.lang.String)" title="Method in AstUtil">isVariable(ASTNode, String)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Tells you if the given ASTNode is a VariableExpression with the given name.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/SuppressionAnalyzer.html#isViolationSuppressed(Violation)" title="Method in SuppressionAnalyzer">isViolationSuppressed(Violation)</a></span> - Method in <a href="groovy/org/codenarc/analyzer/SuppressionAnalyzer.html">SuppressionAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_J_"><!-- --></a>
<h2 class="title">J</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/JavaIoPackageAccessAstVisitor.html" title="Class in groovy.org.codenarc.rule.security">JavaIoPackageAccessAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/JavaIoPackageAccessRule.html" title="Class in groovy.org.codenarc.rule.security">JavaIoPackageAccessRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block">This rule reports violations of the Enterprise JavaBeans specification by using the java.io package to access files or the file system.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/jdbc/JdbcConnectionReferenceRule.html" title="Class in groovy.org.codenarc.rule.jdbc">JdbcConnectionReferenceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/jdbc/package-summary.html">groovy.org.codenarc.rule.jdbc</a>
</dt><dd><div class="block">Check for direct use of java.sql.Connection.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/jdbc/JdbcResultSetReferenceRule.html" title="Class in groovy.org.codenarc.rule.jdbc">JdbcResultSetReferenceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/jdbc/package-summary.html">groovy.org.codenarc.rule.jdbc</a>
</dt><dd><div class="block">Check for direct use of java.sql.ResultSet, which is not necessary if using the Groovy Sql facility or an
 ORM framework such as Hibernate.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/jdbc/JdbcStatementReferenceRule.html" title="Class in groovy.org.codenarc.rule.jdbc">JdbcStatementReferenceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/jdbc/package-summary.html">groovy.org.codenarc.rule.jdbc</a>
</dt><dd><div class="block">Check for direct use of java.sql.Statement, PreparedStatement, or CallableStatement, which is not necessary if
 using the Groovy Sql facility or an ORM framework such as Hibernate.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitAssertAlwaysFailsAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitAssertAlwaysFailsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitAssertAlwaysFailsRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitAssertAlwaysFailsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Rule that checks for JUnit <code>assert()</code> method calls with constant arguments
 such that the assertion always fails. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitAssertAlwaysSucceedsAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitAssertAlwaysSucceedsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitAssertAlwaysSucceedsRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitAssertAlwaysSucceedsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Rule that checks for JUnit <code>assert()</code> method calls with constant arguments
 such that the assertion always succeeds. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitAssertEqualsConstantActualValueAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitAssertEqualsConstantActualValueAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitAssertEqualsConstantActualValueRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitAssertEqualsConstantActualValueRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Reports usages of org.junit.Assert.assertEquals([message,] expected, actual) where the 'actual' parameter
 is a constant or a literal. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitFailWithoutMessageRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitFailWithoutMessageRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">This rule detects JUnit calling the fail() method without an argument. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitFailWithoutMessageRuleAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitFailWithoutMessageRuleAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitLostTestAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitLostTestAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitLostTestRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitLostTestRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Rule that checks if a JUnit 4 test class contains public, instance, void, no-arg methods
 named test*() that are NOT annotated with<DL><DT><B>Test.:</B></DT><DD></DD></DL> </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitPublicFieldAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitPublicFieldAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitPublicFieldRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitPublicFieldRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Checks for public field on a JUnit test class. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitPublicNonTestMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitPublicNonTestMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitPublicNonTestMethodRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitPublicNonTestMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Rule that checks if a JUnit test class contains public methods other than:
 <ul>
   <li>Zero-argument methods with names starting with "test"</li>
   <li>The setUp() and tearDown() methods</li>
   <li>Methods annotated with @Test</li>
   <li>Methods annotated with<DL><DT><B>Before:</B></DT><DD>and</DD></DL> @After</li>
   <li>Methods annotated with<DL><DT><B>BeforeClass:</B></DT><DD>and</DD></DL> @AfterClass</li>
 </ul>
 Public, non-test methods on a test class violate conventional usage of test classes,
 and can be confusing.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitPublicPropertyAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitPublicPropertyAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitPublicPropertyRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitPublicPropertyRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Checks for public properties defined on JUnit test classes. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitSetUpCallsSuperAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitSetUpCallsSuperAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitSetUpCallsSuperRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitSetUpCallsSuperRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Rule that checks that if the JUnit <code>setUp()</code> method is defined, that it includes a call to
 <code>super.setUp()</code>.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitStyleAssertionsAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitStyleAssertionsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitStyleAssertionsRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitStyleAssertionsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">This rule detects calling JUnit style assertions like assertEquals, assertTrue, assertFalse, assertNull,
 assertNotNull. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitTearDownCallsSuperAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitTearDownCallsSuperAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitTearDownCallsSuperRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitTearDownCallsSuperRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Rule that checks that if the JUnit <code>tearDown()</code> method is defined, that it includes a call to
 <code>super.tearDown()</code>.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitTestMethodWithoutAssertAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitTestMethodWithoutAssertAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitTestMethodWithoutAssertRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitTestMethodWithoutAssertRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">This rule searches for test methods that do not contain assert statements. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUnnecessarySetUpAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitUnnecessarySetUpAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUnnecessarySetUpRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitUnnecessarySetUpRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Rule that checks for a JUnit <code>setUp()</code> method that only contains a call to
 <code>super.setUp()</code>.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUnnecessaryTearDownAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitUnnecessaryTearDownAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUnnecessaryTearDownRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitUnnecessaryTearDownRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Rule that checks for a JUnit <code>tearDown()</code> method that only contains a call to
 <code>super.tearDown()</code>.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUnnecessaryThrowsExceptionAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">JUnitUnnecessaryThrowsExceptionAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUnnecessaryThrowsExceptionRule.html" title="Class in groovy.org.codenarc.rule.junit">JUnitUnnecessaryThrowsExceptionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Check for throws clauses on JUnit test methods. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUtil.html" title="Class in groovy.org.codenarc.rule.junit">JUnitUtil</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">Utility methods for JUnit rule classes. </div></dd>
</dl>

    
<a name="_K_"><!-- --></a>
<h2 class="title">K</h2>
<dl>

</dl>

    
<a name="_L_"><!-- --></a>
<h2 class="title">L</h2>
<dl>

<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#lastSourceLine(org.codehaus.groovy.ast.ASTNode)" title="Method in AbstractAstVisitor">lastSourceLine(ASTNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block">Return the last raw source line corresponding to the specified AST node</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html#lastSourceLineOrEmpty(def)" title="Method in AbstractSpaceAroundBraceAstVisitor">lastSourceLineOrEmpty(def)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html">AbstractSpaceAroundBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#lastSourceLineTrimmed(org.codehaus.groovy.ast.ASTNode)" title="Method in AbstractAstVisitor">lastSourceLineTrimmed(ASTNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block">Return the trimmed last source line corresponding to the specified AST node</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/AbstractSourceCode.html#line(int)" title="Method in AbstractSourceCode">line(int)</a></span> - Method in <a href="groovy/org/codenarc/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">Get the trimmed line at the specified index</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html#line(int)" title="Method in GMetricsSourceCodeAdapter">line(int)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/GMetricsSourceCodeAdapter.html">GMetricsSourceCodeAdapter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html#line(int)" title="Method in SourceCode">line(int)</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCode.html">SourceCode</a>
</dt><dd> <div class="block">Get the trimmed line at the specified index</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/LineLengthRule.html" title="Class in groovy.org.codenarc.rule.formatting">LineLengthRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Checks the maximum length for each line of source code. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/ListRuleSet.html" title="Class in groovy.org.codenarc.ruleset">ListRuleSet</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">A <code>RuleSet</code> implementation that returns a static List of Rules passed into its constructor.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/ListRuleSet.html#ListRuleSet(java.util.List)" title="Constructor in ListRuleSet">ListRuleSet(List)</a></span> - Constructor in <a href="groovy/org/codenarc/ruleset/ListRuleSet.html">ListRuleSet</a>
</dt><dd> <div class="block">Construct a new instance from the specified List of rules.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetUtil.html#loadRuleScriptFile(java.lang.String)" title="Method in RuleSetUtil">loadRuleScriptFile(String)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/RuleSetUtil.html">RuleSetUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetUtil.html#loadRuleSetFile(java.lang.String)" title="Method in RuleSetUtil">loadRuleSetFile(String)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/RuleSetUtil.html">RuleSetUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/LocaleSetDefaultAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">LocaleSetDefaultAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/LocaleSetDefaultRule.html" title="Class in groovy.org.codenarc.rule.design">LocaleSetDefaultRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">Checks for calls to Locale.setDefault(), which sets the Locale across the entire JVM.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/AbstractTestCase.html#LOG" title="Field in AbstractTestCase">LOG</a></span> - Field in <a href="groovy/org/codenarc/test/AbstractTestCase.html">AbstractTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LoggerForDifferentClassAstVisitor.html" title="Class in groovy.org.codenarc.rule.logging">LoggerForDifferentClassAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LoggerForDifferentClassRule.html" title="Class in groovy.org.codenarc.rule.logging">LoggerForDifferentClassRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block">Rule that checks for instantiating a logger for a class other than the current class. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LoggerWithWrongModifiersAstVisitor.html" title="Class in groovy.org.codenarc.rule.logging">LoggerWithWrongModifiersAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LoggerWithWrongModifiersRule.html" title="Class in groovy.org.codenarc.rule.logging">LoggerWithWrongModifiersRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block">Logger objects should be declared private, static and final.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LoggingSwallowsStacktraceAstVisitor.html" title="Class in groovy.org.codenarc.rule.logging">LoggingSwallowsStacktraceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LoggingSwallowsStacktraceRule.html" title="Class in groovy.org.codenarc.rule.logging">LoggingSwallowsStacktraceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block">If you are logging an exception then the proper API is to call error(Object, Throwable), which will log the message
 and the exception stack trace. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LogUtil.html" title="Class in groovy.org.codenarc.rule.logging">LogUtil</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block">Utility methods for Logging rules</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/LongLiteralWithLowerCaseLAstVisitor.html" title="Class in groovy.org.codenarc.rule.convention">LongLiteralWithLowerCaseLAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/LongLiteralWithLowerCaseLRule.html" title="Class in groovy.org.codenarc.rule.convention">LongLiteralWithLowerCaseLRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block">In Java and Groovy, you can specify long literals with the L or l character, for instance 55L or
 24l. </div></dd>
</dl>

    
<a name="_M_"><!-- --></a>
<h2 class="title">M</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#main(java.lang.String)" title="Method in CodeNarc">main(String)</a></span> - Method in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block">Main command-line entry-point. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateAll.html#main(java.lang.String)" title="Method in GenerateAll">main(String)</a></span> - Method in <a href="groovy/org/codenarc/tool/GenerateAll.html">GenerateAll</a>
</dt><dd> <div class="block">Invoke all generation scripts</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateCodeNarcRulesProperties.html#main(java.lang.String)" title="Method in GenerateCodeNarcRulesProperties">main(String)</a></span> - Method in <a href="groovy/org/codenarc/tool/GenerateCodeNarcRulesProperties.html">GenerateCodeNarcRulesProperties</a>
</dt><dd> <div class="block">Write out all current rules to the 'codenarc-base-rules.properties' properties file</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleIndexPage.html#main(java.lang.String)" title="Method in GenerateRuleIndexPage">main(String)</a></span> - Method in <a href="groovy/org/codenarc/tool/GenerateRuleIndexPage.html">GenerateRuleIndexPage</a>
</dt><dd> <div class="block">Write out all current rule index to the 'codenarc-rule-index.apt' APT file</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleSetAllRules.html#main(java.lang.String)" title="Method in GenerateRuleSetAllRules">main(String)</a></span> - Method in <a href="groovy/org/codenarc/tool/GenerateRuleSetAllRules.html">GenerateRuleSetAllRules</a>
</dt><dd> <div class="block">Write out all current rules to the 'codenarc-base-rules.properties' properties file</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleSetAllRulesByCategory.html#main(java.lang.String)" title="Method in GenerateRuleSetAllRulesByCategory">main(String)</a></span> - Method in <a href="groovy/org/codenarc/tool/GenerateRuleSetAllRulesByCategory.html">GenerateRuleSetAllRulesByCategory</a>
</dt><dd> <div class="block">Write out all current rules to the 'codenarc-base-rules.properties' properties file</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#manuallyApplyRule(java.lang.String)" title="Method in AbstractRuleTestCase">manuallyApplyRule(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Apply the current Rule to the specified source (String) and return the resulting List of Violations.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/FilesystemSourceAnalyzer.html#matches(SourceCode)" title="Method in FilesystemSourceAnalyzer">matches(SourceCode)</a></span> - Method in <a href="groovy/org/codenarc/analyzer/FilesystemSourceAnalyzer.html">FilesystemSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCodeCriteria.html#matches(groovy.org.codenarc.source.SourceCode)" title="Method in SourceCodeCriteria">matches(SourceCode)</a></span> - Method in <a href="groovy/org/codenarc/source/SourceCodeCriteria.html">SourceCodeCriteria</a>
</dt><dd> <div class="block">Return true if all of the criteria specified in this object apply to thw SourceCode.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/WildcardPattern.html#matches(java.lang.String)" title="Method in WildcardPattern">matches(String)</a></span> - Method in <a href="groovy/org/codenarc/util/WildcardPattern.html">WildcardPattern</a>
</dt><dd> <div class="block">Return true if the specified String matches the pattern or if the original
 patternString (specified in the constructor) was null or empty and the
 value for defaultMatches (also specified in the constructor) was true.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ModifiersUtil.html#matchesAnyModifiers(java.lang.Integer, List<Integer>)" title="Method in ModifiersUtil">matchesAnyModifiers(Integer, List&lt;Integer&gt;)</a></span> - Method in <a href="groovy/org/codenarc/util/ModifiersUtil.html">ModifiersUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ModifiersUtil.html#matchesModifiers(java.lang.Integer, java.lang.Integer)" title="Method in ModifiersUtil">matchesModifiers(Integer, Integer)</a></span> - Method in <a href="groovy/org/codenarc/util/ModifiersUtil.html">ModifiersUtil</a>
</dt><dd> <div class="block">Return true only if the actualModifiers int value contains all of the bits (enabled) from the expectedModifiers</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/MathRandomTracker.html" title="Class in groovy.org.codenarc.rule.basic">MathRandomTracker</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/CollectAllIsDeprecatedRule.html#MESSAGE" title="Field in CollectAllIsDeprecatedRule">MESSAGE</a></span> - Field in <a href="groovy/org/codenarc/rule/groovyism/CollectAllIsDeprecatedRule.html">CollectAllIsDeprecatedRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/NoDefRule.html#MESSAGE" title="Field in NoDefRule">MESSAGE</a></span> - Field in <a href="groovy/org/codenarc/rule/convention/NoDefRule.html">NoDefRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/UseCollectManyRule.html#MESSAGE" title="Field in UseCollectManyRule">MESSAGE</a></span> - Field in <a href="groovy/org/codenarc/rule/groovyism/UseCollectManyRule.html">UseCollectManyRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/UseCollectNestedRule.html#MESSAGE" title="Field in UseCollectNestedRule">MESSAGE</a></span> - Field in <a href="groovy/org/codenarc/rule/groovyism/UseCollectNestedRule.html">UseCollectNestedRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/MethodCountAstVisitor.html" title="Class in groovy.org.codenarc.rule.size">MethodCountAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/MethodCountRule.html" title="Class in groovy.org.codenarc.rule.size">MethodCountRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block">A class with too many methods is probably a good suspect for refactoring, in order to reduce its complexity and find
 a way to have more fine-grained objects.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetDelegate.html#methodMissing(java.lang.String, def)" title="Method in RuleSetDelegate">methodMissing(String, def)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/RuleSetDelegate.html">RuleSetDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html#methodMissing(java.lang.String, def)" title="Method in TopLevelDelegate">methodMissing(String, def)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/MethodNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">MethodNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/MethodNameRule.html" title="Class in groovy.org.codenarc.rule.naming">MethodNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Rule that verifies that the name of each method matches a regular expression. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/MethodSizeAstVisitor.html" title="Class in groovy.org.codenarc.rule.size">MethodSizeAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/MethodSizeRule.html" title="Class in groovy.org.codenarc.rule.size">MethodSizeRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block">Rule that checks the size of a method.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#metric" title="Field in AbstractMethodMetricAstVisitor">metric</a></span> - Field in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/MisorderedStaticImportsRule.html" title="Class in groovy.org.codenarc.rule.imports">MisorderedStaticImportsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/imports/package-summary.html">groovy.org.codenarc.rule.imports</a>
</dt><dd><div class="block">Static imports should be before nonstatic imports</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/MissingBlankLineAfterImportsRule.html" title="Class in groovy.org.codenarc.rule.formatting">MissingBlankLineAfterImportsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Makes sure there is a blank line after the imports of a source code file.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/MissingBlankLineAfterPackageRule.html" title="Class in groovy.org.codenarc.rule.formatting">MissingBlankLineAfterPackageRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Makes sure there is a blank line after the package statement of a source code file.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/MissingNewInThrowStatementAstVisitor.html" title="Class in groovy.org.codenarc.rule.exceptions">MissingNewInThrowStatementAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/MissingNewInThrowStatementRule.html" title="Class in groovy.org.codenarc.rule.exceptions">MissingNewInThrowStatementRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">A common Groovy mistake when throwing exceptions is to forget the new keyword. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ModifiersUtil.html" title="Class in groovy.org.codenarc.util">ModifiersUtil</a></span> - Class in <a href="./groovy/org/codenarc/util/package-summary.html">groovy.org.codenarc.util</a>
</dt><dd><div class="block">Provide static utility methods for parsing AST member modifiers, e.g. public/protected/private, static, final, etc.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/MovedRules.html" title="Class in groovy.org.codenarc.ruleset">MovedRules</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">Helper class to manage information for moved or renamed rules, and provide helpful error message.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/MultipleLoggersAstVisitor.html" title="Class in groovy.org.codenarc.rule.logging">MultipleLoggersAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/MultipleLoggersRule.html" title="Class in groovy.org.codenarc.rule.logging">MultipleLoggersRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block">This rule catches classes that have more than one logger object defined. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/MultipleUnaryOperatorsAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">MultipleUnaryOperatorsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/MultipleUnaryOperatorsRule.html" title="Class in groovy.org.codenarc.rule.basic">MultipleUnaryOperatorsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Checks for multiple consecutive unary operators. </div></dd>
</dl>

    
<a name="_N_"><!-- --></a>
<h2 class="title">N</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html" title="Class in groovy.org.codenarc.rule.size">NestedBlockDepthAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthRule.html" title="Class in groovy.org.codenarc.rule.size">NestedBlockDepthRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block">Rule that checks for blocks or closures nested more than a configured maximum number.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/NestedForLoopAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">NestedForLoopAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/NestedForLoopRule.html" title="Class in groovy.org.codenarc.rule.design">NestedForLoopRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">Reports classes with nested for loops.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/NestedSynchronizationAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">NestedSynchronizationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/NestedSynchronizationRule.html" title="Class in groovy.org.codenarc.rule.concurrency">NestedSynchronizationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Rule to detect nested synchronization blocks.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/NoDefRule.html" title="Class in groovy.org.codenarc.rule.convention">NoDefRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block">Def keyword is overused and should be replaced with specific type.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/SourceCodeUtil.html#nodeSourceLines(SourceCode, org.codehaus.groovy.ast.ASTNode)" title="Method in SourceCodeUtil">nodeSourceLines(SourceCode, ASTNode)</a></span> - Method in <a href="groovy/org/codenarc/util/SourceCodeUtil.html">SourceCodeUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/AbstractImportRule.html#NON_STATIC_IMPORT_PATTERN" title="Field in AbstractImportRule">NON_STATIC_IMPORT_PATTERN</a></span> - Field in <a href="groovy/org/codenarc/rule/imports/AbstractImportRule.html">AbstractImportRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/NonFinalPublicFieldAstVisitor.html" title="Class in groovy.org.codenarc.rule.security">NonFinalPublicFieldAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/NonFinalPublicFieldRule.html" title="Class in groovy.org.codenarc.rule.security">NonFinalPublicFieldRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block">Finds code that violates secure coding principles for mobile code by declaring a member variable public but not final.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/NonFinalSubclassOfSensitiveInterfaceAstVisitor.html" title="Class in groovy.org.codenarc.rule.security">NonFinalSubclassOfSensitiveInterfaceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/NonFinalSubclassOfSensitiveInterfaceRule.html" title="Class in groovy.org.codenarc.rule.security">NonFinalSubclassOfSensitiveInterfaceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block">The permissions classes such as java.security.Permission and java.security.BasicPermission are designed to be extended.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/AbstractSourceCode.html#normalizePath(java.lang.String)" title="Method in AbstractSourceCode">normalizePath(String)</a></span> - Method in <a href="groovy/org/codenarc/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">Return the normalized value of the specified path. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/PathUtil.html#normalizePath(java.lang.String)" title="Method in PathUtil">normalizePath(String)</a></span> - Method in <a href="groovy/org/codenarc/util/PathUtil.html">PathUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/NoWildcardImportsRule.html" title="Class in groovy.org.codenarc.rule.imports">NoWildcardImportsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/imports/package-summary.html">groovy.org.codenarc.rule.imports</a>
</dt><dd><div class="block">Wildcard imports, static or otherwise, are not used.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/NullReturnTracker.html" title="Class in groovy.org.codenarc.rule">NullReturnTracker</a></span> - Class in <a href="./groovy/org/codenarc/rule/package-summary.html">groovy.org.codenarc.rule</a>
</dt><dd><div class="block">Helper AST visitor that adds rule violation if a return statement is encountered that returns a null constant.</div></dd>
</dl>

    
<a name="_O_"><!-- --></a>
<h2 class="title">O</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/ObjectFinalizeAstVisitor.html" title="Class in groovy.org.codenarc.rule.security">ObjectFinalizeAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/ObjectFinalizeRule.html" title="Class in groovy.org.codenarc.rule.security">ObjectFinalizeRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block">The finalize() method should only be called by the JVM after the object has been garbage collected.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ObjectOverrideMisspelledMethodNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">ObjectOverrideMisspelledMethodNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ObjectOverrideMisspelledMethodNameRule.html" title="Class in groovy.org.codenarc.rule.naming">ObjectOverrideMisspelledMethodNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Rule that checks that the names of the most commonly overridden methods: equals,
 hashCode and toString, are correct.</div></dd>
</dl>

    
<a name="_P_"><!-- --></a>
<h2 class="title">P</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/PackageNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">PackageNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ImportUtil.html#packageNameForImport(org.codehaus.groovy.ast.ImportNode)" title="Method in ImportUtil">packageNameForImport(ImportNode)</a></span> - Method in <a href="groovy/org/codenarc/util/ImportUtil.html">ImportUtil</a>
</dt><dd> <div class="block">Return the package name for the specified import statement or else an empty String</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/PackageNameMatchesFilePathRule.html" title="Class in groovy.org.codenarc.rule.naming">PackageNameMatchesFilePathRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">A package source file's path should match the package declaration.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/PackageNameRule.html" title="Class in groovy.org.codenarc.rule.naming">PackageNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Rule that verifies that the package name of a class matches a regular expression. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/ParameterCountAstVisitor.html" title="Class in groovy.org.codenarc.rule.size">ParameterCountAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/ParameterCountRule.html" title="Class in groovy.org.codenarc.rule.size">ParameterCountRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/size/package-summary.html">groovy.org.codenarc.rule.size</a>
</dt><dd><div class="block">Checks if the number of parameters in method/constructor exceeds the number of parameters
 specified by the maxParameters property.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ParameterNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">ParameterNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ParameterNameRule.html" title="Class in groovy.org.codenarc.rule.naming">ParameterNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Rule that verifies that the name of each parameter matches a regular expression. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/ParameterReassignmentAstVisitor.html" title="Class in groovy.org.codenarc.rule.convention">ParameterReassignmentAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/ParameterReassignmentRule.html" title="Class in groovy.org.codenarc.rule.convention">ParameterReassignmentRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block">Checks for a method or closure parameter being reassigned to a new value within the body of the
 method/closure, which is a confusing, questionable practice. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/InlineViolationsParser.html#parse(java.lang.String)" title="Method in InlineViolationsParser">parse(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/InlineViolationsParser.html">InlineViolationsParser</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#parseArgs(java.lang.String)" title="Method in CodeNarc">parseArgs(String)</a></span> - Method in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ModifiersUtil.html#parseModifiers(java.lang.String)" title="Method in ModifiersUtil">parseModifiers(String)</a></span> - Method in <a href="groovy/org/codenarc/util/ModifiersUtil.html">ModifiersUtil</a>
</dt><dd> <div class="block">Parse a group of whitespace-delimited modifier names</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ModifiersUtil.html#parseModifiersList(java.lang.String)" title="Method in ModifiersUtil">parseModifiersList(String)</a></span> - Method in <a href="groovy/org/codenarc/util/ModifiersUtil.html">ModifiersUtil</a>
</dt><dd> <div class="block">Parse comma-separated list of modifier groups</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/PathUtil.html" title="Class in groovy.org.codenarc.util">PathUtil</a></span> - Class in <a href="./groovy/org/codenarc/util/package-summary.html">groovy.org.codenarc.util</a>
</dt><dd><div class="block">Path-related utility methods.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/PrintlnAstVisitor.html" title="Class in groovy.org.codenarc.rule.logging">PrintlnAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/PrintlnRule.html" title="Class in groovy.org.codenarc.rule.logging">PrintlnRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block">Rule that checks for calls to <code>this.print()</code>, <code>this.println()</code>
 or <code>this.printf()</code>.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/PrintStackTraceAstVisitor.html" title="Class in groovy.org.codenarc.rule.logging">PrintStackTraceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/PrintStackTraceRule.html" title="Class in groovy.org.codenarc.rule.logging">PrintStackTraceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block">Rule that checks for calls to <code>printStackTrace()</code>.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">PrivateFieldCouldBeFinalAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalRule.html" title="Class in groovy.org.codenarc.rule.design">PrivateFieldCouldBeFinalRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">Rule that checks for private fields that are only set within a constructor or field initializer.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateCodeNarcRulesProperties.html#PROPERTIES_FILE" title="Field in GenerateCodeNarcRulesProperties">PROPERTIES_FILE</a></span> - Field in <a href="groovy/org/codenarc/tool/GenerateCodeNarcRulesProperties.html">GenerateCodeNarcRulesProperties</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleregistry/PropertiesFileRuleRegistry.html#PROPERTIES_FILE" title="Field in PropertiesFileRuleRegistry">PROPERTIES_FILE</a></span> - Field in <a href="groovy/org/codenarc/ruleregistry/PropertiesFileRuleRegistry.html">PropertiesFileRuleRegistry</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateCodeNarcRulesProperties.html#propertiesFile" title="Field in GenerateCodeNarcRulesProperties">propertiesFile</a></span> - Field in <a href="groovy/org/codenarc/tool/GenerateCodeNarcRulesProperties.html">GenerateCodeNarcRulesProperties</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleregistry/PropertiesFileRuleRegistry.html" title="Class in groovy.org.codenarc.ruleregistry">PropertiesFileRuleRegistry</a></span> - Class in <a href="./groovy/org/codenarc/ruleregistry/package-summary.html">groovy.org.codenarc.ruleregistry</a>
</dt><dd><div class="block">Implementation of RuleRegistry that loads the rules from the 'codenarc-base-rules.properties' properties file.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleregistry/PropertiesFileRuleRegistry.html#PropertiesFileRuleRegistry()" title="Constructor in PropertiesFileRuleRegistry">PropertiesFileRuleRegistry()</a></span> - Constructor in <a href="groovy/org/codenarc/ruleregistry/PropertiesFileRuleRegistry.html">PropertiesFileRuleRegistry</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/PropertiesFileRuleSetConfigurer.html" title="Class in groovy.org.codenarc.ruleset">PropertiesFileRuleSetConfigurer</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">Reads the properties file named "codenarc.properties", if found on the classpath, and applies
 the property values to matching Rules within a specified <code>RuleSet</code>. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html#propertyMissing(java.lang.String)" title="Method in TopLevelDelegate">propertyMissing(String)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/PropertyNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">PropertyNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/PropertyNameRule.html" title="Class in groovy.org.codenarc.rule.naming">PropertyNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Rule that verifies that the name of each property matches a regular expression. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/PropertyUtil.html" title="Class in groovy.org.codenarc.util">PropertyUtil</a></span> - Class in <a href="./groovy/org/codenarc/util/package-summary.html">groovy.org.codenarc.util</a>
</dt><dd><div class="block">Contains property-related static utility methods</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/PublicFinalizeMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.security">PublicFinalizeMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/PublicFinalizeMethodRule.html" title="Class in groovy.org.codenarc.rule.security">PublicFinalizeMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block">Creates a violation when the program violates secure coding principles by declaring a finalize() method public.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PublicInstanceFieldAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">PublicInstanceFieldAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PublicInstanceFieldRule.html" title="Class in groovy.org.codenarc.rule.design">PublicInstanceFieldRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">Using public fields is considered to be a bad design. </div></dd>
</dl>

    
<a name="_Q_"><!-- --></a>
<h2 class="title">Q</h2>
<dl>

</dl>

    
<a name="_R_"><!-- --></a>
<h2 class="title">R</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/RandomDoubleCoercedToZeroAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">RandomDoubleCoercedToZeroAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/RandomDoubleCoercedToZeroRule.html" title="Class in groovy.org.codenarc.rule.basic">RandomDoubleCoercedToZeroRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">The Math.random() method returns a double result greater than or equal to 0.0 and less than 1.0. </div></dd>
<dt><span class="strong"><a href="java/org/codehaus/groovy/transform/powerassert/ValueRecorder.html#RECORD_METHOD_NAME" title="Field in ValueRecorder">RECORD_METHOD_NAME</a></span> - Field in <a href="java/org/codehaus/groovy/transform/powerassert/ValueRecorder.html">ValueRecorder</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codehaus/groovy/transform/powerassert/ValueRecorder.html#record(java.lang.Object, int)" title="Method in ValueRecorder">record(Object, int)</a></span> - Method in <a href="java/org/codehaus/groovy/transform/powerassert/ValueRecorder.html">ValueRecorder</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/ReferenceCollector.html" title="Class in groovy.org.codenarc.rule.unused">ReferenceCollector</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block">@author Hamlet D'Arcy</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/RemoveAllOnSelfAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">RemoveAllOnSelfAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/RemoveAllOnSelfRule.html" title="Class in groovy.org.codenarc.rule.basic">RemoveAllOnSelfRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">This rule catches calling the method removeAll with yourself as a parameter.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#removeIllegalCharacters(java.lang.String)" title="Method in XmlReportWriter">removeIllegalCharacters(String)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#removeInlineViolations(java.lang.String)" title="Method in AbstractRuleTestCase">removeInlineViolations(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Removes all inline violations from a source.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/PathUtil.html#removePathPrefix(java.lang.String, java.lang.String)" title="Method in PathUtil">removePathPrefix(String, String)</a></span> - Method in <a href="groovy/org/codenarc/util/PathUtil.html">PathUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/Report.html" title="Class in groovy.org.codenarc.ant">Report</a></span> - Class in <a href="./groovy/org/codenarc/ant/package-summary.html">groovy.org.codenarc.ant</a>
</dt><dd><div class="block">JavaBean class holding the properties for a <report> element with the CodeNarc Ant Task.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/ReportOption.html" title="Class in groovy.org.codenarc.ant">ReportOption</a></span> - Class in <a href="./groovy/org/codenarc/ant/package-summary.html">groovy.org.codenarc.ant</a>
</dt><dd><div class="block">JavaBean class holding the properties for a <option> element netsed within a <report> element
 for the CodeNarc Ant Task.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#reports" title="Field in CodeNarc">reports</a></span> - Field in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/ReportWriter.html" title="Interface in groovy.org.codenarc.report">ReportWriter</a></span> - Interface in <a href="./groovy/org/codenarc/report/package-summary.html">groovy.org.codenarc.report</a>
</dt><dd><div class="block">Represents the interface of an object that can write out a report</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/ReportWriterFactory.html" title="Class in groovy.org.codenarc.report">ReportWriterFactory</a></span> - Class in <a href="./groovy/org/codenarc/report/package-summary.html">groovy.org.codenarc.report</a>
</dt><dd><div class="block">Factory for ReportWriter objects based on the report type (name).</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/CodeNarcTask.html#reportWriters" title="Field in CodeNarcTask">reportWriters</a></span> - Field in <a href="groovy/org/codenarc/ant/CodeNarcTask.html">CodeNarcTask</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/RequiredRegexRule.html" title="Class in groovy.org.codenarc.rule.generic">RequiredRegexRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block">Checks for a specified regular expression that must exist within the source code.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/RequiredStringRule.html" title="Class in groovy.org.codenarc.rule.generic">RequiredStringRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block">Checks for a specified String that must exist within the source code.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/InMemoryAppender.html#requiresLayout()" title="Method in InMemoryAppender">requiresLayout()</a></span> - Method in <a href="groovy/org/codenarc/test/InMemoryAppender.html">InMemoryAppender</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/Resource.html" title="Interface in groovy.org.codenarc.util.io">Resource</a></span> - Interface in <a href="./groovy/org/codenarc/util/io/package-summary.html">groovy.org.codenarc.util.io</a>
</dt><dd><div class="block">Defines the interface for objects that represent a resource (e.g. a file) and
 provide access to its InputStream.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#resourceBundle" title="Field in AbstractReportWriter">resourceBundle</a></span> - Field in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/ResourceFactory.html" title="Interface in groovy.org.codenarc.util.io">ResourceFactory</a></span> - Interface in <a href="./groovy/org/codenarc/util/io/package-summary.html">groovy.org.codenarc.util.io</a>
</dt><dd><div class="block">Defines the interface for factory objects that create/return Resource instances.
 </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/util/AstUtil.html#respondsTo(java.lang.Object, java.lang.String)" title="Method in AstUtil">respondsTo(Object, String)</a></span> - Method in <a href="java/org/codenarc/util/AstUtil.html">AstUtil</a>
</dt><dd> <div class="block">Return true only if the specified object responds to the named method</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/Results.html" title="Interface in groovy.org.codenarc.results">Results</a></span> - Interface in <a href="./groovy/org/codenarc/results/package-summary.html">groovy.org.codenarc.results</a>
</dt><dd><div class="block">Represents the results of applying rules to one or more source files/directories</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ReturnFromFinallyBlockAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">ReturnFromFinallyBlockAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ReturnFromFinallyBlockRule.html" title="Class in groovy.org.codenarc.rule.basic">ReturnFromFinallyBlockRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for a return from within a finally block</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ReturnNullFromCatchBlockAstVisitor.html" title="Class in groovy.org.codenarc.rule.exceptions">ReturnNullFromCatchBlockAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ReturnNullFromCatchBlockRule.html" title="Class in groovy.org.codenarc.rule.exceptions">ReturnNullFromCatchBlockRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Returning null from a catch block often masks errors and requires the client to handle error codes.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyArrayAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">ReturnsNullInsteadOfEmptyArrayAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyArrayRule.html" title="Class in groovy.org.codenarc.rule.design">ReturnsNullInsteadOfEmptyArrayRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">This rule detects when null is returned from a method that might return an
 array. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyCollectionRule.html" title="Class in groovy.org.codenarc.rule.design">ReturnsNullInsteadOfEmptyCollectionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">This rule detects when null is returned from a method that might return a
 collection. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyCollectionRuleAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">ReturnsNullInsteadOfEmptyCollectionRuleAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/Rule.html" title="Interface in java.org.codenarc.rule">Rule</a></span> - Interface in <a href="./java/org/codenarc/rule/package-summary.html">java.org.codenarc.rule</a>
</dt><dd><div class="block">Represents a source code analysis rule .</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#rule" title="Field in AbstractRuleTestCase">rule</a></span> - Field in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleIndexPage.html#RULE_INDEX_FILE" title="Field in GenerateRuleIndexPage">RULE_INDEX_FILE</a></span> - Field in <a href="groovy/org/codenarc/tool/GenerateRuleIndexPage.html">GenerateRuleIndexPage</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html#rule(java.lang.String, groovy.lang.Closure)" title="Method in TopLevelDelegate">rule(String, Closure)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleIndexPage.html#ruleIndexFile" title="Field in GenerateRuleIndexPage">ruleIndexFile</a></span> - Field in <a href="groovy/org/codenarc/tool/GenerateRuleIndexPage.html">GenerateRuleIndexPage</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleregistry/RuleRegistry.html" title="Interface in groovy.org.codenarc.ruleregistry">RuleRegistry</a></span> - Interface in <a href="./groovy/org/codenarc/ruleregistry/package-summary.html">groovy.org.codenarc.ruleregistry</a>
</dt><dd><div class="block">Represents a registry of rule classes, accessible by rule name</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleregistry/RuleRegistryHolder.html" title="Class in groovy.org.codenarc.ruleregistry">RuleRegistryHolder</a></span> - Class in <a href="./groovy/org/codenarc/ruleregistry/package-summary.html">groovy.org.codenarc.ruleregistry</a>
</dt><dd><div class="block">Holds a reference to the RuleRegistry static singleton</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleregistry/RuleRegistryInitializer.html" title="Class in groovy.org.codenarc.ruleregistry">RuleRegistryInitializer</a></span> - Class in <a href="./groovy/org/codenarc/ruleregistry/package-summary.html">groovy.org.codenarc.ruleregistry</a>
</dt><dd><div class="block">Performs initialization (loading) of the RuleRegistry singleton held by RuleRegistryHolder</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSet.html" title="Interface in groovy.org.codenarc.ruleset">RuleSet</a></span> - Interface in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">Represents a set of (configured) Rule objects that can be applied for static analysis.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ant/CodeNarcTask.html#ruleSet" title="Field in CodeNarcTask">ruleSet</a></span> - Field in <a href="groovy/org/codenarc/ant/CodeNarcTask.html">CodeNarcTask</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleSetAllRules.html#RULESET_FILE" title="Field in GenerateRuleSetAllRules">RULESET_FILE</a></span> - Field in <a href="groovy/org/codenarc/tool/GenerateRuleSetAllRules.html">GenerateRuleSetAllRules</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleSetAllRulesByCategory.html#RULESET_FILE" title="Field in GenerateRuleSetAllRulesByCategory">RULESET_FILE</a></span> - Field in <a href="groovy/org/codenarc/tool/GenerateRuleSetAllRulesByCategory.html">GenerateRuleSetAllRulesByCategory</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetBuilder.html#ruleset(groovy.lang.Closure)" title="Method in RuleSetBuilder">ruleset(Closure)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/RuleSetBuilder.html">RuleSetBuilder</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html#ruleset(java.lang.String, groovy.lang.Closure)" title="Method in TopLevelDelegate">ruleset(String, Closure)</a></span> - Method in <a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html">TopLevelDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetBuilder.html" title="Class in groovy.org.codenarc.ruleset">RuleSetBuilder</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">A Builder for RuleSets. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetDelegate.html" title="Class in groovy.org.codenarc.ruleset">RuleSetDelegate</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetDelegate.html#RuleSetDelegate(groovy.org.codenarc.ruleset.RuleSet)" title="Constructor in RuleSetDelegate">RuleSetDelegate(RuleSet)</a></span> - Constructor in <a href="groovy/org/codenarc/ruleset/RuleSetDelegate.html">RuleSetDelegate</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleSetAllRules.html#ruleSetFile" title="Field in GenerateRuleSetAllRules">ruleSetFile</a></span> - Field in <a href="groovy/org/codenarc/tool/GenerateRuleSetAllRules.html">GenerateRuleSetAllRules</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateRuleSetAllRulesByCategory.html#ruleSetFile" title="Field in GenerateRuleSetAllRulesByCategory">ruleSetFile</a></span> - Field in <a href="groovy/org/codenarc/tool/GenerateRuleSetAllRulesByCategory.html">GenerateRuleSetAllRulesByCategory</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#ruleSetFiles" title="Field in CodeNarc">ruleSetFiles</a></span> - Field in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSets.html" title="Class in groovy.org.codenarc.ruleset">RuleSets</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">Holds list of all RuleSet files.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/RuleSetUtil.html" title="Class in groovy.org.codenarc.ruleset">RuleSetUtil</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">A private utility class for the <code>RuleSet</code> classes. </div></dd>
</dl>

    
<a name="_S_"><!-- --></a>
<h2 class="title">S</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ScopedConfusingMethodNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">ScopedConfusingMethodNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ScopedConfusingMethodNameAstVisitor.html#ScopedConfusingMethodNameAstVisitor(AbstractAstVisitor)" title="Constructor in ScopedConfusingMethodNameAstVisitor">ScopedConfusingMethodNameAstVisitor(AbstractAstVisitor)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/naming/ScopedConfusingMethodNameAstVisitor.html">ScopedConfusingMethodNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/SerializableClassMustDefineSerialVersionUIDAstVisitor.html" title="Class in groovy.org.codenarc.rule.serialization">SerializableClassMustDefineSerialVersionUIDAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/serialization/package-summary.html">groovy.org.codenarc.rule.serialization</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/SerializableClassMustDefineSerialVersionUIDRule.html" title="Class in groovy.org.codenarc.rule.serialization">SerializableClassMustDefineSerialVersionUIDRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/serialization/package-summary.html">groovy.org.codenarc.rule.serialization</a>
</dt><dd><div class="block">Classes that implement Serializable should define a serialVersionUID.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/SerialPersistentFieldsAstVisitor.html" title="Class in groovy.org.codenarc.rule.serialization">SerialPersistentFieldsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/serialization/package-summary.html">groovy.org.codenarc.rule.serialization</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/SerialPersistentFieldsRule.html" title="Class in groovy.org.codenarc.rule.serialization">SerialPersistentFieldsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/serialization/package-summary.html">groovy.org.codenarc.rule.serialization</a>
</dt><dd><div class="block">To use a Serializable object's serialPersistentFields correctly, it must be declared private, static, and final.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/SerialVersionUIDAstVisitor.html" title="Class in groovy.org.codenarc.rule.serialization">SerialVersionUIDAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/serialization/package-summary.html">groovy.org.codenarc.rule.serialization</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/SerialVersionUIDRule.html" title="Class in groovy.org.codenarc.rule.serialization">SerialVersionUIDRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/serialization/package-summary.html">groovy.org.codenarc.rule.serialization</a>
</dt><dd><div class="block">Rule that checks that serialVersionUID field is static final and type long, and is not a property.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsUtil.html#SERVICE_CLASSES" title="Field in GrailsUtil">SERVICE_CLASSES</a></span> - Field in <a href="groovy/org/codenarc/rule/grails/GrailsUtil.html">GrailsUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsUtil.html#SERVICE_FILES" title="Field in GrailsUtil">SERVICE_FILES</a></span> - Field in <a href="groovy/org/codenarc/rule/grails/GrailsUtil.html">GrailsUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/StatelessClassRule.html#setAddToIgnoreFieldNames(java.lang.String)" title="Method in StatelessClassRule">setAddToIgnoreFieldNames(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/StatelessClassRule.html">StatelessClassRule</a>
</dt><dd> <div class="block">Add more field names to the existing <code>ignoreFieldNames</code> property value.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#setAllowedFieldModifiers(java.lang.String)" title="Method in IllegalClassMemberRule">setAllowedFieldModifiers(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#setAllowedMethodModifiers(java.lang.String)" title="Method in IllegalClassMemberRule">setAllowedMethodModifiers(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#setAllowedPropertyModifiers(java.lang.String)" title="Method in IllegalClassMemberRule">setAllowedPropertyModifiers(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#setApplyToClassNames(java.lang.String)" title="Method in AbstractAstVisitorRule">setApplyToClassNames(String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#setApplyToFileNames(java.lang.String)" title="Method in AbstractRule">setApplyToFileNames(String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#setApplyToFilesMatching(java.lang.String)" title="Method in AbstractRule">setApplyToFilesMatching(String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#setDefaultsIfNecessary()" title="Method in CodeNarc">setDefaultsIfNecessary()</a></span> - Method in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#setDescription(java.lang.String)" title="Method in AbstractRule">setDescription(String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#setDoNotApplyToClassNames(java.lang.String)" title="Method in AbstractAstVisitorRule">setDoNotApplyToClassNames(String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#setDoNotApplyToFileNames(java.lang.String)" title="Method in AbstractRule">setDoNotApplyToFileNames(String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#setDoNotApplyToFilesMatching(java.lang.String)" title="Method in AbstractRule">setDoNotApplyToFilesMatching(String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#setEnabled(boolean)" title="Method in AbstractRule">setEnabled(boolean)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#setIllegalFieldModifiers(java.lang.String)" title="Method in IllegalClassMemberRule">setIllegalFieldModifiers(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#setIllegalMethodModifiers(java.lang.String)" title="Method in IllegalClassMemberRule">setIllegalMethodModifiers(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html#setIllegalPropertyModifiers(java.lang.String)" title="Method in IllegalClassMemberRule">setIllegalPropertyModifiers(String)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberRule.html">IllegalClassMemberRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/ParameterCountRule.html#setMaxParameters(int)" title="Method in ParameterCountRule">setMaxParameters(int)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/ParameterCountRule.html">ParameterCountRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#setName(java.lang.String)" title="Method in AbstractRule">setName(String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block">Set the unique name for this rule</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceString.html#setPath(java.lang.String)" title="Method in SourceString">setPath(String)</a></span> - Method in <a href="groovy/org/codenarc/source/SourceString.html">SourceString</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#setPriority(int)" title="Method in AbstractRule">setPriority(int)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block">Set the priority for this rule</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/PropertyUtil.html#setPropertyFromString(java.lang.Object, java.lang.String, java.lang.String)" title="Method in PropertyUtil">setPropertyFromString(Object, String, String)</a></span> - Method in <a href="groovy/org/codenarc/util/PropertyUtil.html">PropertyUtil</a>
</dt><dd> <div class="block">Set the value of the named property on the specified Object from a String value.
 </div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#setRule(java.org.codenarc.rule.Rule)" title="Method in AbstractAstVisitor">setRule(Rule)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#setRule(java.org.codenarc.rule.Rule)" title="Method in AbstractFieldVisitor">setRule(Rule)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block">Set the Rule associated with this visitor</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#setRule(java.org.codenarc.rule.Rule)" title="Method in AbstractMethodCallExpressionVisitor">setRule(Rule)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block">Set the Rule associated with this visitor</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#setRule(java.org.codenarc.rule.Rule)" title="Method in AbstractMethodVisitor">setRule(Rule)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block">Set the Rule associated with this visitor</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AstVisitor.html#setRule(Rule)" title="Method in AstVisitor">setRule(Rule)</a></span> - Method in <a href="groovy/org/codenarc/rule/AstVisitor.html">AstVisitor</a>
</dt><dd> <div class="block">Set the Rule associated with this visitor</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#setSourceCode(SourceCode)" title="Method in AbstractAstVisitor">setSourceCode(SourceCode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#setSourceCode(SourceCode)" title="Method in AbstractFieldVisitor">setSourceCode(SourceCode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block">Set the SourceCode associated with this visitor</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#setSourceCode(SourceCode)" title="Method in AbstractMethodCallExpressionVisitor">setSourceCode(SourceCode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block">Set the SourceCode associated with this visitor</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#setSourceCode(SourceCode)" title="Method in AbstractMethodVisitor">setSourceCode(SourceCode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block">Set the SourceCode associated with this visitor</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AstVisitor.html#setSourceCode(SourceCode)" title="Method in AstVisitor">setSourceCode(SourceCode)</a></span> - Method in <a href="groovy/org/codenarc/rule/AstVisitor.html">AstVisitor</a>
</dt><dd> <div class="block">Set the SourceCode associated with this visitor</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/AbstractSourceCode.html#setSuppressionAnalyzer(SuppressionAnalyzer)" title="Method in AbstractSourceCode">setSuppressionAnalyzer(SuppressionAnalyzer)</a></span> - Method in <a href="groovy/org/codenarc/source/AbstractSourceCode.html">AbstractSourceCode</a>
</dt><dd> <div class="block">Setter exists to avoid circular dependency.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#setUpAbstractRuleTestCase()" title="Method in AbstractRuleTestCase">setUpAbstractRuleTestCase()</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/AbstractTestCase.html#setUpAbstractTestCase()" title="Method in AbstractTestCase">setUpAbstractTestCase()</a></span> - Method in <a href="groovy/org/codenarc/test/AbstractTestCase.html">AbstractTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#setViolationMessage(java.lang.String)" title="Method in AbstractRule">setViolationMessage(String)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#setVisited(Set<Object>)" title="Method in AbstractAstVisitor">setVisited(Set&lt;Object&gt;)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitorRule.html#shouldApplyThisRuleTo(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractAstVisitorRule">shouldApplyThisRuleTo(ClassNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitorRule.html">AbstractAstVisitorRule</a>
</dt><dd> <div class="block">Return true if this rule should be applied for the specified ClassNode, based on the
 configuration of this rule.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/TestUtil.html#shouldFail(groovy.lang.Closure)" title="Method in TestUtil">shouldFail(Closure)</a></span> - Method in <a href="groovy/org/codenarc/test/TestUtil.html">TestUtil</a>
</dt><dd> <div class="block">Assert that the specified code throws an exception (of any type). </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/TestUtil.html#shouldFailWithMessageContaining(def, groovy.lang.Closure)" title="Method in TestUtil">shouldFailWithMessageContaining(def, Closure)</a></span> - Method in <a href="groovy/org/codenarc/test/TestUtil.html">TestUtil</a>
</dt><dd> <div class="block">Assert that the specified closure should throw an exception whose message contains text</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsStatelessServiceRule.html#shouldIgnoreField(org.codehaus.groovy.ast.FieldNode)" title="Method in GrailsStatelessServiceRule">shouldIgnoreField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsStatelessServiceRule.html">GrailsStatelessServiceRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/StatelessClassRule.html#shouldIgnoreField(org.codehaus.groovy.ast.FieldNode)" title="Method in StatelessClassRule">shouldIgnoreField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/StatelessClassRule.html">StatelessClassRule</a>
</dt><dd> <div class="block">Subclasses can optionally override to provide more specific filtering of fields</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigDecimalInstantiationAstVisitor.html#shouldSkipViolation(java.lang.Object)" title="Method in UnnecessaryBigDecimalInstantiationAstVisitor">shouldSkipViolation(Object)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigDecimalInstantiationAstVisitor.html">UnnecessaryBigDecimalInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationAstVisitor.html#shouldSkipViolation(java.lang.Object)" title="Method in UnnecessaryInstantiationAstVisitor">shouldSkipViolation(Object)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationAstVisitor.html">UnnecessaryInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/AbstractClassNameAstVisitor.html#shouldVisit(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractClassNameAstVisitor">shouldVisit(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/AbstractClassNameAstVisitor.html">AbstractClassNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/AbstractTypeNameAstVisitor.html#shouldVisit(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractTypeNameAstVisitor">shouldVisit(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/AbstractTypeNameAstVisitor.html">AbstractTypeNameAstVisitor</a>
</dt><dd> <div class="block">@return true only if this visitor should be applied to (visit) the specified ClassNode.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ClassNameAstVisitor.html#shouldVisit(org.codehaus.groovy.ast.ClassNode)" title="Method in ClassNameAstVisitor">shouldVisit(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ClassNameAstVisitor.html">ClassNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/InterfaceNameAstVisitor.html#shouldVisit(org.codehaus.groovy.ast.ClassNode)" title="Method in InterfaceNameAstVisitor">shouldVisit(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/InterfaceNameAstVisitor.html">InterfaceNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#shouldVisitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in AbstractAstVisitor">shouldVisitMethod(MethodNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ReturnNullFromCatchBlockAstVisitor.html#shouldVisitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in ReturnNullFromCatchBlockAstVisitor">shouldVisitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/ReturnNullFromCatchBlockAstVisitor.html">ReturnNullFromCatchBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/SimpleDateFormatMissingLocaleAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">SimpleDateFormatMissingLocaleAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/SimpleDateFormatMissingLocaleRule.html" title="Class in groovy.org.codenarc.rule.design">SimpleDateFormatMissingLocaleRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">Be sure to specify a Locale when creating a new instance of SimpleDateFormat; the class is locale-sensitive. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/tool/GenerateUtil.html#sortRules(java.util.List)" title="Method in GenerateUtil">sortRules(List)</a></span> - Method in <a href="groovy/org/codenarc/tool/GenerateUtil.html">GenerateUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/SourceAnalyzer.html" title="Interface in groovy.org.codenarc.analyzer">SourceAnalyzer</a></span> - Interface in <a href="./groovy/org/codenarc/analyzer/package-summary.html">groovy.org.codenarc.analyzer</a>
</dt><dd><div class="block">The interface for objects that can analyze the source files within one or more directory
 trees using a specified RuleSet and produce report results.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCode.html" title="Interface in groovy.org.codenarc.source">SourceCode</a></span> - Interface in <a href="./groovy/org/codenarc/source/package-summary.html">groovy.org.codenarc.source</a>
</dt><dd><div class="block">Represents a unit of source code to be analyzed</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceCodeCriteria.html" title="Class in groovy.org.codenarc.source">SourceCodeCriteria</a></span> - Class in <a href="./groovy/org/codenarc/source/package-summary.html">groovy.org.codenarc.source</a>
</dt><dd><div class="block">Represents the set of criteria used to filter source code (files). </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#sourceCodeName" title="Field in AbstractRuleTestCase">sourceCodeName</a></span> - Field in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/ClassJavadocRule.html#sourceCodeNameWithoutExtension(SourceCode)" title="Method in ClassJavadocRule">sourceCodeNameWithoutExtension(SourceCode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/ClassJavadocRule.html">ClassJavadocRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#sourceCodePath" title="Field in AbstractRuleTestCase">sourceCodePath</a></span> - Field in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/SourceCodeUtil.html" title="Class in groovy.org.codenarc.util">SourceCodeUtil</a></span> - Class in <a href="./groovy/org/codenarc/util/package-summary.html">groovy.org.codenarc.util</a>
</dt><dd><div class="block">Contains source related static utility methods</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceFile.html" title="Class in groovy.org.codenarc.source">SourceFile</a></span> - Class in <a href="./groovy/org/codenarc/source/package-summary.html">groovy.org.codenarc.source</a>
</dt><dd><div class="block">The SourceCode implementation for a single file.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceFile.html#SourceFile(java.io.File)" title="Constructor in SourceFile">SourceFile(File)</a></span> - Constructor in <a href="groovy/org/codenarc/source/SourceFile.html">SourceFile</a>
</dt><dd> <div class="block">Construct a new instance for the file at the specified path</div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#sourceLine(org.codehaus.groovy.ast.ASTNode)" title="Method in AbstractAstVisitor">sourceLine(ASTNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block">Return the raw source line corresponding to the specified AST node</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ImportUtil.html#sourceLineAndNumberForImport(SourceCode, org.codehaus.groovy.ast.ImportNode)" title="Method in ImportUtil">sourceLineAndNumberForImport(SourceCode, ImportNode)</a></span> - Method in <a href="groovy/org/codenarc/util/ImportUtil.html">ImportUtil</a>
</dt><dd> <div class="block">Return the source line and line number for the specified import</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ImportUtil.html#sourceLineAndNumberForNonStarImport(SourceCode, org.codehaus.groovy.ast.ImportNode)" title="Method in ImportUtil">sourceLineAndNumberForNonStarImport(SourceCode, ImportNode)</a></span> - Method in <a href="groovy/org/codenarc/util/ImportUtil.html">ImportUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/ImportUtil.html#sourceLineAndNumberForStarImport(SourceCode, org.codehaus.groovy.ast.ImportNode)" title="Method in ImportUtil">sourceLineAndNumberForStarImport(SourceCode, ImportNode)</a></span> - Method in <a href="groovy/org/codenarc/util/ImportUtil.html">ImportUtil</a>
</dt><dd> <div class="block">Return the source line and line number for the specified import class name and alias</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html#sourceLineOrEmpty(def)" title="Method in AbstractSpaceAroundBraceAstVisitor">sourceLineOrEmpty(def)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html">AbstractSpaceAroundBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/SourceCodeUtil.html#sourceLinesBetween(SourceCode, int, int, int, int)" title="Method in SourceCodeUtil">sourceLinesBetween(SourceCode, int, int, int, int)</a></span> - Method in <a href="groovy/org/codenarc/util/SourceCodeUtil.html">SourceCodeUtil</a>
</dt><dd> <div class="block">Retrieves source lines between the start line and column and end line and column. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/SourceCodeUtil.html#sourceLinesBetweenNodes(SourceCode, org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.ast.ASTNode)" title="Method in SourceCodeUtil">sourceLinesBetweenNodes(SourceCode, ASTNode, ASTNode)</a></span> - Method in <a href="groovy/org/codenarc/util/SourceCodeUtil.html">SourceCodeUtil</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#sourceLineTrimmed(org.codehaus.groovy.ast.ASTNode)" title="Method in AbstractAstVisitor">sourceLineTrimmed(ASTNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block">Return the trimmed source line corresponding to the specified AST node</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceString.html" title="Class in groovy.org.codenarc.source">SourceString</a></span> - Class in <a href="./groovy/org/codenarc/source/package-summary.html">groovy.org.codenarc.source</a>
</dt><dd><div class="block">SourceCode implementation that uses source from a pre-defined String.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceString.html#SourceString(java.lang.String, java.lang.String, java.lang.String)" title="Constructor in SourceString">SourceString(String, String, String)</a></span> - Constructor in <a href="groovy/org/codenarc/source/SourceString.html">SourceString</a>
</dt><dd> <div class="block">Construct a new instance for the file at the specified path</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterCatchRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterCatchRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is exactly one space (blank) after the catch keyword and before the opening parenthesis.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterClosingBraceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterClosingBraceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is at least one space (blank) or whitespace after each closing brace ("}").
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterCommaAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterCommaRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is at least one space (blank) or whitespace following each comma. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterElseAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterElseAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterForAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterForAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterForRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterForRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is exactly one space (blank) after the for keyword and before the opening parenthesis.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterIfAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterIfAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterIfRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterIfRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is exactly one space (blank) after the if keyword and before the opening parenthesis.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterOpeningBraceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterOpeningBraceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is at least one space (blank) or whitespace after each opening brace ("{").
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterSemicolonAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterSemicolonAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterSemicolonRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterSemicolonRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is at least one space (blank) or whitespace following a semicolon that separates:
      - multiple statements on a single line
      - the clauses within a classic for loop, e.g. for (i=0;i<10;i++)</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterSwitchAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterSwitchAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterSwitchRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterSwitchRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is exactly one space (blank) after the switch keyword and before the opening parenthesis.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterWhileAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterWhileAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterWhileRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAfterWhileRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is exactly one space (blank) after the while keyword and before the opening parenthesis.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundClosureArrowAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAroundClosureArrowAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundClosureArrowRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAroundClosureArrowRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Checks that there is whitespace around the closure arrow (->) symbol</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundMapEntryColonAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAroundMapEntryColonAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundMapEntryColonRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAroundMapEntryColonRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check for configured formatting of whitespace around colons for literal Map entries</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundOperatorAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAroundOperatorAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundOperatorRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceAroundOperatorRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is at least one space (blank) or whitespace around each binary operator,
 including: +, -, *, /, >>, <<, &&, ||, &, |, ?</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceBeforeClosingBraceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceBeforeClosingBraceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is at least one space (blank) or whitespace before each closing brace ("}").
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceBeforeOpeningBraceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceRule.html" title="Class in groovy.org.codenarc.rule.formatting">SpaceBeforeOpeningBraceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Check that there is at least one space (blank) or whitespace before each opening brace ("{").
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/SpockIgnoreRestUsedAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">SpockIgnoreRestUsedAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/SpockIgnoreRestUsedRule.html" title="Class in groovy.org.codenarc.rule.junit">SpockIgnoreRestUsedRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">If Spock's<DL><DT><B>IgnoreRest:</B></DT><DD>on any method, all non-annotated test methods are not executed.</DD></DL> </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/StatelessClassAstVisitor.html" title="Class in groovy.org.codenarc.rule.generic">StatelessClassAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/StatelessClassRule.html" title="Class in groovy.org.codenarc.rule.generic">StatelessClassRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/generic/package-summary.html">groovy.org.codenarc.rule.generic</a>
</dt><dd><div class="block">Rule that checks for non-<code>final</code> fields on a class. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/StatelessSingletonAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">StatelessSingletonAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/StatelessSingletonRule.html" title="Class in groovy.org.codenarc.rule.design">StatelessSingletonRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">There is no benefit in creating a stateless Singleton. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/AbstractImportRule.html#STATIC_IMPORT_PATTERN" title="Field in AbstractImportRule">STATIC_IMPORT_PATTERN</a></span> - Field in <a href="groovy/org/codenarc/rule/imports/AbstractImportRule.html">AbstractImportRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticCalendarFieldAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">StaticCalendarFieldAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticCalendarFieldRule.html" title="Class in groovy.org.codenarc.rule.concurrency">StaticCalendarFieldRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Calendar objects should not be used as static fields. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticConnectionAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">StaticConnectionAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticConnectionRule.html" title="Class in groovy.org.codenarc.rule.concurrency">StaticConnectionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Creates violations when a java.sql.Connection object is used as a static field. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticDateFormatFieldAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">StaticDateFormatFieldAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticDateFormatFieldRule.html" title="Class in groovy.org.codenarc.rule.concurrency">StaticDateFormatFieldRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">DateFormat objects should not be used as static fields. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticMatcherFieldAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">StaticMatcherFieldAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticMatcherFieldRule.html" title="Class in groovy.org.codenarc.rule.concurrency">StaticMatcherFieldRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Matcher objects should not be used as static fields. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticSimpleDateFormatFieldAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">StaticSimpleDateFormatFieldAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticSimpleDateFormatFieldRule.html" title="Class in groovy.org.codenarc.rule.concurrency">StaticSimpleDateFormatFieldRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">SimpleDateFormat objects should not be used as static fields. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/StringSourceAnalyzer.html" title="Class in groovy.org.codenarc.analyzer">StringSourceAnalyzer</a></span> - Class in <a href="./groovy/org/codenarc/analyzer/package-summary.html">groovy.org.codenarc.analyzer</a>
</dt><dd><div class="block">Analyzes Strings.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/StringSourceAnalyzer.html#StringSourceAnalyzer(java.lang.String)" title="Constructor in StringSourceAnalyzer">StringSourceAnalyzer(String)</a></span> - Constructor in <a href="groovy/org/codenarc/analyzer/StringSourceAnalyzer.html">StringSourceAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/StubRule.html" title="Class in groovy.org.codenarc.rule">StubRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/package-summary.html">groovy.org.codenarc.rule</a>
</dt><dd><div class="block">Stub implementation of the Rule interface for testing</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/StubRule.html#StubRule(int)" title="Constructor in StubRule">StubRule(int)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/StubRule.html">StubRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/SuppressionAnalyzer.html" title="Class in groovy.org.codenarc.analyzer">SuppressionAnalyzer</a></span> - Class in <a href="./groovy/org/codenarc/analyzer/package-summary.html">groovy.org.codenarc.analyzer</a>
</dt><dd><div class="block">This class encapsulates all of the logic for determining if an rule is suppressed or not.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/analyzer/SuppressionAnalyzer.html#SuppressionAnalyzer(SourceCode)" title="Constructor in SuppressionAnalyzer">SuppressionAnalyzer(SourceCode)</a></span> - Constructor in <a href="groovy/org/codenarc/analyzer/SuppressionAnalyzer.html">SuppressionAnalyzer</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/SwallowThreadDeathAstVisitor.html" title="Class in groovy.org.codenarc.rule.exceptions">SwallowThreadDeathAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/SwallowThreadDeathRule.html" title="Class in groovy.org.codenarc.rule.exceptions">SwallowThreadDeathRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Detects code that catches java.lang.ThreadDeath without re-throwing it. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedMethodRule.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Synchronized Method Rule - This rule reports uses of the synchronized keyword on
 methods. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnBoxedPrimitiveAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedOnBoxedPrimitiveAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnBoxedPrimitiveRule.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedOnBoxedPrimitiveRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">The code synchronizes on a boxed primitive constant, such as an Integer. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnGetClassAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedOnGetClassAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnGetClassRule.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedOnGetClassRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Synchronized on getClass rather than class literal. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnReentrantLockAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedOnReentrantLockAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnReentrantLockRule.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedOnReentrantLockRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Synchronizing on a ReentrantLock field is almost never the intended usage. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnStringAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedOnStringAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnStringRule.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedOnStringRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Synchronization on a String field can lead to deadlock because Strings are interned by the JVM and can be shared.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnThisAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedOnThisAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnThisRule.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedOnThisRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Synchronized On This Rule - This rule reports uses of the synchronized blocks where
 the synchronization reference is 'this'. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedReadObjectMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedReadObjectMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedReadObjectMethodRule.html" title="Class in groovy.org.codenarc.rule.concurrency">SynchronizedReadObjectMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Catches Serializable classes that define a synchronized readObject method. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/SystemErrPrintAstVisitor.html" title="Class in groovy.org.codenarc.rule.logging">SystemErrPrintAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/SystemErrPrintRule.html" title="Class in groovy.org.codenarc.rule.logging">SystemErrPrintRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block">Rule that checks for calls to <code>System.err.print()</code>, <code>System.err.println()</code>
 or <code>System.err.printf()</code>.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#systemExit" title="Field in CodeNarc">systemExit</a></span> - Field in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/SystemExitAstVisitor.html" title="Class in groovy.org.codenarc.rule.security">SystemExitAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/SystemExitRule.html" title="Class in groovy.org.codenarc.rule.security">SystemExitRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block">Web applications should never call System.exit(). </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/SystemOutPrintAstVisitor.html" title="Class in groovy.org.codenarc.rule.logging">SystemOutPrintAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/SystemOutPrintRule.html" title="Class in groovy.org.codenarc.rule.logging">SystemOutPrintRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/logging/package-summary.html">groovy.org.codenarc.rule.logging</a>
</dt><dd><div class="block">Rule that checks for calls to <code>System.out.print()</code>, <code>System.out.println()</code>
 or <code>System.out.printf()</code>.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SystemRunFinalizersOnExitAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">SystemRunFinalizersOnExitAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SystemRunFinalizersOnExitRule.html" title="Class in groovy.org.codenarc.rule.concurrency">SystemRunFinalizersOnExitRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Method calls to System.runFinalizersOnExit() should not be allowed. </div></dd>
</dl>

    
<a name="_T_"><!-- --></a>
<h2 class="title">T</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/TernaryCouldBeElvisAstVisitor.html" title="Class in groovy.org.codenarc.rule.convention">TernaryCouldBeElvisAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/TernaryCouldBeElvisRule.html" title="Class in groovy.org.codenarc.rule.convention">TernaryCouldBeElvisRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block">Rule that checks for ternary expressions where the boolean and true expressions are the same.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/AbstractTestCase.html#testName" title="Field in AbstractTestCase">testName</a></span> - Field in <a href="groovy/org/codenarc/test/AbstractTestCase.html">AbstractTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#testThatApplyToFilesMatchingValuesAreValidRegex()" title="Method in AbstractRuleTestCase">testThatApplyToFilesMatchingValuesAreValidRegex()</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#testThatInvalidCodeHasNoViolations()" title="Method in AbstractRuleTestCase">testThatInvalidCodeHasNoViolations()</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html#testThatUnrelatedCodeHasNoViolations()" title="Method in AbstractRuleTestCase">testThatUnrelatedCodeHasNoViolations()</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractRuleTestCase.html">AbstractRuleTestCase</a>
</dt><dd> <div class="block">Make sure that code unrelated to the rule under test causes no violations.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/test/TestUtil.html" title="Class in groovy.org.codenarc.test">TestUtil</a></span> - Class in <a href="./groovy/org/codenarc/test/package-summary.html">groovy.org.codenarc.test</a>
</dt><dd><div class="block">Contains common static utility methods for tests</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/TextReportWriter.html" title="Class in groovy.org.codenarc.report">TextReportWriter</a></span> - Class in <a href="./groovy/org/codenarc/report/package-summary.html">groovy.org.codenarc.report</a>
</dt><dd><div class="block">ReportWriter that generates an simple ASCII text report.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThisReferenceEscapesConstructorAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">ThisReferenceEscapesConstructorAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThisReferenceEscapesConstructorRule.html" title="Class in groovy.org.codenarc.rule.concurrency">ThisReferenceEscapesConstructorRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Reports constructors passing the 'this' reference to other methods. 
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThreadGroupAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">ThreadGroupAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThreadGroupRule.html" title="Class in groovy.org.codenarc.rule.concurrency">ThreadGroupRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Avoid using ThreadGroup; although it is intended to be used in a threaded environment it contains methods that are not thread safe.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThreadLocalNotStaticFinalAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">ThreadLocalNotStaticFinalAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThreadLocalNotStaticFinalRule.html" title="Class in groovy.org.codenarc.rule.concurrency">ThreadLocalNotStaticFinalRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">ThreadLocal fields should be static and final. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThreadYieldAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">ThreadYieldAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThreadYieldRule.html" title="Class in groovy.org.codenarc.rule.concurrency">ThreadYieldRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Method calls to Thread.yield() should not be allowed.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ThrowErrorRule.html" title="Class in groovy.org.codenarc.rule.exceptions">ThrowErrorRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for throwing an instance of java.lang.Error</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ThrowExceptionFromFinallyBlockAstVisitor.html" title="Class in groovy.org.codenarc.rule.basic">ThrowExceptionFromFinallyBlockAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ThrowExceptionFromFinallyBlockRule.html" title="Class in groovy.org.codenarc.rule.basic">ThrowExceptionFromFinallyBlockRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/basic/package-summary.html">groovy.org.codenarc.rule.basic</a>
</dt><dd><div class="block">Rule that checks for throwing an exception from within a finally block</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ThrowExceptionRule.html" title="Class in groovy.org.codenarc.rule.exceptions">ThrowExceptionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for throwing an instance of java.lang.Exception</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ThrowNullPointerExceptionRule.html" title="Class in groovy.org.codenarc.rule.exceptions">ThrowNullPointerExceptionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for throwing an instance of java.lang.NullPointerException</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ThrowRuntimeExceptionRule.html" title="Class in groovy.org.codenarc.rule.exceptions">ThrowRuntimeExceptionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for throwing an instance of java.lang.RuntimeException</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ThrowThrowableRule.html" title="Class in groovy.org.codenarc.rule.exceptions">ThrowThrowableRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/exceptions/package-summary.html">groovy.org.codenarc.rule.exceptions</a>
</dt><dd><div class="block">Rule that checks for throwing an instance of java.lang.Throwable</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/CodeNarc.html#title" title="Field in CodeNarc">title</a></span> - Field in <a href="groovy/org/codenarc/CodeNarc.html">CodeNarc</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/TopLevelDelegate.html" title="Class in groovy.org.codenarc.ruleset">TopLevelDelegate</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#toString()" title="Method in AbstractRule">toString()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html#toString()" title="Method in CustomCompilerPhaseSourceDecorator">toString()</a></span> - Method in <a href="groovy/org/codenarc/source/CustomCompilerPhaseSourceDecorator.html">CustomCompilerPhaseSourceDecorator</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/DirectoryResults.html#toString()" title="Method in DirectoryResults">toString()</a></span> - Method in <a href="groovy/org/codenarc/results/DirectoryResults.html">DirectoryResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/FileResults.html#toString()" title="Method in FileResults">toString()</a></span> - Method in <a href="groovy/org/codenarc/results/FileResults.html">FileResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/HtmlReportWriter.html#toString()" title="Method in HtmlReportWriter">toString()</a></span> - Method in <a href="groovy/org/codenarc/report/HtmlReportWriter.html">HtmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceFile.html#toString()" title="Method in SourceFile">toString()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceFile.html">SourceFile</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/source/SourceString.html#toString()" title="Method in SourceString">toString()</a></span> - Method in <a href="groovy/org/codenarc/source/SourceString.html">SourceString</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/Violation.html#toString()" title="Method in Violation">toString()</a></span> - Method in <a href="groovy/org/codenarc/rule/Violation.html">Violation</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ToStringReturnsNullAstVisitor.html" title="Class in groovy.org.codenarc.rule.design">ToStringReturnsNullAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ToStringReturnsNullRule.html" title="Class in groovy.org.codenarc.rule.design">ToStringReturnsNullRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/design/package-summary.html">groovy.org.codenarc.rule.design</a>
</dt><dd><div class="block">Checks for toString() methods that return null.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/TrailingWhitespaceRule.html" title="Class in groovy.org.codenarc.rule.formatting">TrailingWhitespaceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/formatting/package-summary.html">groovy.org.codenarc.rule.formatting</a>
</dt><dd><div class="block">Checks that no lines of source code end with whitespace characters.</div></dd>
</dl>

    
<a name="_U_"><!-- --></a>
<h2 class="title">U</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigDecimalInstantiationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryBigDecimalInstantiationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigDecimalInstantiationAstVisitor.html#UnnecessaryBigDecimalInstantiationAstVisitor()" title="Constructor in UnnecessaryBigDecimalInstantiationAstVisitor">UnnecessaryBigDecimalInstantiationAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigDecimalInstantiationAstVisitor.html">UnnecessaryBigDecimalInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigDecimalInstantiationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryBigDecimalInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">It is unnecessary to instantiate BigDecimal objects. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigIntegerInstantiationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryBigIntegerInstantiationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigIntegerInstantiationAstVisitor.html#UnnecessaryBigIntegerInstantiationAstVisitor()" title="Constructor in UnnecessaryBigIntegerInstantiationAstVisitor">UnnecessaryBigIntegerInstantiationAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigIntegerInstantiationAstVisitor.html">UnnecessaryBigIntegerInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBigIntegerInstantiationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryBigIntegerInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">It is unnecessary to instantiate BigInteger objects. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanExpressionAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryBooleanExpressionAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanExpressionRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryBooleanExpressionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Rule that checks unnecessary boolean expressions, including ANDing (&&) or ORing (||) with
 <code>true</code>, <code>false</code>, <code>null</code>, or a Map/List/String/Number literal.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanInstantiationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryBooleanInstantiationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanInstantiationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryBooleanInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Rule that checks for direct call to Boolean constructor - use Boolean.valueOf() instead.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCallForLastElementAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCallForLastElementAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCallForLastElementRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCallForLastElementRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">This rule checks for excessively verbose methods of accessing the last element of an array or list. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCallToSubstringAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCallToSubstringAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCallToSubstringRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCallToSubstringRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Calling String.substring(0) always returns the original string. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCastAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCastAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCastRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCastRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Checks for unnecessary cast operations</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCatchBlockAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCatchBlockAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCatchBlockRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCatchBlockRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Violations are triggered when a catch block does nothing but throw the original exception. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCollectCallAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCollectCallAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCollectCallRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCollectCallRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Some method calls to Object.collect(Closure) can be replaced with the spread operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCollectionCallAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCollectionCallAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCollectionCallRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryCollectionCallRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Useless call to collections. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryConstructorAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryConstructorAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryConstructorRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryConstructorRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">UnnecessaryConstructor</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInFieldDeclarationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryDefInFieldDeclarationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInFieldDeclarationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryDefInFieldDeclarationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">If a field has a visibility modifier or a type declaration, then the def keyword is unneeded. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInMethodDeclarationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryDefInMethodDeclarationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInMethodDeclarationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryDefInMethodDeclarationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">If a method has a visibility modifier or a type declaration, then the def keyword is unneeded.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInVariableDeclarationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryDefInVariableDeclarationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInVariableDeclarationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryDefInVariableDeclarationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">If a variable has a visibility modifier or a type declaration, then the def keyword is unneeded.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDotClassAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryDotClassAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDotClassRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryDotClassRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">To make a reference to a class, it is unnecessary to specify the '.class' identifier. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDoubleInstantiationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryDoubleInstantiationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDoubleInstantiationAstVisitor.html#UnnecessaryDoubleInstantiationAstVisitor()" title="Constructor in UnnecessaryDoubleInstantiationAstVisitor">UnnecessaryDoubleInstantiationAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDoubleInstantiationAstVisitor.html">UnnecessaryDoubleInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDoubleInstantiationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryDoubleInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">It is unnecessary to instantiate Double objects. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryElseStatementAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryElseStatementAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryElseStatementRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryElseStatementRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">When an if statement block ends with a return statement the else is unnecessary</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UnnecessaryFailAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">UnnecessaryFailAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UnnecessaryFailRule.html" title="Class in groovy.org.codenarc.rule.junit">UnnecessaryFailRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">In a unit test, catching an exception and immedietly calling Assert.fail() is pointless and hides the stack trace. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryFinalOnPrivateMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryFinalOnPrivateMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryFinalOnPrivateMethodRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryFinalOnPrivateMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">A private method is marked final. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryFloatInstantiationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryFloatInstantiationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryFloatInstantiationAstVisitor.html#UnnecessaryFloatInstantiationAstVisitor()" title="Constructor in UnnecessaryFloatInstantiationAstVisitor">UnnecessaryFloatInstantiationAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryFloatInstantiationAstVisitor.html">UnnecessaryFloatInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryFloatInstantiationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryFloatInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">It is unnecessary to instantiate Float objects. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryGetterAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryGetterAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryGetterRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryGetterRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Checks for explicit calls to getter/accessor methods which can, for the most part, be replaced by property access.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/UnnecessaryGroovyImportRule.html" title="Class in groovy.org.codenarc.rule.imports">UnnecessaryGroovyImportRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/imports/package-summary.html">groovy.org.codenarc.rule.imports</a>
</dt><dd><div class="block">Rule that checks for non-static imports from any packages that are
 automatically imported by Groovy, including:
 <ul>
   <li>java.io</li>
   <li>java.lang</li>
   <li>java.net</li>
   <li>java.util</li>
   <li>java.math.BigDecimal</li>
   <li>java.math.BigInteger</li>
   <li>groovy.lang</li>
   <li>groovy.util</li>
 </ul></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryGStringAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryGStringAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryGStringRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryGStringRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">String objects should be created with single quotes, and GString objects created with double quotes. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIfStatementAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryIfStatementAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIfStatementRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryIfStatementRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Rule that checks for unnecessary if statements. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstanceOfCheckAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryInstanceOfCheckAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstanceOfCheckRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryInstanceOfCheckRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">This rule finds instanceof checks that cannot possibly evaluate to true. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryInstantiationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Base visitor for unnecessary constructor calls.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationAstVisitor.html#UnnecessaryInstantiationAstVisitor(java.lang.Class, List<Class>, java.lang.String)" title="Constructor in UnnecessaryInstantiationAstVisitor">UnnecessaryInstantiationAstVisitor(Class, List&lt;Class&gt;, String)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationAstVisitor.html">UnnecessaryInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationToGetClassAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryInstantiationToGetClassAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationToGetClassRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryInstantiationToGetClassRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Avoid instantiating an object just to call getClass() on it; use the .class public member instead.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIntegerInstantiationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryIntegerInstantiationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIntegerInstantiationAstVisitor.html#UnnecessaryIntegerInstantiationAstVisitor()" title="Constructor in UnnecessaryIntegerInstantiationAstVisitor">UnnecessaryIntegerInstantiationAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIntegerInstantiationAstVisitor.html">UnnecessaryIntegerInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIntegerInstantiationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryIntegerInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">It is unnecessary to instantiate Integer objects. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryLongInstantiationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryLongInstantiationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryLongInstantiationAstVisitor.html#UnnecessaryLongInstantiationAstVisitor()" title="Constructor in UnnecessaryLongInstantiationAstVisitor">UnnecessaryLongInstantiationAstVisitor()</a></span> - Constructor in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryLongInstantiationAstVisitor.html">UnnecessaryLongInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryLongInstantiationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryLongInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">It is unnecessary to instantiate Long objects. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryModOneAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryModOneAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryModOneRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryModOneRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Any expression mod 1 (exp % 1) is guaranteed to always return zero. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryNullCheckAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryNullCheckAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryNullCheckBeforeInstanceOfAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryNullCheckBeforeInstanceOfAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryNullCheckBeforeInstanceOfRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryNullCheckBeforeInstanceOfRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">There is no need to check for null before an instanceof; the instanceof keyword returns false when given a null argument.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryNullCheckRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryNullCheckRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Groovy contains the safe dereference operator, which can be used in boolean conditional statements to safely
 replace explicit "x == null" tests.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryObjectReferencesAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryObjectReferencesAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryObjectReferencesRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryObjectReferencesRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Violations are triggered when an excessive set of consecutive statements all reference the same variable. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryOverridingMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryOverridingMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryOverridingMethodRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryOverridingMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">The overriding method merely calls the same method defined in a superclass.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryPackageReferenceAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryPackageReferenceRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Checks for explicit package reference for classes that Groovy imports by default, such as java.lang.String,
 java.util.Map and groovy.lang.Closure, as well as classes that were explicitly imported.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryParenthesesForMethodCallWithClosureAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryParenthesesForMethodCallWithClosureAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryParenthesesForMethodCallWithClosureRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryParenthesesForMethodCallWithClosureRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">If a method is called and the only parameter to that method is an inline closure then the brackets of the method call can be omitted.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPublicModifierAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryPublicModifierAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPublicModifierRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryPublicModifierRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">The 'public' modifier is not required on methods, constructors or classes.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryReturnKeywordAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryReturnKeywordAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryReturnKeywordRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryReturnKeywordRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">In Groovy, the return keyword is often optional. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySafeNavigationOperatorAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessarySafeNavigationOperatorAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySafeNavigationOperatorRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessarySafeNavigationOperatorRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Check for safe navigation operator (?.) </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySelfAssignmentAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessarySelfAssignmentAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySelfAssignmentRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessarySelfAssignmentRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Method contains a pointless self-assignment to a variable or property.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySemicolonAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessarySemicolonAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySemicolonRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessarySemicolonRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Semicolons as line terminators are not required in Groovy: remove them. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryStringInstantiationAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryStringInstantiationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryStringInstantiationRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryStringInstantiationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Rule that checks for direct call to the String constructor that accepts a String literal.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySubstringAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessarySubstringAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySubstringRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessarySubstringRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">This rule finds usages of String.substring(int) and String.substring(int, int) that can be replaced by use of the subscript operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryTernaryExpressionAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryTernaryExpressionAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryTernaryExpressionRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryTernaryExpressionRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Rule that checks for ternary expressions where the conditional expression always evaluates to
 a boolean and the true and false expressions are merely returning <code>true</code> and
 <code>false</code> constants. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryToStringAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryToStringAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryToStringRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryToStringRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">Checks for unnecessary calls to toString().</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryTransientModifierAstVisitor.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryTransientModifierAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryTransientModifierRule.html" title="Class in groovy.org.codenarc.rule.unnecessary">UnnecessaryTransientModifierRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block">The field is marked as transient, but the class isn't Serializable, so marking it as transient should have no effect.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/UnsafeArrayDeclarationAstVisitor.html" title="Class in groovy.org.codenarc.rule.security">UnsafeArrayDeclarationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/UnsafeArrayDeclarationRule.html" title="Class in groovy.org.codenarc.rule.security">UnsafeArrayDeclarationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block">Triggers a violation when an array is declared public, final, and static. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/UnsafeImplementationAsMapAstVisitor.html" title="Class in groovy.org.codenarc.rule.security">UnsafeImplementationAsMapAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/UnsafeImplementationAsMapRule.html" title="Class in groovy.org.codenarc.rule.security">UnsafeImplementationAsMapRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/security/package-summary.html">groovy.org.codenarc.rule.security</a>
</dt><dd><div class="block">Reports incomplete interface implementations created by map-to-interface coercions.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedArrayAstVisitor.html" title="Class in groovy.org.codenarc.rule.unused">UnusedArrayAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedArrayRule.html" title="Class in groovy.org.codenarc.rule.unused">UnusedArrayRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block">Checks for array allocations that are not assigned or used (i.e., it is ignored).
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/imports/UnusedImportRule.html" title="Class in groovy.org.codenarc.rule.imports">UnusedImportRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/imports/package-summary.html">groovy.org.codenarc.rule.imports</a>
</dt><dd><div class="block">Rule that checks for an unreferenced import</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedMethodParameterAstVisitor.html" title="Class in groovy.org.codenarc.rule.unused">UnusedMethodParameterAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedMethodParameterRule.html" title="Class in groovy.org.codenarc.rule.unused">UnusedMethodParameterRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block">This rule finds instances of method parameters not being used. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedObjectAstVisitor.html" title="Class in groovy.org.codenarc.rule.unused">UnusedObjectAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedObjectRule.html" title="Class in groovy.org.codenarc.rule.unused">UnusedObjectRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block">Checks for object constructions that are not assigned or used (i.e., ignored).
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateFieldRule.html" title="Class in groovy.org.codenarc.rule.unused">UnusedPrivateFieldRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block">Rule that checks for private fields that are not referenced within the same class.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.unused">UnusedPrivateMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodAstVisitor.html#UnusedPrivateMethodAstVisitor(Map<String, MethodNode>, List<String>)" title="Constructor in UnusedPrivateMethodAstVisitor">UnusedPrivateMethodAstVisitor(Map&lt;String, MethodNode&gt;, List&lt;String&gt;)</a></span> - Constructor in <a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodAstVisitor.html">UnusedPrivateMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodParameterAstVisitor.html" title="Class in groovy.org.codenarc.rule.unused">UnusedPrivateMethodParameterAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodParameterRule.html" title="Class in groovy.org.codenarc.rule.unused">UnusedPrivateMethodParameterRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block">Rule that checks for parameters to private methods that are not referenced within the method body.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodRule.html" title="Class in groovy.org.codenarc.rule.unused">UnusedPrivateMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block">Rule that checks for private methods that are not referenced within the same class.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedVariableAstVisitor.html" title="Class in groovy.org.codenarc.rule.unused">UnusedVariableAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedVariableRule.html" title="Class in groovy.org.codenarc.rule.unused">UnusedVariableRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/unused/package-summary.html">groovy.org.codenarc.rule.unused</a>
</dt><dd><div class="block">Rule that checks for variables that are not referenced.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/UrlResource.html" title="Class in groovy.org.codenarc.util.io">UrlResource</a></span> - Class in <a href="./groovy/org/codenarc/util/io/package-summary.html">groovy.org.codenarc.util.io</a>
</dt><dd><div class="block">A Resource implementation based on java.net.URL.
 </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/io/UrlResource.html#UrlResource(java.lang.String)" title="Constructor in UrlResource">UrlResource(String)</a></span> - Constructor in <a href="groovy/org/codenarc/util/io/UrlResource.html">UrlResource</a>
</dt><dd> <div class="block">Construct a new FileResource</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertEqualsInsteadOfAssertTrueAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertEqualsInsteadOfAssertTrueAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertEqualsInsteadOfAssertTrueRule.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertEqualsInsteadOfAssertTrueRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">This rule detects JUnit assertions in object equality. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertFalseInsteadOfNegationAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertFalseInsteadOfNegationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertFalseInsteadOfNegationRule.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertFalseInsteadOfNegationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">In unit tests, if a condition is expected to be false then there is no sense using assertTrue with the negation operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertNullInsteadOfAssertEqualsAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertNullInsteadOfAssertEqualsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertNullInsteadOfAssertEqualsRule.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertNullInsteadOfAssertEqualsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">This rule detects JUnit calling assertEquals where the first or second parameter is null. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertSameInsteadOfAssertTrueAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertSameInsteadOfAssertTrueAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertSameInsteadOfAssertTrueRule.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertSameInsteadOfAssertTrueRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">This rule detects JUnit calling assertTrue where the first or second parameter is an Object#is() call testing for reference equality. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertTrueInsteadOfAssertEqualsAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertTrueInsteadOfAssertEqualsAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertTrueInsteadOfAssertEqualsRule.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertTrueInsteadOfAssertEqualsRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">This rule detects JUnit calling assertEquals where the first parameter is a boolean. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertTrueInsteadOfNegationAstVisitor.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertTrueInsteadOfNegationAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertTrueInsteadOfNegationRule.html" title="Class in groovy.org.codenarc.rule.junit">UseAssertTrueInsteadOfNegationRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/junit/package-summary.html">groovy.org.codenarc.rule.junit</a>
</dt><dd><div class="block">In unit tests, if a condition is expected to be true then there is no sense using assertFalse with the negation operator. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/UseCollectManyAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">UseCollectManyAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/UseCollectManyRule.html" title="Class in groovy.org.codenarc.rule.groovyism">UseCollectManyRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">In many case collectMany() yields the same result as collect{}.flatten. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/UseCollectNestedAstVisitor.html" title="Class in groovy.org.codenarc.rule.groovyism">UseCollectNestedAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/UseCollectNestedRule.html" title="Class in groovy.org.codenarc.rule.groovyism">UseCollectNestedRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/groovyism/package-summary.html">groovy.org.codenarc.rule.groovyism</a>
</dt><dd><div class="block">Instead of nested collect{}-calls use collectNested{}</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/UseOfNotifyMethodAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">UseOfNotifyMethodAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/UseOfNotifyMethodRule.html" title="Class in groovy.org.codenarc.rule.concurrency">UseOfNotifyMethodRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">This code calls notify() rather than notifyAll(). </div></dd>
</dl>

    
<a name="_V_"><!-- --></a>
<h2 class="title">V</h2>
<dl>

<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractRule.html#validate()" title="Method in AbstractRule">validate()</a></span> - Method in <a href="java/org/codenarc/rule/AbstractRule.html">AbstractRule</a>
</dt><dd> <div class="block">Allows rules to perform validation. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ClassNameRule.html#validate()" title="Method in ClassNameRule">validate()</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ClassNameRule.html">ClassNameRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/FieldNameRule.html#validate()" title="Method in FieldNameRule">validate()</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/FieldNameRule.html">FieldNameRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ParameterNameRule.html#validate()" title="Method in ParameterNameRule">validate()</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ParameterNameRule.html">ParameterNameRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/PropertyNameRule.html#validate()" title="Method in PropertyNameRule">validate()</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/PropertyNameRule.html">PropertyNameRule</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codehaus/groovy/transform/powerassert/Value.html" title="Class in java.org.codehaus.groovy.transform.powerassert">Value</a></span> - Class in <a href="./java/org/codehaus/groovy/transform/powerassert/package-summary.html">java.org.codehaus.groovy.transform.powerassert</a>
</dt><dd><div class="block">A value recorded during evaluation of an assertion, along with the column it
 is associated with in the assertion's normalized source text.</div></dd>
<dt><span class="strong"><a href="java/org/codehaus/groovy/transform/powerassert/Value.html#Value(java.lang.Object, int)" title="Constructor in Value">Value(Object, int)</a></span> - Constructor in <a href="java/org/codehaus/groovy/transform/powerassert/Value.html">Value</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codehaus/groovy/transform/powerassert/ValueRecorder.html" title="Class in java.org.codehaus.groovy.transform.powerassert">ValueRecorder</a></span> - Class in <a href="./java/org/codehaus/groovy/transform/powerassert/package-summary.html">java.org.codehaus.groovy.transform.powerassert</a>
</dt><dd><div class="block">Records values produced during evaluation of an assertion statement's truth
 expression.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/VariableNameAstVisitor.html" title="Class in groovy.org.codenarc.rule.naming">VariableNameAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/VariableNameRule.html" title="Class in groovy.org.codenarc.rule.naming">VariableNameRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/naming/package-summary.html">groovy.org.codenarc.rule.naming</a>
</dt><dd><div class="block">Rule that verifies that the name of each variable matches a regular expression. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/VariableUsageFinder.html" title="Class in groovy.org.codenarc.rule.unnecessary">VariableUsageFinder</a></span> - Class in <a href="./groovy/org/codenarc/rule/unnecessary/package-summary.html">groovy.org.codenarc.rule.unnecessary</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/VectorIsObsoleteRule.html" title="Class in groovy.org.codenarc.rule.convention">VectorIsObsoleteRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/convention/package-summary.html">groovy.org.codenarc.rule.convention</a>
</dt><dd><div class="block">Check for direct use of Vector or java.util.Vector.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#VERSION_FILE" title="Field in AbstractReportWriter">VERSION_FILE</a></span> - Field in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/Violation.html" title="Class in groovy.org.codenarc.rule">Violation</a></span> - Class in <a href="./groovy/org/codenarc/rule/package-summary.html">groovy.org.codenarc.rule</a>
</dt><dd><div class="block">Represents a single instance of a rule violation</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/VirtualResults.html" title="Class in groovy.org.codenarc.results">VirtualResults</a></span> - Class in <a href="./groovy/org/codenarc/results/package-summary.html">groovy.org.codenarc.results</a>
</dt><dd><div class="block">This is a Results object for something that has no real file system, such as a string.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/results/VirtualResults.html#VirtualResults(java.util.List)" title="Constructor in VirtualResults">VirtualResults(List)</a></span> - Constructor in <a href="groovy/org/codenarc/results/VirtualResults.html">VirtualResults</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitAnnotations(org.codehaus.groovy.ast.AnnotatedNode)" title="Method in AbstractFieldVisitor">visitAnnotations(AnnotatedNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitAnnotations(org.codehaus.groovy.ast.AnnotatedNode)" title="Method in AbstractMethodCallExpressionVisitor">visitAnnotations(AnnotatedNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitAnnotations(org.codehaus.groovy.ast.AnnotatedNode)" title="Method in AbstractMethodVisitor">visitAnnotations(AnnotatedNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GStringExpressionWithinStringAstVisitor.html#visitAnnotations(org.codehaus.groovy.ast.AnnotatedNode)" title="Method in GStringExpressionWithinStringAstVisitor">visitAnnotations(AnnotatedNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/GStringExpressionWithinStringAstVisitor.html">GStringExpressionWithinStringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitArgumentlistExpression(org.codehaus.groovy.ast.expr.ArgumentListExpression)" title="Method in AbstractFieldVisitor">visitArgumentlistExpression(ArgumentListExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitArgumentlistExpression(org.codehaus.groovy.ast.expr.ArgumentListExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitArgumentlistExpression(ArgumentListExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitArgumentlistExpression(org.codehaus.groovy.ast.expr.ArgumentListExpression)" title="Method in AbstractMethodVisitor">visitArgumentlistExpression(ArgumentListExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html#visitArgumentlistExpression(org.codehaus.groovy.ast.expr.ArgumentListExpression)" title="Method in DuplicateLiteralAstVisitor">visitArgumentlistExpression(ArgumentListExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html">DuplicateLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitArrayExpression(org.codehaus.groovy.ast.expr.ArrayExpression)" title="Method in AbstractFieldVisitor">visitArrayExpression(ArrayExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitArrayExpression(org.codehaus.groovy.ast.expr.ArrayExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitArrayExpression(ArrayExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitArrayExpression(org.codehaus.groovy.ast.expr.ArrayExpression)" title="Method in AbstractMethodVisitor">visitArrayExpression(ArrayExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitAssertStatement(org.codehaus.groovy.ast.stmt.AssertStatement)" title="Method in AbstractFieldVisitor">visitAssertStatement(AssertStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitAssertStatement(org.codehaus.groovy.ast.stmt.AssertStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitAssertStatement(AssertStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitAssertStatement(org.codehaus.groovy.ast.stmt.AssertStatement)" title="Method in AbstractMethodVisitor">visitAssertStatement(AssertStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/AssertionTrap.html#visitAssertStatement(org.codehaus.groovy.ast.stmt.AssertStatement)" title="Method in AssertionTrap">visitAssertStatement(AssertStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/AssertionTrap.html">AssertionTrap</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AssertWithinFinallyBlockAstVisitor.html#visitAssertStatement(org.codehaus.groovy.ast.stmt.AssertStatement)" title="Method in AssertWithinFinallyBlockAstVisitor">visitAssertStatement(AssertStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/AssertWithinFinallyBlockAstVisitor.html">AssertWithinFinallyBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ConstantAssertExpressionAstVisitor.html#visitAssertStatement(org.codehaus.groovy.ast.stmt.AssertStatement)" title="Method in ConstantAssertExpressionAstVisitor">visitAssertStatement(AssertStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ConstantAssertExpressionAstVisitor.html">ConstantAssertExpressionAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertTrueInsteadOfAssertEqualsAstVisitor.html#visitAssertStatement(org.codehaus.groovy.ast.stmt.AssertStatement)" title="Method in UseAssertTrueInsteadOfAssertEqualsAstVisitor">visitAssertStatement(AssertStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/UseAssertTrueInsteadOfAssertEqualsAstVisitor.html">UseAssertTrueInsteadOfAssertEqualsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitAttributeExpression(org.codehaus.groovy.ast.expr.AttributeExpression)" title="Method in AbstractFieldVisitor">visitAttributeExpression(AttributeExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitAttributeExpression(org.codehaus.groovy.ast.expr.AttributeExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitAttributeExpression(AttributeExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitAttributeExpression(org.codehaus.groovy.ast.expr.AttributeExpression)" title="Method in AbstractMethodVisitor">visitAttributeExpression(AttributeExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in AbstractFieldVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in AbstractMethodVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/AddEmptyStringAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in AddEmptyStringAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/AddEmptyStringAstVisitor.html">AddEmptyStringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BrokenNullCheckAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in BrokenNullCheckAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/BrokenNullCheckAstVisitor.html">BrokenNullCheckAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BrokenOddnessCheckAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in BrokenOddnessCheckAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/BrokenOddnessCheckAstVisitor.html">BrokenOddnessCheckAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ComparisonOfTwoConstantsAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in ComparisonOfTwoConstantsAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ComparisonOfTwoConstantsAstVisitor.html">ComparisonOfTwoConstantsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ComparisonWithSelfAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in ComparisonWithSelfAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ComparisonWithSelfAstVisitor.html">ComparisonWithSelfAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/ConsecutiveStringConcatenationAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in ConsecutiveStringConcatenationAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/ConsecutiveStringConcatenationAstVisitor.html">ConsecutiveStringConcatenationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in DuplicateLiteralAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html">DuplicateLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsMassAssignmentAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in GrailsMassAssignmentAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsMassAssignmentAstVisitor.html">GrailsMassAssignmentAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/InstanceofAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in InstanceofAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/InstanceofAstVisitor.html">InstanceofAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/LocaleSetDefaultAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in LocaleSetDefaultAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/LocaleSetDefaultAstVisitor.html">LocaleSetDefaultAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/ParameterReassignmentAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in ParameterReassignmentAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/ParameterReassignmentAstVisitor.html">ParameterReassignmentAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in PrivateFieldCouldBeFinalAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html">PrivateFieldCouldBeFinalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundOperatorAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in SpaceAroundOperatorAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAroundOperatorAstVisitor.html">SpaceAroundOperatorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanExpressionAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in UnnecessaryBooleanExpressionAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanExpressionAstVisitor.html">UnnecessaryBooleanExpressionAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCallForLastElementAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in UnnecessaryCallForLastElementAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCallForLastElementAstVisitor.html">UnnecessaryCallForLastElementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstanceOfCheckAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in UnnecessaryInstanceOfCheckAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstanceOfCheckAstVisitor.html">UnnecessaryInstanceOfCheckAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryModOneAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in UnnecessaryModOneAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryModOneAstVisitor.html">UnnecessaryModOneAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryNullCheckBeforeInstanceOfAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in UnnecessaryNullCheckBeforeInstanceOfAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryNullCheckBeforeInstanceOfAstVisitor.html">UnnecessaryNullCheckBeforeInstanceOfAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySelfAssignmentAstVisitor.html#visitBinaryExpression(org.codehaus.groovy.ast.expr.BinaryExpression)" title="Method in UnnecessarySelfAssignmentAstVisitor">visitBinaryExpression(BinaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySelfAssignmentAstVisitor.html">UnnecessarySelfAssignmentAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitBitwiseNegationExpression(org.codehaus.groovy.ast.expr.BitwiseNegationExpression)" title="Method in AbstractFieldVisitor">visitBitwiseNegationExpression(BitwiseNegationExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitBitwiseNegationExpression(org.codehaus.groovy.ast.expr.BitwiseNegationExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitBitwiseNegationExpression(BitwiseNegationExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitBitwiseNegationExpression(org.codehaus.groovy.ast.expr.BitwiseNegationExpression)" title="Method in AbstractMethodVisitor">visitBitwiseNegationExpression(BitwiseNegationExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/MultipleUnaryOperatorsAstVisitor.html#visitBitwiseNegationExpression(org.codehaus.groovy.ast.expr.BitwiseNegationExpression)" title="Method in MultipleUnaryOperatorsAstVisitor">visitBitwiseNegationExpression(BitwiseNegationExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/MultipleUnaryOperatorsAstVisitor.html">MultipleUnaryOperatorsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in AbstractFieldVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/AbstractLastStatementInBlockAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in AbstractLastStatementInBlockAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/AbstractLastStatementInBlockAstVisitor.html">AbstractLastStatementInBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in AbstractMethodVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DeadCodeAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in DeadCodeAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/DeadCodeAstVisitor.html">DeadCodeAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/IfStatementCouldBeTernaryAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in IfStatementCouldBeTernaryAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/IfStatementCouldBeTernaryAstVisitor.html">IfStatementCouldBeTernaryAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in NestedBlockDepthAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html">NestedBlockDepthAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in SpaceAfterClosingBraceAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html">SpaceAfterClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in SpaceAfterOpeningBraceAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html">SpaceAfterOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterSemicolonAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in SpaceAfterSemicolonAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterSemicolonAstVisitor.html">SpaceAfterSemicolonAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in SpaceBeforeClosingBraceAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html">SpaceBeforeClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in SpaceBeforeOpeningBraceAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html">SpaceBeforeOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIfStatementAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in UnnecessaryIfStatementAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIfStatementAstVisitor.html">UnnecessaryIfStatementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryObjectReferencesAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in UnnecessaryObjectReferencesAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryObjectReferencesAstVisitor.html">UnnecessaryObjectReferencesAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedVariableAstVisitor.html#visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement)" title="Method in UnusedVariableAstVisitor">visitBlockStatement(BlockStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedVariableAstVisitor.html">UnusedVariableAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitBooleanExpression(org.codehaus.groovy.ast.expr.BooleanExpression)" title="Method in AbstractFieldVisitor">visitBooleanExpression(BooleanExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitBooleanExpression(org.codehaus.groovy.ast.expr.BooleanExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitBooleanExpression(BooleanExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitBooleanExpression(org.codehaus.groovy.ast.expr.BooleanExpression)" title="Method in AbstractMethodVisitor">visitBooleanExpression(BooleanExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryNullCheckAstVisitor.html#visitBooleanExpression(org.codehaus.groovy.ast.expr.BooleanExpression)" title="Method in UnnecessaryNullCheckAstVisitor">visitBooleanExpression(BooleanExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryNullCheckAstVisitor.html">UnnecessaryNullCheckAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitBreakStatement(org.codehaus.groovy.ast.stmt.BreakStatement)" title="Method in AbstractFieldVisitor">visitBreakStatement(BreakStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitBreakStatement(org.codehaus.groovy.ast.stmt.BreakStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitBreakStatement(BreakStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitBreakStatement(org.codehaus.groovy.ast.stmt.BreakStatement)" title="Method in AbstractMethodVisitor">visitBreakStatement(BreakStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitBytecodeExpression(org.codehaus.groovy.classgen.BytecodeExpression)" title="Method in AbstractFieldVisitor">visitBytecodeExpression(BytecodeExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitBytecodeExpression(org.codehaus.groovy.classgen.BytecodeExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitBytecodeExpression(BytecodeExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitBytecodeExpression(org.codehaus.groovy.classgen.BytecodeExpression)" title="Method in AbstractMethodVisitor">visitBytecodeExpression(BytecodeExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitCaseStatement(org.codehaus.groovy.ast.stmt.CaseStatement)" title="Method in AbstractFieldVisitor">visitCaseStatement(CaseStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitCaseStatement(org.codehaus.groovy.ast.stmt.CaseStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitCaseStatement(CaseStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitCaseStatement(org.codehaus.groovy.ast.stmt.CaseStatement)" title="Method in AbstractMethodVisitor">visitCaseStatement(CaseStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html#visitCaseStatement(org.codehaus.groovy.ast.stmt.CaseStatement)" title="Method in NestedBlockDepthAstVisitor">visitCaseStatement(CaseStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html">NestedBlockDepthAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in AbstractFieldVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in AbstractMethodVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in ClassReferenceAstVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html">ClassReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DuplicateSetValueAstVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in DuplicateSetValueAstVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/DuplicateSetValueAstVisitor.html">DuplicateSetValueAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in IllegalPackageReferenceAstVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html">IllegalPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/RandomDoubleCoercedToZeroAstVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in RandomDoubleCoercedToZeroAstVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/RandomDoubleCoercedToZeroAstVisitor.html">RandomDoubleCoercedToZeroAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundOperatorAstVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in SpaceAroundOperatorAstVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAroundOperatorAstVisitor.html">SpaceAroundOperatorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCastAstVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in UnnecessaryCastAstVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCastAstVisitor.html">UnnecessaryCastAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in UnnecessaryPackageReferenceAstVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html">UnnecessaryPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/UnsafeImplementationAsMapAstVisitor.html#visitCastExpression(org.codehaus.groovy.ast.expr.CastExpression)" title="Method in UnsafeImplementationAsMapAstVisitor">visitCastExpression(CastExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/UnsafeImplementationAsMapAstVisitor.html">UnsafeImplementationAsMapAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForTryCatchFinallyAstVisitor.html#visitCatch(groovy.org.codenarc.rule.formatting.BracesForTryCatchFinallyRule, org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in BracesForTryCatchFinallyAstVisitor">visitCatch(BracesForTryCatchFinallyRule, TryCatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/BracesForTryCatchFinallyAstVisitor.html">BracesForTryCatchFinallyAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in AbstractFieldVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in AbstractMethodVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CommonCatchAstVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in CommonCatchAstVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/CommonCatchAstVisitor.html">CommonCatchAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyCatchBlockAstVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in EmptyCatchBlockAstVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptyCatchBlockAstVisitor.html">EmptyCatchBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ExceptionNotThrownAstVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in ExceptionNotThrownAstVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/ExceptionNotThrownAstVisitor.html">ExceptionNotThrownAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LoggingSwallowsStacktraceAstVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in LoggingSwallowsStacktraceAstVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/LoggingSwallowsStacktraceAstVisitor.html">LoggingSwallowsStacktraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in NestedBlockDepthAstVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html">NestedBlockDepthAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ReturnNullFromCatchBlockAstVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in ReturnNullFromCatchBlockAstVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/ReturnNullFromCatchBlockAstVisitor.html">ReturnNullFromCatchBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterElseAstVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in SpaceAfterElseAstVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterElseAstVisitor.html">SpaceAfterElseAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/SwallowThreadDeathAstVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in SwallowThreadDeathAstVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/SwallowThreadDeathAstVisitor.html">SwallowThreadDeathAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UnnecessaryFailAstVisitor.html#visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement)" title="Method in UnnecessaryFailAstVisitor">visitCatchStatement(CatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/UnnecessaryFailAstVisitor.html">UnnecessaryFailAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractAstVisitor">visitClass(ClassNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractFieldVisitor">visitClass(ClassNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractMethodCallExpressionVisitor">visitClass(ClassNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractMethodVisitor">visitClass(ClassNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitLostTestAstVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in JUnitLostTestAstVisitor">visitClass(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitLostTestAstVisitor.html">JUnitLostTestAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitPublicFieldAstVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in JUnitPublicFieldAstVisitor">visitClass(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitPublicFieldAstVisitor.html">JUnitPublicFieldAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/SpockIgnoreRestUsedAstVisitor.html#visitClass(org.codehaus.groovy.ast.ClassNode)" title="Method in SpockIgnoreRestUsedAstVisitor">visitClass(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/SpockIgnoreRestUsedAstVisitor.html">SpockIgnoreRestUsedAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitClassCodeContainer(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AbstractFieldVisitor">visitClassCodeContainer(Statement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitClassCodeContainer(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AbstractMethodCallExpressionVisitor">visitClassCodeContainer(Statement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitClassCodeContainer(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AbstractMethodVisitor">visitClassCodeContainer(Statement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#visitClassComplete(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractAstVisitor">visitClassComplete(ClassNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ConfusingMultipleReturnsAstVisitor.html#visitClassComplete(org.codehaus.groovy.ast.ClassNode)" title="Method in ConfusingMultipleReturnsAstVisitor">visitClassComplete(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ConfusingMultipleReturnsAstVisitor.html">ConfusingMultipleReturnsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GetterMethodCouldBePropertyAstVisitor.html#visitClassComplete(org.codehaus.groovy.ast.ClassNode)" title="Method in GetterMethodCouldBePropertyAstVisitor">visitClassComplete(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/GetterMethodCouldBePropertyAstVisitor.html">GetterMethodCouldBePropertyAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainHasEqualsAstVisitor.html#visitClassComplete(org.codehaus.groovy.ast.ClassNode)" title="Method in GrailsDomainHasEqualsAstVisitor">visitClassComplete(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsDomainHasEqualsAstVisitor.html">GrailsDomainHasEqualsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainHasToStringAstVisitor.html#visitClassComplete(org.codehaus.groovy.ast.ClassNode)" title="Method in GrailsDomainHasToStringAstVisitor">visitClassComplete(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsDomainHasToStringAstVisitor.html">GrailsDomainHasToStringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameAstVisitor.html#visitClassComplete(org.codehaus.groovy.ast.ClassNode)" title="Method in GrailsDomainReservedSqlKeywordNameAstVisitor">visitClassComplete(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameAstVisitor.html">GrailsDomainReservedSqlKeywordNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GroovyLangImmutableAstVisitor.html#visitClassComplete(org.codehaus.groovy.ast.ClassNode)" title="Method in GroovyLangImmutableAstVisitor">visitClassComplete(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/GroovyLangImmutableAstVisitor.html">GroovyLangImmutableAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/PrintlnAstVisitor.html#visitClassComplete(org.codehaus.groovy.ast.ClassNode)" title="Method in PrintlnAstVisitor">visitClassComplete(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/PrintlnAstVisitor.html">PrintlnAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/StatelessSingletonAstVisitor.html#visitClassComplete(org.codehaus.groovy.ast.ClassNode)" title="Method in StatelessSingletonAstVisitor">visitClassComplete(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/StatelessSingletonAstVisitor.html">StatelessSingletonAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/UseCollectNestedAstVisitor.html#visitClassComplete(org.codehaus.groovy.ast.ClassNode)" title="Method in UseCollectNestedAstVisitor">visitClassComplete(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/UseCollectNestedAstVisitor.html">UseCollectNestedAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/AbstractClassWithoutAbstractMethodAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractClassWithoutAbstractMethodAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/AbstractClassWithoutAbstractMethodAstVisitor.html">AbstractClassWithoutAbstractMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/AbstractClassWithPublicConstructorAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractClassWithPublicConstructorAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/AbstractClassWithPublicConstructorAstVisitor.html">AbstractClassWithPublicConstructorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractMethodMetricAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/AbstractMethodMetricAstVisitor.html">AbstractMethodMetricAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/AbstractTypeNameAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractTypeNameAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/AbstractTypeNameAstVisitor.html">AbstractTypeNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in ClassReferenceAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html">ClassReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/ClassSizeAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in ClassSizeAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/ClassSizeAstVisitor.html">ClassSizeAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CloneableWithoutCloneAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in CloneableWithoutCloneAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/CloneableWithoutCloneAstVisitor.html">CloneableWithoutCloneAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CloneWithoutCloneableAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in CloneWithoutCloneableAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/CloneWithoutCloneableAstVisitor.html">CloneWithoutCloneableAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ConfusingClassNamedExceptionAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in ConfusingClassNamedExceptionAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/ConfusingClassNamedExceptionAstVisitor.html">ConfusingClassNamedExceptionAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ConfusingMethodNameAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in ConfusingMethodNameAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ConfusingMethodNameAstVisitor.html">ConfusingMethodNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ConfusingMultipleReturnsAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in ConfusingMultipleReturnsAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ConfusingMultipleReturnsAstVisitor.html">ConfusingMultipleReturnsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ConstantsOnlyInterfaceAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in ConstantsOnlyInterfaceAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ConstantsOnlyInterfaceAstVisitor.html">ConstantsOnlyInterfaceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in DuplicateLiteralAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html">DuplicateLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EqualsAndHashCodeAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in EqualsAndHashCodeAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EqualsAndHashCodeAstVisitor.html">EqualsAndHashCodeAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ExceptionExtendsErrorAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in ExceptionExtendsErrorAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/ExceptionExtendsErrorAstVisitor.html">ExceptionExtendsErrorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/ExceptionExtendsThrowableAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in ExceptionExtendsThrowableAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/ExceptionExtendsThrowableAstVisitor.html">ExceptionExtendsThrowableAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GetterMethodCouldBePropertyAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in GetterMethodCouldBePropertyAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/GetterMethodCouldBePropertyAstVisitor.html">GetterMethodCouldBePropertyAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in GrailsDomainReservedSqlKeywordNameAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameAstVisitor.html">GrailsDomainReservedSqlKeywordNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in IllegalPackageReferenceAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html">IllegalPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalSubclassAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in IllegalSubclassAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalSubclassAstVisitor.html">IllegalSubclassAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/InstanceofAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in InstanceofAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/InstanceofAstVisitor.html">InstanceofAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/MethodCountAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in MethodCountAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/MethodCountAstVisitor.html">MethodCountAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in NestedBlockDepthAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html">NestedBlockDepthAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/NonFinalSubclassOfSensitiveInterfaceAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in NonFinalSubclassOfSensitiveInterfaceAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/NonFinalSubclassOfSensitiveInterfaceAstVisitor.html">NonFinalSubclassOfSensitiveInterfaceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/PackageNameAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in PackageNameAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/PackageNameAstVisitor.html">PackageNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/PrintlnAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in PrintlnAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/PrintlnAstVisitor.html">PrintlnAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in PrivateFieldCouldBeFinalAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html">PrivateFieldCouldBeFinalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ScopedConfusingMethodNameAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in ScopedConfusingMethodNameAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ScopedConfusingMethodNameAstVisitor.html">ScopedConfusingMethodNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/SerializableClassMustDefineSerialVersionUIDAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in SerializableClassMustDefineSerialVersionUIDAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/serialization/SerializableClassMustDefineSerialVersionUIDAstVisitor.html">SerializableClassMustDefineSerialVersionUIDAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in SpaceAfterClosingBraceAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html">SpaceAfterClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in SpaceAfterOpeningBraceAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html">SpaceAfterOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in SpaceBeforeClosingBraceAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html">SpaceBeforeClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in SpaceBeforeOpeningBraceAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html">SpaceBeforeOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryConstructorAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in UnnecessaryConstructorAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryConstructorAstVisitor.html">UnnecessaryConstructorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in UnnecessaryPackageReferenceAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html">UnnecessaryPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPublicModifierAstVisitor.html#visitClassEx(org.codehaus.groovy.ast.ClassNode)" title="Method in UnnecessaryPublicModifierAstVisitor">visitClassEx(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPublicModifierAstVisitor.html">UnnecessaryPublicModifierAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitClassExpression(org.codehaus.groovy.ast.expr.ClassExpression)" title="Method in AbstractFieldVisitor">visitClassExpression(ClassExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitClassExpression(org.codehaus.groovy.ast.expr.ClassExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitClassExpression(ClassExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitClassExpression(org.codehaus.groovy.ast.expr.ClassExpression)" title="Method in AbstractMethodVisitor">visitClassExpression(ClassExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html#visitClassExpression(org.codehaus.groovy.ast.expr.ClassExpression)" title="Method in ClassReferenceAstVisitor">visitClassExpression(ClassExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html">ClassReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html#visitClassExpression(org.codehaus.groovy.ast.expr.ClassExpression)" title="Method in IllegalPackageReferenceAstVisitor">visitClassExpression(ClassExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html">IllegalPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html#visitClassExpression(org.codehaus.groovy.ast.expr.ClassExpression)" title="Method in UnnecessaryPackageReferenceAstVisitor">visitClassExpression(ClassExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html">UnnecessaryPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in AbstractFieldVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in AbstractMethodVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in ClassReferenceAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html">ClassReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/ClosureStatementOnOpeningLineOfMultipleLineClosureAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in ClosureStatementOnOpeningLineOfMultipleLineClosureAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/ClosureStatementOnOpeningLineOfMultipleLineClosureAstVisitor.html">ClosureStatementOnOpeningLineOfMultipleLineClosureAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in IllegalPackageReferenceAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html">IllegalPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ImplementationAsTypeAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in ImplementationAsTypeAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ImplementationAsTypeAstVisitor.html">ImplementationAsTypeAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in NestedBlockDepthAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html">NestedBlockDepthAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/NestedSynchronizationAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in NestedSynchronizationAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/NestedSynchronizationAstVisitor.html">NestedSynchronizationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/NullReturnTracker.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in NullReturnTracker">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/NullReturnTracker.html">NullReturnTracker</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ParameterNameAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in ParameterNameAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ParameterNameAstVisitor.html">ParameterNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/ParameterReassignmentAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in ParameterReassignmentAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/ParameterReassignmentAstVisitor.html">ParameterReassignmentAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in PrivateFieldCouldBeFinalAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html">PrivateFieldCouldBeFinalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in SpaceAfterClosingBraceAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html">SpaceAfterClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in SpaceAfterCommaAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html">SpaceAfterCommaAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in SpaceAfterOpeningBraceAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html">SpaceAfterOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundClosureArrowAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in SpaceAroundClosureArrowAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAroundClosureArrowAstVisitor.html">SpaceAroundClosureArrowAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in SpaceBeforeClosingBraceAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html">SpaceBeforeClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in SpaceBeforeOpeningBraceAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html">SpaceBeforeOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in UnnecessaryPackageReferenceAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html">UnnecessaryPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryReturnKeywordAstVisitor.html#visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression)" title="Method in UnnecessaryReturnKeywordAstVisitor">visitClosureExpression(ClosureExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryReturnKeywordAstVisitor.html">UnnecessaryReturnKeywordAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitClosureListExpression(org.codehaus.groovy.ast.expr.ClosureListExpression)" title="Method in AbstractFieldVisitor">visitClosureListExpression(ClosureListExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitClosureListExpression(org.codehaus.groovy.ast.expr.ClosureListExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitClosureListExpression(ClosureListExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitClosureListExpression(org.codehaus.groovy.ast.expr.ClosureListExpression)" title="Method in AbstractMethodVisitor">visitClosureListExpression(ClosureListExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitConstantExpression(org.codehaus.groovy.ast.expr.ConstantExpression)" title="Method in AbstractFieldVisitor">visitConstantExpression(ConstantExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitConstantExpression(org.codehaus.groovy.ast.expr.ConstantExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitConstantExpression(ConstantExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitConstantExpression(org.codehaus.groovy.ast.expr.ConstantExpression)" title="Method in AbstractMethodVisitor">visitConstantExpression(ConstantExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GStringExpressionWithinStringAstVisitor.html#visitConstantExpression(org.codehaus.groovy.ast.expr.ConstantExpression)" title="Method in GStringExpressionWithinStringAstVisitor">visitConstantExpression(ConstantExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/GStringExpressionWithinStringAstVisitor.html">GStringExpressionWithinStringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/LongLiteralWithLowerCaseLAstVisitor.html#visitConstantExpression(org.codehaus.groovy.ast.expr.ConstantExpression)" title="Method in LongLiteralWithLowerCaseLAstVisitor">visitConstantExpression(ConstantExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/LongLiteralWithLowerCaseLAstVisitor.html">LongLiteralWithLowerCaseLAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryGStringAstVisitor.html#visitConstantExpression(org.codehaus.groovy.ast.expr.ConstantExpression)" title="Method in UnnecessaryGStringAstVisitor">visitConstantExpression(ConstantExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryGStringAstVisitor.html">UnnecessaryGStringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySemicolonAstVisitor.html#visitConstantExpression(org.codehaus.groovy.ast.expr.ConstantExpression)" title="Method in UnnecessarySemicolonAstVisitor">visitConstantExpression(ConstantExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySemicolonAstVisitor.html">UnnecessarySemicolonAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in AbstractFieldVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in AbstractMethodCallExpressionVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in AbstractMethodVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ImplementationAsTypeAstVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in ImplementationAsTypeAstVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ImplementationAsTypeAstVisitor.html">ImplementationAsTypeAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ParameterNameAstVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in ParameterNameAstVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ParameterNameAstVisitor.html">ParameterNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in PrivateFieldCouldBeFinalAstVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html">PrivateFieldCouldBeFinalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in SpaceAfterClosingBraceAstVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html">SpaceAfterClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in SpaceAfterOpeningBraceAstVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html">SpaceAfterOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in SpaceBeforeClosingBraceAstVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html">SpaceBeforeClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in SpaceBeforeOpeningBraceAstVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html">SpaceBeforeOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThisReferenceEscapesConstructorAstVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in ThisReferenceEscapesConstructorAstVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/ThisReferenceEscapesConstructorAstVisitor.html">ThisReferenceEscapesConstructorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPublicModifierAstVisitor.html#visitConstructor(org.codehaus.groovy.ast.ConstructorNode)" title="Method in UnnecessaryPublicModifierAstVisitor">visitConstructor(ConstructorNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPublicModifierAstVisitor.html">UnnecessaryPublicModifierAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/AbstractConstructorCallAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in AbstractConstructorCallAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/AbstractConstructorCallAstVisitor.html">AbstractConstructorCallAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in AbstractFieldVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in AbstractMethodVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in ClassReferenceAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html">ClassReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/CoupledTestCaseAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in CoupledTestCaseAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/CoupledTestCaseAstVisitor.html">CoupledTestCaseAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitTypeInstantiationAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in ExplicitTypeInstantiationAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitTypeInstantiationAstVisitor.html">ExplicitTypeInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsMassAssignmentAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in GrailsMassAssignmentAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsMassAssignmentAstVisitor.html">GrailsMassAssignmentAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/HardCodedWindowsFileSeparatorAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in HardCodedWindowsFileSeparatorAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/HardCodedWindowsFileSeparatorAstVisitor.html">HardCodedWindowsFileSeparatorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/HardcodedWindowsRootDirectoryAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in HardcodedWindowsRootDirectoryAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/HardcodedWindowsRootDirectoryAstVisitor.html">HardcodedWindowsRootDirectoryAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in IllegalPackageReferenceAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html">IllegalPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/InsecureRandomAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in InsecureRandomAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/InsecureRandomAstVisitor.html">InsecureRandomAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/JavaIoPackageAccessAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in JavaIoPackageAccessAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/JavaIoPackageAccessAstVisitor.html">JavaIoPackageAccessAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/SimpleDateFormatMissingLocaleAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in SimpleDateFormatMissingLocaleAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/SimpleDateFormatMissingLocaleAstVisitor.html">SimpleDateFormatMissingLocaleAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in SpaceAfterCommaAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html">SpaceAfterCommaAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThisReferenceEscapesConstructorAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in ThisReferenceEscapesConstructorAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/ThisReferenceEscapesConstructorAstVisitor.html">ThisReferenceEscapesConstructorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThreadGroupAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in ThreadGroupAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/ThreadGroupAstVisitor.html">ThreadGroupAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in UnnecessaryInstantiationAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationAstVisitor.html">UnnecessaryInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html#visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression)" title="Method in UnnecessaryPackageReferenceAstVisitor">visitConstructorCallExpression(ConstructorCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html">UnnecessaryPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in AbstractFieldVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in AbstractMethodCallExpressionVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in AbstractMethodVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForMethodAstVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in BracesForMethodAstVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/BracesForMethodAstVisitor.html">BracesForMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in ClassReferenceAstVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html">ClassReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/FinalClassWithProtectedMemberAstVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in FinalClassWithProtectedMemberAstVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/FinalClassWithProtectedMemberAstVisitor.html">FinalClassWithProtectedMemberAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in IllegalPackageReferenceAstVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html">IllegalPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/MethodSizeAstVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in MethodSizeAstVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/MethodSizeAstVisitor.html">MethodSizeAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/ParameterCountAstVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in ParameterCountAstVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/ParameterCountAstVisitor.html">ParameterCountAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in SpaceAfterCommaAstVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html">SpaceAfterCommaAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInMethodDeclarationAstVisitor.html#visitConstructorOrMethod(org.codehaus.groovy.ast.MethodNode, boolean)" title="Method in UnnecessaryDefInMethodDeclarationAstVisitor">visitConstructorOrMethod(MethodNode, boolean)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInMethodDeclarationAstVisitor.html">UnnecessaryDefInMethodDeclarationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitContinueStatement(org.codehaus.groovy.ast.stmt.ContinueStatement)" title="Method in AbstractFieldVisitor">visitContinueStatement(ContinueStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitContinueStatement(org.codehaus.groovy.ast.stmt.ContinueStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitContinueStatement(ContinueStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitContinueStatement(org.codehaus.groovy.ast.stmt.ContinueStatement)" title="Method in AbstractMethodVisitor">visitContinueStatement(ContinueStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in AbstractFieldVisitor">visitDeclarationExpression(DeclarationExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitDeclarationExpression(DeclarationExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in AbstractMethodVisitor">visitDeclarationExpression(DeclarationExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/AssignCollectionSortAstVisitor.html#visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in AssignCollectionSortAstVisitor">visitDeclarationExpression(DeclarationExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/AssignCollectionSortAstVisitor.html">AssignCollectionSortAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/AssignCollectionUniqueAstVisitor.html#visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in AssignCollectionUniqueAstVisitor">visitDeclarationExpression(DeclarationExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/AssignCollectionUniqueAstVisitor.html">AssignCollectionUniqueAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ConfusingMultipleReturnsAstVisitor.html#visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in ConfusingMultipleReturnsAstVisitor">visitDeclarationExpression(DeclarationExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ConfusingMultipleReturnsAstVisitor.html">ConfusingMultipleReturnsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ImplementationAsTypeAstVisitor.html#visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in ImplementationAsTypeAstVisitor">visitDeclarationExpression(DeclarationExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ImplementationAsTypeAstVisitor.html">ImplementationAsTypeAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundOperatorAstVisitor.html#visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in SpaceAroundOperatorAstVisitor">visitDeclarationExpression(DeclarationExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAroundOperatorAstVisitor.html">SpaceAroundOperatorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryToStringAstVisitor.html#visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in UnnecessaryToStringAstVisitor">visitDeclarationExpression(DeclarationExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryToStringAstVisitor.html">UnnecessaryToStringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedVariableAstVisitor.html#visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in UnusedVariableAstVisitor">visitDeclarationExpression(DeclarationExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedVariableAstVisitor.html">UnusedVariableAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/VariableNameAstVisitor.html#visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression)" title="Method in VariableNameAstVisitor">visitDeclarationExpression(DeclarationExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/VariableNameAstVisitor.html">VariableNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitDoWhileLoop(org.codehaus.groovy.ast.stmt.DoWhileStatement)" title="Method in AbstractFieldVisitor">visitDoWhileLoop(DoWhileStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitDoWhileLoop(org.codehaus.groovy.ast.stmt.DoWhileStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitDoWhileLoop(DoWhileStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitDoWhileLoop(org.codehaus.groovy.ast.stmt.DoWhileStatement)" title="Method in AbstractMethodVisitor">visitDoWhileLoop(DoWhileStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForIfElseAstVisitor.html#visitElse(groovy.org.codenarc.rule.formatting.BracesForIfElseRule, org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in BracesForIfElseAstVisitor">visitElse(BracesForIfElseRule, IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/BracesForIfElseAstVisitor.html">BracesForIfElseAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForIfElseAstVisitor.html#visitElseClosingBrace(groovy.org.codenarc.rule.formatting.BracesForIfElseRule, org.codehaus.groovy.ast.stmt.IfStatement, java.lang.String)" title="Method in BracesForIfElseAstVisitor">visitElseClosingBrace(BracesForIfElseRule, IfStatement, String)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/BracesForIfElseAstVisitor.html">BracesForIfElseAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForIfElseAstVisitor.html#visitElseOpeningBrace(groovy.org.codenarc.rule.formatting.BracesForIfElseRule, org.codehaus.groovy.ast.stmt.IfStatement, java.lang.String)" title="Method in BracesForIfElseAstVisitor">visitElseOpeningBrace(BracesForIfElseRule, IfStatement, String)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/BracesForIfElseAstVisitor.html">BracesForIfElseAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitEmptyStatement(org.codehaus.groovy.ast.stmt.EmptyStatement)" title="Method in AbstractFieldVisitor">visitEmptyStatement(EmptyStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitEmptyStatement(org.codehaus.groovy.ast.stmt.EmptyStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitEmptyStatement(EmptyStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitEmptyStatement(org.codehaus.groovy.ast.stmt.EmptyStatement)" title="Method in AbstractMethodVisitor">visitEmptyStatement(EmptyStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitExpressionStatement(org.codehaus.groovy.ast.stmt.ExpressionStatement)" title="Method in AbstractFieldVisitor">visitExpressionStatement(ExpressionStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitExpressionStatement(org.codehaus.groovy.ast.stmt.ExpressionStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitExpressionStatement(ExpressionStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitExpressionStatement(org.codehaus.groovy.ast.stmt.ExpressionStatement)" title="Method in AbstractMethodVisitor">visitExpressionStatement(ExpressionStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInVariableDeclarationAstVisitor.html#visitExpressionStatement(org.codehaus.groovy.ast.stmt.ExpressionStatement)" title="Method in UnnecessaryDefInVariableDeclarationAstVisitor">visitExpressionStatement(ExpressionStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInVariableDeclarationAstVisitor.html">UnnecessaryDefInVariableDeclarationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedArrayAstVisitor.html#visitExpressionStatement(org.codehaus.groovy.ast.stmt.ExpressionStatement)" title="Method in UnusedArrayAstVisitor">visitExpressionStatement(ExpressionStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedArrayAstVisitor.html">UnusedArrayAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedObjectAstVisitor.html#visitExpressionStatement(org.codehaus.groovy.ast.stmt.ExpressionStatement)" title="Method in UnusedObjectAstVisitor">visitExpressionStatement(ExpressionStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedObjectAstVisitor.html">UnusedObjectAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in AbstractMethodCallExpressionVisitor">visitField(FieldNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in AbstractMethodVisitor">visitField(FieldNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in ClassReferenceAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html">ClassReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in DuplicateLiteralAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html">DuplicateLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/EnumCustomSerializationIgnoredAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in EnumCustomSerializationIgnoredAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/serialization/EnumCustomSerializationIgnoredAstVisitor.html">EnumCustomSerializationIgnoredAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/FieldNameAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in FieldNameAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/FieldNameAstVisitor.html">FieldNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/FinalClassWithProtectedMemberAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in FinalClassWithProtectedMemberAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/FinalClassWithProtectedMemberAstVisitor.html">FinalClassWithProtectedMemberAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainCantReferenceServiceAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in GrailsDomainCantReferenceServiceAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsDomainCantReferenceServiceAstVisitor.html">GrailsDomainCantReferenceServiceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in GrailsDomainReservedSqlKeywordNameAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsDomainReservedSqlKeywordNameAstVisitor.html">GrailsDomainReservedSqlKeywordNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDuplicateConstraintAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in GrailsDuplicateConstraintAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsDuplicateConstraintAstVisitor.html">GrailsDuplicateConstraintAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDuplicateMappingAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in GrailsDuplicateMappingAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsDuplicateMappingAstVisitor.html">GrailsDuplicateMappingAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in IllegalClassMemberAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberAstVisitor.html">IllegalClassMemberAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in IllegalPackageReferenceAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html">IllegalPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ImplementationAsTypeAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in ImplementationAsTypeAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ImplementationAsTypeAstVisitor.html">ImplementationAsTypeAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitPublicFieldAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in JUnitPublicFieldAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitPublicFieldAstVisitor.html">JUnitPublicFieldAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LoggerForDifferentClassAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in LoggerForDifferentClassAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/LoggerForDifferentClassAstVisitor.html">LoggerForDifferentClassAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LoggerWithWrongModifiersAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in LoggerWithWrongModifiersAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/LoggerWithWrongModifiersAstVisitor.html">LoggerWithWrongModifiersAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/LoggingSwallowsStacktraceAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in LoggingSwallowsStacktraceAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/LoggingSwallowsStacktraceAstVisitor.html">LoggingSwallowsStacktraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/MultipleLoggersAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in MultipleLoggersAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/MultipleLoggersAstVisitor.html">MultipleLoggersAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/NonFinalPublicFieldAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in NonFinalPublicFieldAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/NonFinalPublicFieldAstVisitor.html">NonFinalPublicFieldAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PublicInstanceFieldAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in PublicInstanceFieldAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/PublicInstanceFieldAstVisitor.html">PublicInstanceFieldAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/RandomDoubleCoercedToZeroAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in RandomDoubleCoercedToZeroAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/RandomDoubleCoercedToZeroAstVisitor.html">RandomDoubleCoercedToZeroAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ScopedConfusingMethodNameAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in ScopedConfusingMethodNameAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ScopedConfusingMethodNameAstVisitor.html">ScopedConfusingMethodNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/SerialPersistentFieldsAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in SerialPersistentFieldsAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/serialization/SerialPersistentFieldsAstVisitor.html">SerialPersistentFieldsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/SerialVersionUIDAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in SerialVersionUIDAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/serialization/SerialVersionUIDAstVisitor.html">SerialVersionUIDAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/StatelessClassAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in StatelessClassAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/StatelessClassAstVisitor.html">StatelessClassAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticCalendarFieldAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in StaticCalendarFieldAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/StaticCalendarFieldAstVisitor.html">StaticCalendarFieldAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticConnectionAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in StaticConnectionAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/StaticConnectionAstVisitor.html">StaticConnectionAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticDateFormatFieldAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in StaticDateFormatFieldAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/StaticDateFormatFieldAstVisitor.html">StaticDateFormatFieldAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticMatcherFieldAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in StaticMatcherFieldAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/StaticMatcherFieldAstVisitor.html">StaticMatcherFieldAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/StaticSimpleDateFormatFieldAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in StaticSimpleDateFormatFieldAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/StaticSimpleDateFormatFieldAstVisitor.html">StaticSimpleDateFormatFieldAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThreadLocalNotStaticFinalAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in ThreadLocalNotStaticFinalAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/ThreadLocalNotStaticFinalAstVisitor.html">ThreadLocalNotStaticFinalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInFieldDeclarationAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in UnnecessaryDefInFieldDeclarationAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDefInFieldDeclarationAstVisitor.html">UnnecessaryDefInFieldDeclarationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in UnnecessaryPackageReferenceAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html">UnnecessaryPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryToStringAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in UnnecessaryToStringAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryToStringAstVisitor.html">UnnecessaryToStringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryTransientModifierAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in UnnecessaryTransientModifierAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryTransientModifierAstVisitor.html">UnnecessaryTransientModifierAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/UnsafeArrayDeclarationAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in UnsafeArrayDeclarationAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/UnsafeArrayDeclarationAstVisitor.html">UnsafeArrayDeclarationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/VolatileArrayFieldAstVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in VolatileArrayFieldAstVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/VolatileArrayFieldAstVisitor.html">VolatileArrayFieldAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/VolatileLongOrDoubleFieldVisitor.html#visitField(org.codehaus.groovy.ast.FieldNode)" title="Method in VolatileLongOrDoubleFieldVisitor">visitField(FieldNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/VolatileLongOrDoubleFieldVisitor.html">VolatileLongOrDoubleFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitFieldExpression(org.codehaus.groovy.ast.expr.FieldExpression)" title="Method in AbstractFieldVisitor">visitFieldExpression(FieldExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitFieldExpression(org.codehaus.groovy.ast.expr.FieldExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitFieldExpression(FieldExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitFieldExpression(org.codehaus.groovy.ast.expr.FieldExpression)" title="Method in AbstractMethodVisitor">visitFieldExpression(FieldExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForTryCatchFinallyAstVisitor.html#visitFinally(groovy.org.codenarc.rule.formatting.BracesForTryCatchFinallyRule, org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in BracesForTryCatchFinallyAstVisitor">visitFinally(BracesForTryCatchFinallyRule, TryCatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/BracesForTryCatchFinallyAstVisitor.html">BracesForTryCatchFinallyAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in AbstractFieldVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in AbstractMethodVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForForLoopAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in BracesForForLoopAstVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/BracesForForLoopAstVisitor.html">BracesForForLoopAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/BusyWaitAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in BusyWaitAstVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/BusyWaitAstVisitor.html">BusyWaitAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyForStatementAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in EmptyForStatementAstVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptyForStatementAstVisitor.html">EmptyForStatementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ForLoopShouldBeWhileLoopAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in ForLoopShouldBeWhileLoopAstVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ForLoopShouldBeWhileLoopAstVisitor.html">ForLoopShouldBeWhileLoopAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/ForStatementBracesAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in ForStatementBracesAstVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/braces/ForStatementBracesAstVisitor.html">ForStatementBracesAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in NestedBlockDepthAstVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html">NestedBlockDepthAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/NestedForLoopAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in NestedForLoopAstVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/NestedForLoopAstVisitor.html">NestedForLoopAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterForAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in SpaceAfterForAstVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterForAstVisitor.html">SpaceAfterForAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterSemicolonAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in SpaceAfterSemicolonAstVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterSemicolonAstVisitor.html">SpaceAfterSemicolonAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedVariableAstVisitor.html#visitForLoop(org.codehaus.groovy.ast.stmt.ForStatement)" title="Method in UnusedVariableAstVisitor">visitForLoop(ForStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedVariableAstVisitor.html">UnusedVariableAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitGStringExpression(org.codehaus.groovy.ast.expr.GStringExpression)" title="Method in AbstractFieldVisitor">visitGStringExpression(GStringExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitGStringExpression(org.codehaus.groovy.ast.expr.GStringExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitGStringExpression(GStringExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitGStringExpression(org.codehaus.groovy.ast.expr.GStringExpression)" title="Method in AbstractMethodVisitor">visitGStringExpression(GStringExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html#visitGStringExpression(org.codehaus.groovy.ast.expr.GStringExpression)" title="Method in AbstractSpaceAroundBraceAstVisitor">visitGStringExpression(GStringExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/AbstractSpaceAroundBraceAstVisitor.html">AbstractSpaceAroundBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryGStringAstVisitor.html#visitGStringExpression(org.codehaus.groovy.ast.expr.GStringExpression)" title="Method in UnnecessaryGStringAstVisitor">visitGStringExpression(GStringExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryGStringAstVisitor.html">UnnecessaryGStringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in AbstractFieldVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in AbstractMethodVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AssignmentInConditionalAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in AssignmentInConditionalAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/AssignmentInConditionalAstVisitor.html">AssignmentInConditionalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BitwiseOperatorInConditionalAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in BitwiseOperatorInConditionalAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/BitwiseOperatorInConditionalAstVisitor.html">BitwiseOperatorInConditionalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForIfElseAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in BracesForIfElseAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/BracesForIfElseAstVisitor.html">BracesForIfElseAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ConstantIfExpressionAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in ConstantIfExpressionAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ConstantIfExpressionAstVisitor.html">ConstantIfExpressionAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/CouldBeElvisAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in CouldBeElvisAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/CouldBeElvisAstVisitor.html">CouldBeElvisAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/DoubleCheckedLockingAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in DoubleCheckedLockingAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/DoubleCheckedLockingAstVisitor.html">DoubleCheckedLockingAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/ElseBlockBracesAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in ElseBlockBracesAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/braces/ElseBlockBracesAstVisitor.html">ElseBlockBracesAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyElseBlockAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in EmptyElseBlockAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptyElseBlockAstVisitor.html">EmptyElseBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyIfStatementAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in EmptyIfStatementAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptyIfStatementAstVisitor.html">EmptyIfStatementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/IfStatementBracesAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in IfStatementBracesAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/braces/IfStatementBracesAstVisitor.html">IfStatementBracesAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/IfStatementCouldBeTernaryAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in IfStatementCouldBeTernaryAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/IfStatementCouldBeTernaryAstVisitor.html">IfStatementCouldBeTernaryAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/InvertedIfElseAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in InvertedIfElseAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/InvertedIfElseAstVisitor.html">InvertedIfElseAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in NestedBlockDepthAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html">NestedBlockDepthAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterIfAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in SpaceAfterIfAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterIfAstVisitor.html">SpaceAfterIfAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryElseStatementAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in UnnecessaryElseStatementAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryElseStatementAstVisitor.html">UnnecessaryElseStatementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIfStatementAstVisitor.html#visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement)" title="Method in UnnecessaryIfStatementAstVisitor">visitIfElse(IfStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryIfStatementAstVisitor.html">UnnecessaryIfStatementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitImports(org.codehaus.groovy.ast.ModuleNode)" title="Method in AbstractFieldVisitor">visitImports(ModuleNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitImports(org.codehaus.groovy.ast.ModuleNode)" title="Method in AbstractMethodCallExpressionVisitor">visitImports(ModuleNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitImports(org.codehaus.groovy.ast.ModuleNode)" title="Method in AbstractMethodVisitor">visitImports(ModuleNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html#visitImports(org.codehaus.groovy.ast.ModuleNode)" title="Method in ClassReferenceAstVisitor">visitImports(ModuleNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html">ClassReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GroovyLangImmutableAstVisitor.html#visitImports(org.codehaus.groovy.ast.ModuleNode)" title="Method in GroovyLangImmutableAstVisitor">visitImports(ModuleNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/GroovyLangImmutableAstVisitor.html">GroovyLangImmutableAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html#visitImports(org.codehaus.groovy.ast.ModuleNode)" title="Method in IllegalPackageReferenceAstVisitor">visitImports(ModuleNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html">IllegalPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitListExpression(org.codehaus.groovy.ast.expr.ListExpression)" title="Method in AbstractFieldVisitor">visitListExpression(ListExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitListExpression(org.codehaus.groovy.ast.expr.ListExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitListExpression(ListExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitListExpression(org.codehaus.groovy.ast.expr.ListExpression)" title="Method in AbstractMethodVisitor">visitListExpression(ListExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateListLiteralAstVisitor.html#visitListExpression(org.codehaus.groovy.ast.expr.ListExpression)" title="Method in DuplicateListLiteralAstVisitor">visitListExpression(ListExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateListLiteralAstVisitor.html">DuplicateListLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html#visitListExpression(org.codehaus.groovy.ast.expr.ListExpression)" title="Method in DuplicateLiteralAstVisitor">visitListExpression(ListExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html">DuplicateLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html#visitListExpression(org.codehaus.groovy.ast.expr.ListExpression)" title="Method in SpaceAfterCommaAstVisitor">visitListExpression(ListExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html">SpaceAfterCommaAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitListOfExpressions(List<? extends Expression>)" title="Method in AbstractFieldVisitor">visitListOfExpressions(List&lt;? extends Expression&gt;)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitListOfExpressions(List<? extends Expression>)" title="Method in AbstractMethodCallExpressionVisitor">visitListOfExpressions(List&lt;? extends Expression&gt;)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitListOfExpressions(List<? extends Expression>)" title="Method in AbstractMethodVisitor">visitListOfExpressions(List&lt;? extends Expression&gt;)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitMapEntryExpression(org.codehaus.groovy.ast.expr.MapEntryExpression)" title="Method in AbstractFieldVisitor">visitMapEntryExpression(MapEntryExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitMapEntryExpression(org.codehaus.groovy.ast.expr.MapEntryExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitMapEntryExpression(MapEntryExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitMapEntryExpression(org.codehaus.groovy.ast.expr.MapEntryExpression)" title="Method in AbstractMethodVisitor">visitMapEntryExpression(MapEntryExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html#visitMapEntryExpression(org.codehaus.groovy.ast.expr.MapEntryExpression)" title="Method in DuplicateLiteralAstVisitor">visitMapEntryExpression(MapEntryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html">DuplicateLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GStringAsMapKeyAstVisitor.html#visitMapEntryExpression(org.codehaus.groovy.ast.expr.MapEntryExpression)" title="Method in GStringAsMapKeyAstVisitor">visitMapEntryExpression(MapEntryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/GStringAsMapKeyAstVisitor.html">GStringAsMapKeyAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html#visitMapEntryExpression(org.codehaus.groovy.ast.expr.MapEntryExpression)" title="Method in SpaceAfterClosingBraceAstVisitor">visitMapEntryExpression(MapEntryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html">SpaceAfterClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html#visitMapEntryExpression(org.codehaus.groovy.ast.expr.MapEntryExpression)" title="Method in SpaceAfterOpeningBraceAstVisitor">visitMapEntryExpression(MapEntryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html">SpaceAfterOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundMapEntryColonAstVisitor.html#visitMapEntryExpression(org.codehaus.groovy.ast.expr.MapEntryExpression)" title="Method in SpaceAroundMapEntryColonAstVisitor">visitMapEntryExpression(MapEntryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAroundMapEntryColonAstVisitor.html">SpaceAroundMapEntryColonAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html#visitMapEntryExpression(org.codehaus.groovy.ast.expr.MapEntryExpression)" title="Method in SpaceBeforeClosingBraceAstVisitor">visitMapEntryExpression(MapEntryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html">SpaceBeforeClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html#visitMapEntryExpression(org.codehaus.groovy.ast.expr.MapEntryExpression)" title="Method in SpaceBeforeOpeningBraceAstVisitor">visitMapEntryExpression(MapEntryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html">SpaceBeforeOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitMapExpression(org.codehaus.groovy.ast.expr.MapExpression)" title="Method in AbstractFieldVisitor">visitMapExpression(MapExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitMapExpression(org.codehaus.groovy.ast.expr.MapExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitMapExpression(MapExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitMapExpression(org.codehaus.groovy.ast.expr.MapExpression)" title="Method in AbstractMethodVisitor">visitMapExpression(MapExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DuplicateMapKeyAstVisitor.html#visitMapExpression(org.codehaus.groovy.ast.expr.MapExpression)" title="Method in DuplicateMapKeyAstVisitor">visitMapExpression(MapExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/DuplicateMapKeyAstVisitor.html">DuplicateMapKeyAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateMapLiteralAstVisitor.html#visitMapExpression(org.codehaus.groovy.ast.expr.MapExpression)" title="Method in DuplicateMapLiteralAstVisitor">visitMapExpression(MapExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateMapLiteralAstVisitor.html">DuplicateMapLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html#visitMapExpression(org.codehaus.groovy.ast.expr.MapExpression)" title="Method in SpaceAfterCommaAstVisitor">visitMapExpression(MapExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html">SpaceAfterCommaAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in AbstractAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in AbstractFieldVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in AbstractMethodCallExpressionVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in AbstractMethodVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/BuilderMethodWithSideEffectsAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in BuilderMethodWithSideEffectsAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/BuilderMethodWithSideEffectsAstVisitor.html">BuilderMethodWithSideEffectsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CloseWithoutCloseableAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in CloseWithoutCloseableAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/CloseWithoutCloseableAstVisitor.html">CloseWithoutCloseableAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CompareToWithoutComparableAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in CompareToWithoutComparableAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/CompareToWithoutComparableAstVisitor.html">CompareToWithoutComparableAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyMethodAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in EmptyMethodAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptyMethodAstVisitor.html">EmptyMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/EmptyMethodInAbstractClassAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in EmptyMethodInAbstractClassAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/EmptyMethodInAbstractClassAstVisitor.html">EmptyMethodInAbstractClassAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyStaticInitializerAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in EmptyStaticInitializerAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptyStaticInitializerAstVisitor.html">EmptyStaticInitializerAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EqualsOverloadedAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in EqualsOverloadedAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EqualsOverloadedAstVisitor.html">EqualsOverloadedAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/FactoryMethodNameAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in FactoryMethodNameAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/FactoryMethodNameAstVisitor.html">FactoryMethodNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsPublicControllerMethodAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in GrailsPublicControllerMethodAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsPublicControllerMethodAstVisitor.html">GrailsPublicControllerMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/InconsistentPropertyLockingAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in InconsistentPropertyLockingAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/InconsistentPropertyLockingAstVisitor.html">InconsistentPropertyLockingAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/InconsistentPropertySynchronizationAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in InconsistentPropertySynchronizationAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/InconsistentPropertySynchronizationAstVisitor.html">InconsistentPropertySynchronizationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitLostTestAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in JUnitLostTestAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitLostTestAstVisitor.html">JUnitLostTestAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitPublicNonTestMethodAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in JUnitPublicNonTestMethodAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitPublicNonTestMethodAstVisitor.html">JUnitPublicNonTestMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitSetUpCallsSuperAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in JUnitSetUpCallsSuperAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitSetUpCallsSuperAstVisitor.html">JUnitSetUpCallsSuperAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitTearDownCallsSuperAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in JUnitTearDownCallsSuperAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitTearDownCallsSuperAstVisitor.html">JUnitTearDownCallsSuperAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitTestMethodWithoutAssertAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in JUnitTestMethodWithoutAssertAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitTestMethodWithoutAssertAstVisitor.html">JUnitTestMethodWithoutAssertAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUnnecessarySetUpAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in JUnitUnnecessarySetUpAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitUnnecessarySetUpAstVisitor.html">JUnitUnnecessarySetUpAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUnnecessaryTearDownAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in JUnitUnnecessaryTearDownAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitUnnecessaryTearDownAstVisitor.html">JUnitUnnecessaryTearDownAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/MethodNameAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in MethodNameAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/MethodNameAstVisitor.html">MethodNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ObjectOverrideMisspelledMethodNameAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in ObjectOverrideMisspelledMethodNameAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ObjectOverrideMisspelledMethodNameAstVisitor.html">ObjectOverrideMisspelledMethodNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/PublicFinalizeMethodAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in PublicFinalizeMethodAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/PublicFinalizeMethodAstVisitor.html">PublicFinalizeMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/SpockIgnoreRestUsedAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in SpockIgnoreRestUsedAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/SpockIgnoreRestUsedAstVisitor.html">SpockIgnoreRestUsedAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedMethodAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in SynchronizedMethodAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/SynchronizedMethodAstVisitor.html">SynchronizedMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedReadObjectMethodAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in SynchronizedReadObjectMethodAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/SynchronizedReadObjectMethodAstVisitor.html">SynchronizedReadObjectMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryFinalOnPrivateMethodAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in UnnecessaryFinalOnPrivateMethodAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryFinalOnPrivateMethodAstVisitor.html">UnnecessaryFinalOnPrivateMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryOverridingMethodAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in UnnecessaryOverridingMethodAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryOverridingMethodAstVisitor.html">UnnecessaryOverridingMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedMethodParameterAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in UnusedMethodParameterAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedMethodParameterAstVisitor.html">UnusedMethodParameterAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodParameterAstVisitor.html#visitMethod(org.codehaus.groovy.ast.MethodNode)" title="Method in UnusedPrivateMethodParameterAstVisitor">visitMethod(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodParameterAstVisitor.html">UnusedPrivateMethodParameterAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in AbstractFieldVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in AbstractMethodVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/AssertionTrap.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in AssertionTrap">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/AssertionTrap.html">AssertionTrap</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BooleanGetBooleanAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in BooleanGetBooleanAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/BooleanGetBooleanAstVisitor.html">BooleanGetBooleanAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/ChainedTestAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ChainedTestAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/ChainedTestAstVisitor.html">ChainedTestAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ClassForNameAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ClassForNameAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ClassForNameAstVisitor.html">ClassForNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ClosureAsLastMethodParameterAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ClosureAsLastMethodParameterAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ClosureAsLastMethodParameterAstVisitor.html">ClosureAsLastMethodParameterAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/CollectAllIsDeprecatedAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in CollectAllIsDeprecatedAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/CollectAllIsDeprecatedAstVisitor.html">CollectAllIsDeprecatedAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ComparisonOfTwoConstantsAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ComparisonOfTwoConstantsAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ComparisonOfTwoConstantsAstVisitor.html">ComparisonOfTwoConstantsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ComparisonWithSelfAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ComparisonWithSelfAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ComparisonWithSelfAstVisitor.html">ComparisonWithSelfAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/ConsecutiveLiteralAppendsAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ConsecutiveLiteralAppendsAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/ConsecutiveLiteralAppendsAstVisitor.html">ConsecutiveLiteralAppendsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/CoupledTestCaseAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in CoupledTestCaseAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/CoupledTestCaseAstVisitor.html">CoupledTestCaseAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/jdbc/DirectConnectionManagementAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in DirectConnectionManagementAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/jdbc/DirectConnectionManagementAstVisitor.html">DirectConnectionManagementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in DuplicateLiteralAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html">DuplicateLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMethodAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitCallToMethodAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/ExplicitCallToMethodAstVisitor.html">ExplicitCallToMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ExplicitGarbageCollectionAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ExplicitGarbageCollectionAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ExplicitGarbageCollectionAstVisitor.html">ExplicitGarbageCollectionAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in FieldReferenceAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html">FieldReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/FileCreateTempFileAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in FileCreateTempFileAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/FileCreateTempFileAstVisitor.html">FileCreateTempFileAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDuplicateConstraintAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in GrailsDuplicateConstraintAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsDuplicateConstraintAstVisitor.html">GrailsDuplicateConstraintAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsDuplicateMappingAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in GrailsDuplicateMappingAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsDuplicateMappingAstVisitor.html">GrailsDuplicateMappingAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/InsecureRandomAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in InsecureRandomAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/InsecureRandomAstVisitor.html">InsecureRandomAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/IntegerGetIntegerAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in IntegerGetIntegerAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/IntegerGetIntegerAstVisitor.html">IntegerGetIntegerAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/JavaIoPackageAccessAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in JavaIoPackageAccessAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/JavaIoPackageAccessAstVisitor.html">JavaIoPackageAccessAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitAssertAlwaysFailsAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in JUnitAssertAlwaysFailsAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitAssertAlwaysFailsAstVisitor.html">JUnitAssertAlwaysFailsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitAssertAlwaysSucceedsAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in JUnitAssertAlwaysSucceedsAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitAssertAlwaysSucceedsAstVisitor.html">JUnitAssertAlwaysSucceedsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitAssertEqualsConstantActualValueAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in JUnitAssertEqualsConstantActualValueAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitAssertEqualsConstantActualValueAstVisitor.html">JUnitAssertEqualsConstantActualValueAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitFailWithoutMessageRuleAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in JUnitFailWithoutMessageRuleAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitFailWithoutMessageRuleAstVisitor.html">JUnitFailWithoutMessageRuleAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitStyleAssertionsAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in JUnitStyleAssertionsAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitStyleAssertionsAstVisitor.html">JUnitStyleAssertionsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/LocaleSetDefaultAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in LocaleSetDefaultAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/LocaleSetDefaultAstVisitor.html">LocaleSetDefaultAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in NestedBlockDepthAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html">NestedBlockDepthAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/ObjectFinalizeAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ObjectFinalizeAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/ObjectFinalizeAstVisitor.html">ObjectFinalizeAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/PrintlnAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in PrintlnAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/PrintlnAstVisitor.html">PrintlnAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/PrintStackTraceAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in PrintStackTraceAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/PrintStackTraceAstVisitor.html">PrintStackTraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/ReferenceCollector.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ReferenceCollector">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/ReferenceCollector.html">ReferenceCollector</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/RemoveAllOnSelfAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in RemoveAllOnSelfAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/RemoveAllOnSelfAstVisitor.html">RemoveAllOnSelfAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in SpaceAfterCommaAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterCommaAstVisitor.html">SpaceAfterCommaAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/SystemErrPrintAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in SystemErrPrintAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/SystemErrPrintAstVisitor.html">SystemErrPrintAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/SystemExitAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in SystemExitAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/SystemExitAstVisitor.html">SystemExitAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/logging/SystemOutPrintAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in SystemOutPrintAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/logging/SystemOutPrintAstVisitor.html">SystemOutPrintAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SystemRunFinalizersOnExitAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in SystemRunFinalizersOnExitAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/SystemRunFinalizersOnExitAstVisitor.html">SystemRunFinalizersOnExitAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThisReferenceEscapesConstructorAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ThisReferenceEscapesConstructorAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/ThisReferenceEscapesConstructorAstVisitor.html">ThisReferenceEscapesConstructorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThreadGroupAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ThreadGroupAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/ThreadGroupAstVisitor.html">ThreadGroupAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/ThreadYieldAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in ThreadYieldAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/ThreadYieldAstVisitor.html">ThreadYieldAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanInstantiationAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnnecessaryBooleanInstantiationAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanInstantiationAstVisitor.html">UnnecessaryBooleanInstantiationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCallForLastElementAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnnecessaryCallForLastElementAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCallForLastElementAstVisitor.html">UnnecessaryCallForLastElementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCallToSubstringAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnnecessaryCallToSubstringAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCallToSubstringAstVisitor.html">UnnecessaryCallToSubstringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCollectCallAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnnecessaryCollectCallAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCollectCallAstVisitor.html">UnnecessaryCollectCallAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCollectionCallAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnnecessaryCollectionCallAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCollectionCallAstVisitor.html">UnnecessaryCollectionCallAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryGetterAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnnecessaryGetterAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryGetterAstVisitor.html">UnnecessaryGetterAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationToGetClassAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnnecessaryInstantiationToGetClassAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryInstantiationToGetClassAstVisitor.html">UnnecessaryInstantiationToGetClassAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryParenthesesForMethodCallWithClosureAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnnecessaryParenthesesForMethodCallWithClosureAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryParenthesesForMethodCallWithClosureAstVisitor.html">UnnecessaryParenthesesForMethodCallWithClosureAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySafeNavigationOperatorAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnnecessarySafeNavigationOperatorAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySafeNavigationOperatorAstVisitor.html">UnnecessarySafeNavigationOperatorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySubstringAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnnecessarySubstringAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySubstringAstVisitor.html">UnnecessarySubstringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryToStringAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnnecessaryToStringAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryToStringAstVisitor.html">UnnecessaryToStringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnusedPrivateMethodAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodAstVisitor.html">UnusedPrivateMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedVariableAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UnusedVariableAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedVariableAstVisitor.html">UnusedVariableAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertEqualsInsteadOfAssertTrueAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UseAssertEqualsInsteadOfAssertTrueAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/UseAssertEqualsInsteadOfAssertTrueAstVisitor.html">UseAssertEqualsInsteadOfAssertTrueAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertFalseInsteadOfNegationAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UseAssertFalseInsteadOfNegationAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/UseAssertFalseInsteadOfNegationAstVisitor.html">UseAssertFalseInsteadOfNegationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertNullInsteadOfAssertEqualsAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UseAssertNullInsteadOfAssertEqualsAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/UseAssertNullInsteadOfAssertEqualsAstVisitor.html">UseAssertNullInsteadOfAssertEqualsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertSameInsteadOfAssertTrueAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UseAssertSameInsteadOfAssertTrueAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/UseAssertSameInsteadOfAssertTrueAstVisitor.html">UseAssertSameInsteadOfAssertTrueAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertTrueInsteadOfAssertEqualsAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UseAssertTrueInsteadOfAssertEqualsAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/UseAssertTrueInsteadOfAssertEqualsAstVisitor.html">UseAssertTrueInsteadOfAssertEqualsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/UseAssertTrueInsteadOfNegationAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UseAssertTrueInsteadOfNegationAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/UseAssertTrueInsteadOfNegationAstVisitor.html">UseAssertTrueInsteadOfNegationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/UseCollectManyAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UseCollectManyAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/UseCollectManyAstVisitor.html">UseCollectManyAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/UseCollectNestedAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UseCollectNestedAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/UseCollectNestedAstVisitor.html">UseCollectNestedAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/UseOfNotifyMethodAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in UseOfNotifyMethodAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/UseOfNotifyMethodAstVisitor.html">UseOfNotifyMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/WaitOutsideOfWhileLoopAstVisitor.html#visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression)" title="Method in WaitOutsideOfWhileLoopAstVisitor">visitMethodCallExpression(MethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/WaitOutsideOfWhileLoopAstVisitor.html">WaitOutsideOfWhileLoopAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#visitMethodComplete(org.codehaus.groovy.ast.MethodNode)" title="Method in AbstractAstVisitor">visitMethodComplete(MethodNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/EnumCustomSerializationIgnoredAstVisitor.html#visitMethodComplete(org.codehaus.groovy.ast.MethodNode)" title="Method in EnumCustomSerializationIgnoredAstVisitor">visitMethodComplete(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/serialization/EnumCustomSerializationIgnoredAstVisitor.html">EnumCustomSerializationIgnoredAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/ParameterReassignmentAstVisitor.html#visitMethodComplete(org.codehaus.groovy.ast.MethodNode)" title="Method in ParameterReassignmentAstVisitor">visitMethodComplete(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/ParameterReassignmentAstVisitor.html">ParameterReassignmentAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in AbstractAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractAstVisitor.html">AbstractAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/BooleanMethodReturnsNullAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in BooleanMethodReturnsNullAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/BooleanMethodReturnsNullAstVisitor.html">BooleanMethodReturnsNullAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in FieldReferenceAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html">FieldReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/groovyism/GetterMethodCouldBePropertyAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in GetterMethodCouldBePropertyAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/groovyism/GetterMethodCouldBePropertyAstVisitor.html">GetterMethodCouldBePropertyAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in IllegalClassMemberAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberAstVisitor.html">IllegalClassMemberAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ImplementationAsTypeAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in ImplementationAsTypeAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ImplementationAsTypeAstVisitor.html">ImplementationAsTypeAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitUnnecessaryThrowsExceptionAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in JUnitUnnecessaryThrowsExceptionAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitUnnecessaryThrowsExceptionAstVisitor.html">JUnitUnnecessaryThrowsExceptionAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ParameterNameAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in ParameterNameAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ParameterNameAstVisitor.html">ParameterNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/ParameterReassignmentAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in ParameterReassignmentAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/ParameterReassignmentAstVisitor.html">ParameterReassignmentAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/RandomDoubleCoercedToZeroAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in RandomDoubleCoercedToZeroAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/RandomDoubleCoercedToZeroAstVisitor.html">RandomDoubleCoercedToZeroAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyArrayAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in ReturnsNullInsteadOfEmptyArrayAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyArrayAstVisitor.html">ReturnsNullInsteadOfEmptyArrayAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyCollectionRuleAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in ReturnsNullInsteadOfEmptyCollectionRuleAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ReturnsNullInsteadOfEmptyCollectionRuleAstVisitor.html">ReturnsNullInsteadOfEmptyCollectionRuleAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/ScopedConfusingMethodNameAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in ScopedConfusingMethodNameAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/ScopedConfusingMethodNameAstVisitor.html">ScopedConfusingMethodNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in SpaceAfterClosingBraceAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterClosingBraceAstVisitor.html">SpaceAfterClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in SpaceAfterOpeningBraceAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterOpeningBraceAstVisitor.html">SpaceAfterOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in SpaceBeforeClosingBraceAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeClosingBraceAstVisitor.html">SpaceBeforeClosingBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in SpaceBeforeOpeningBraceAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html">SpaceBeforeOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ToStringReturnsNullAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in ToStringReturnsNullAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ToStringReturnsNullAstVisitor.html">ToStringReturnsNullAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in UnnecessaryPackageReferenceAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html">UnnecessaryPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPublicModifierAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in UnnecessaryPublicModifierAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPublicModifierAstVisitor.html">UnnecessaryPublicModifierAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryReturnKeywordAstVisitor.html#visitMethodEx(org.codehaus.groovy.ast.MethodNode)" title="Method in UnnecessaryReturnKeywordAstVisitor">visitMethodEx(MethodNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryReturnKeywordAstVisitor.html">UnnecessaryReturnKeywordAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitMethodPointerExpression(org.codehaus.groovy.ast.expr.MethodPointerExpression)" title="Method in AbstractFieldVisitor">visitMethodPointerExpression(MethodPointerExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitMethodPointerExpression(org.codehaus.groovy.ast.expr.MethodPointerExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitMethodPointerExpression(MethodPointerExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitMethodPointerExpression(org.codehaus.groovy.ast.expr.MethodPointerExpression)" title="Method in AbstractMethodVisitor">visitMethodPointerExpression(MethodPointerExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodAstVisitor.html#visitMethodPointerExpression(org.codehaus.groovy.ast.expr.MethodPointerExpression)" title="Method in UnusedPrivateMethodAstVisitor">visitMethodPointerExpression(MethodPointerExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodAstVisitor.html">UnusedPrivateMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitNotExpression(org.codehaus.groovy.ast.expr.NotExpression)" title="Method in AbstractFieldVisitor">visitNotExpression(NotExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitNotExpression(org.codehaus.groovy.ast.expr.NotExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitNotExpression(NotExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitNotExpression(org.codehaus.groovy.ast.expr.NotExpression)" title="Method in AbstractMethodVisitor">visitNotExpression(NotExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DoubleNegativeAstVisitor.html#visitNotExpression(org.codehaus.groovy.ast.expr.NotExpression)" title="Method in DoubleNegativeAstVisitor">visitNotExpression(NotExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/DoubleNegativeAstVisitor.html">DoubleNegativeAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/MultipleUnaryOperatorsAstVisitor.html#visitNotExpression(org.codehaus.groovy.ast.expr.NotExpression)" title="Method in MultipleUnaryOperatorsAstVisitor">visitNotExpression(NotExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/MultipleUnaryOperatorsAstVisitor.html">MultipleUnaryOperatorsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanExpressionAstVisitor.html#visitNotExpression(org.codehaus.groovy.ast.expr.NotExpression)" title="Method in UnnecessaryBooleanExpressionAstVisitor">visitNotExpression(NotExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryBooleanExpressionAstVisitor.html">UnnecessaryBooleanExpressionAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitObjectInitializerStatements(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractFieldVisitor">visitObjectInitializerStatements(ClassNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitObjectInitializerStatements(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractMethodCallExpressionVisitor">visitObjectInitializerStatements(ClassNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitObjectInitializerStatements(org.codehaus.groovy.ast.ClassNode)" title="Method in AbstractMethodVisitor">visitObjectInitializerStatements(ClassNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyInstanceInitializerAstVisitor.html#visitObjectInitializerStatements(org.codehaus.groovy.ast.ClassNode)" title="Method in EmptyInstanceInitializerAstVisitor">visitObjectInitializerStatements(ClassNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptyInstanceInitializerAstVisitor.html">EmptyInstanceInitializerAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitPackage(org.codehaus.groovy.ast.PackageNode)" title="Method in AbstractFieldVisitor">visitPackage(PackageNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitPackage(org.codehaus.groovy.ast.PackageNode)" title="Method in AbstractMethodCallExpressionVisitor">visitPackage(PackageNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitPackage(org.codehaus.groovy.ast.PackageNode)" title="Method in AbstractMethodVisitor">visitPackage(PackageNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitPostfixExpression(org.codehaus.groovy.ast.expr.PostfixExpression)" title="Method in AbstractFieldVisitor">visitPostfixExpression(PostfixExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitPostfixExpression(org.codehaus.groovy.ast.expr.PostfixExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitPostfixExpression(PostfixExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitPostfixExpression(org.codehaus.groovy.ast.expr.PostfixExpression)" title="Method in AbstractMethodVisitor">visitPostfixExpression(PostfixExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html#visitPostfixExpression(org.codehaus.groovy.ast.expr.PostfixExpression)" title="Method in PrivateFieldCouldBeFinalAstVisitor">visitPostfixExpression(PostfixExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html">PrivateFieldCouldBeFinalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitPrefixExpression(org.codehaus.groovy.ast.expr.PrefixExpression)" title="Method in AbstractFieldVisitor">visitPrefixExpression(PrefixExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitPrefixExpression(org.codehaus.groovy.ast.expr.PrefixExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitPrefixExpression(PrefixExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitPrefixExpression(org.codehaus.groovy.ast.expr.PrefixExpression)" title="Method in AbstractMethodVisitor">visitPrefixExpression(PrefixExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html#visitPrefixExpression(org.codehaus.groovy.ast.expr.PrefixExpression)" title="Method in PrivateFieldCouldBeFinalAstVisitor">visitPrefixExpression(PrefixExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/PrivateFieldCouldBeFinalAstVisitor.html">PrivateFieldCouldBeFinalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitProperty(org.codehaus.groovy.ast.PropertyNode)" title="Method in AbstractFieldVisitor">visitProperty(PropertyNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitProperty(org.codehaus.groovy.ast.PropertyNode)" title="Method in AbstractMethodCallExpressionVisitor">visitProperty(PropertyNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitProperty(org.codehaus.groovy.ast.PropertyNode)" title="Method in AbstractMethodVisitor">visitProperty(PropertyNode)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/FieldNameAstVisitor.html#visitProperty(org.codehaus.groovy.ast.PropertyNode)" title="Method in FieldNameAstVisitor">visitProperty(PropertyNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/FieldNameAstVisitor.html">FieldNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html#visitProperty(org.codehaus.groovy.ast.PropertyNode)" title="Method in FieldReferenceAstVisitor">visitProperty(PropertyNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html">FieldReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalClassMemberAstVisitor.html#visitProperty(org.codehaus.groovy.ast.PropertyNode)" title="Method in IllegalClassMemberAstVisitor">visitProperty(PropertyNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalClassMemberAstVisitor.html">IllegalClassMemberAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitPublicPropertyAstVisitor.html#visitProperty(org.codehaus.groovy.ast.PropertyNode)" title="Method in JUnitPublicPropertyAstVisitor">visitProperty(PropertyNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitPublicPropertyAstVisitor.html">JUnitPublicPropertyAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/naming/PropertyNameAstVisitor.html#visitProperty(org.codehaus.groovy.ast.PropertyNode)" title="Method in PropertyNameAstVisitor">visitProperty(PropertyNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/naming/PropertyNameAstVisitor.html">PropertyNameAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/serialization/SerialVersionUIDAstVisitor.html#visitProperty(org.codehaus.groovy.ast.PropertyNode)" title="Method in SerialVersionUIDAstVisitor">visitProperty(PropertyNode)</a></span> - Method in <a href="groovy/org/codenarc/rule/serialization/SerialVersionUIDAstVisitor.html">SerialVersionUIDAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in AbstractFieldVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in AbstractMethodVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in ClassReferenceAstVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html">ClassReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in FieldReferenceAstVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html">FieldReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in IllegalPackageReferenceAstVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html">IllegalPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/security/JavaIoPackageAccessAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in JavaIoPackageAccessAstVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/security/JavaIoPackageAccessAstVisitor.html">JavaIoPackageAccessAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDotClassAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in UnnecessaryDotClassAstVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryDotClassAstVisitor.html">UnnecessaryDotClassAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in UnnecessaryPackageReferenceAstVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html">UnnecessaryPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySafeNavigationOperatorAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in UnnecessarySafeNavigationOperatorAstVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessarySafeNavigationOperatorAstVisitor.html">UnnecessarySafeNavigationOperatorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodAstVisitor.html#visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression)" title="Method in UnusedPrivateMethodAstVisitor">visitPropertyExpression(PropertyExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodAstVisitor.html">UnusedPrivateMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitRangeExpression(org.codehaus.groovy.ast.expr.RangeExpression)" title="Method in AbstractFieldVisitor">visitRangeExpression(RangeExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitRangeExpression(org.codehaus.groovy.ast.expr.RangeExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitRangeExpression(RangeExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitRangeExpression(org.codehaus.groovy.ast.expr.RangeExpression)" title="Method in AbstractMethodVisitor">visitRangeExpression(RangeExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitReturnStatement(org.codehaus.groovy.ast.stmt.ReturnStatement)" title="Method in AbstractFieldVisitor">visitReturnStatement(ReturnStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitReturnStatement(org.codehaus.groovy.ast.stmt.ReturnStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitReturnStatement(ReturnStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitReturnStatement(org.codehaus.groovy.ast.stmt.ReturnStatement)" title="Method in AbstractMethodVisitor">visitReturnStatement(ReturnStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/ArrayReturnTracker.html#visitReturnStatement(org.codehaus.groovy.ast.stmt.ReturnStatement)" title="Method in ArrayReturnTracker">visitReturnStatement(ReturnStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/ArrayReturnTracker.html">ArrayReturnTracker</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/BooleanReturnTracker.html#visitReturnStatement(org.codehaus.groovy.ast.stmt.ReturnStatement)" title="Method in BooleanReturnTracker">visitReturnStatement(ReturnStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/BooleanReturnTracker.html">BooleanReturnTracker</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/design/CollectionReturnTracker.html#visitReturnStatement(org.codehaus.groovy.ast.stmt.ReturnStatement)" title="Method in CollectionReturnTracker">visitReturnStatement(ReturnStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/design/CollectionReturnTracker.html">CollectionReturnTracker</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html#visitReturnStatement(org.codehaus.groovy.ast.stmt.ReturnStatement)" title="Method in DuplicateLiteralAstVisitor">visitReturnStatement(ReturnStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html">DuplicateLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/MathRandomTracker.html#visitReturnStatement(org.codehaus.groovy.ast.stmt.ReturnStatement)" title="Method in MathRandomTracker">visitReturnStatement(ReturnStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/MathRandomTracker.html">MathRandomTracker</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/NullReturnTracker.html#visitReturnStatement(org.codehaus.groovy.ast.stmt.ReturnStatement)" title="Method in NullReturnTracker">visitReturnStatement(ReturnStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/NullReturnTracker.html">NullReturnTracker</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ReturnFromFinallyBlockAstVisitor.html#visitReturnStatement(org.codehaus.groovy.ast.stmt.ReturnStatement)" title="Method in ReturnFromFinallyBlockAstVisitor">visitReturnStatement(ReturnStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ReturnFromFinallyBlockAstVisitor.html">ReturnFromFinallyBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitShortTernaryExpression(org.codehaus.groovy.ast.expr.ElvisOperatorExpression)" title="Method in AbstractFieldVisitor">visitShortTernaryExpression(ElvisOperatorExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitShortTernaryExpression(org.codehaus.groovy.ast.expr.ElvisOperatorExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitShortTernaryExpression(ElvisOperatorExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitShortTernaryExpression(org.codehaus.groovy.ast.expr.ElvisOperatorExpression)" title="Method in AbstractMethodVisitor">visitShortTernaryExpression(ElvisOperatorExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AssignmentInConditionalAstVisitor.html#visitShortTernaryExpression(org.codehaus.groovy.ast.expr.ElvisOperatorExpression)" title="Method in AssignmentInConditionalAstVisitor">visitShortTernaryExpression(ElvisOperatorExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/AssignmentInConditionalAstVisitor.html">AssignmentInConditionalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BitwiseOperatorInConditionalAstVisitor.html#visitShortTernaryExpression(org.codehaus.groovy.ast.expr.ElvisOperatorExpression)" title="Method in BitwiseOperatorInConditionalAstVisitor">visitShortTernaryExpression(ElvisOperatorExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/BitwiseOperatorInConditionalAstVisitor.html">BitwiseOperatorInConditionalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html#visitShortTernaryExpression(org.codehaus.groovy.ast.expr.ElvisOperatorExpression)" title="Method in DuplicateLiteralAstVisitor">visitShortTernaryExpression(ElvisOperatorExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html">DuplicateLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitSpreadExpression(org.codehaus.groovy.ast.expr.SpreadExpression)" title="Method in AbstractFieldVisitor">visitSpreadExpression(SpreadExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitSpreadExpression(org.codehaus.groovy.ast.expr.SpreadExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitSpreadExpression(SpreadExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitSpreadExpression(org.codehaus.groovy.ast.expr.SpreadExpression)" title="Method in AbstractMethodVisitor">visitSpreadExpression(SpreadExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitSpreadMapExpression(org.codehaus.groovy.ast.expr.SpreadMapExpression)" title="Method in AbstractFieldVisitor">visitSpreadMapExpression(SpreadMapExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitSpreadMapExpression(org.codehaus.groovy.ast.expr.SpreadMapExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitSpreadMapExpression(SpreadMapExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitSpreadMapExpression(org.codehaus.groovy.ast.expr.SpreadMapExpression)" title="Method in AbstractMethodVisitor">visitSpreadMapExpression(SpreadMapExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitStatement(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AbstractFieldVisitor">visitStatement(Statement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitStatement(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AbstractMethodCallExpressionVisitor">visitStatement(Statement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitStatement(org.codehaus.groovy.ast.stmt.Statement)" title="Method in AbstractMethodVisitor">visitStatement(Statement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitStaticMethodCallExpression(org.codehaus.groovy.ast.expr.StaticMethodCallExpression)" title="Method in AbstractFieldVisitor">visitStaticMethodCallExpression(StaticMethodCallExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitStaticMethodCallExpression(org.codehaus.groovy.ast.expr.StaticMethodCallExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitStaticMethodCallExpression(StaticMethodCallExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitStaticMethodCallExpression(org.codehaus.groovy.ast.expr.StaticMethodCallExpression)" title="Method in AbstractMethodVisitor">visitStaticMethodCallExpression(StaticMethodCallExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html#visitStaticMethodCallExpression(org.codehaus.groovy.ast.expr.StaticMethodCallExpression)" title="Method in DuplicateLiteralAstVisitor">visitStaticMethodCallExpression(StaticMethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/dry/DuplicateLiteralAstVisitor.html">DuplicateLiteralAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/junit/JUnitAssertEqualsConstantActualValueAstVisitor.html#visitStaticMethodCallExpression(org.codehaus.groovy.ast.expr.StaticMethodCallExpression)" title="Method in JUnitAssertEqualsConstantActualValueAstVisitor">visitStaticMethodCallExpression(StaticMethodCallExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/junit/JUnitAssertEqualsConstantActualValueAstVisitor.html">JUnitAssertEqualsConstantActualValueAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitSwitch(org.codehaus.groovy.ast.stmt.SwitchStatement)" title="Method in AbstractFieldVisitor">visitSwitch(SwitchStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitSwitch(org.codehaus.groovy.ast.stmt.SwitchStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitSwitch(SwitchStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitSwitch(org.codehaus.groovy.ast.stmt.SwitchStatement)" title="Method in AbstractMethodVisitor">visitSwitch(SwitchStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/DuplicateCaseStatementAstVisitor.html#visitSwitch(org.codehaus.groovy.ast.stmt.SwitchStatement)" title="Method in DuplicateCaseStatementAstVisitor">visitSwitch(SwitchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/DuplicateCaseStatementAstVisitor.html">DuplicateCaseStatementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptySwitchStatementAstVisitor.html#visitSwitch(org.codehaus.groovy.ast.stmt.SwitchStatement)" title="Method in EmptySwitchStatementAstVisitor">visitSwitch(SwitchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptySwitchStatementAstVisitor.html">EmptySwitchStatementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterSwitchAstVisitor.html#visitSwitch(org.codehaus.groovy.ast.stmt.SwitchStatement)" title="Method in SpaceAfterSwitchAstVisitor">visitSwitch(SwitchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterSwitchAstVisitor.html">SpaceAfterSwitchAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html#visitSwitch(org.codehaus.groovy.ast.stmt.SwitchStatement)" title="Method in SpaceBeforeOpeningBraceAstVisitor">visitSwitch(SwitchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceBeforeOpeningBraceAstVisitor.html">SpaceBeforeOpeningBraceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitSynchronizedStatement(org.codehaus.groovy.ast.stmt.SynchronizedStatement)" title="Method in AbstractFieldVisitor">visitSynchronizedStatement(SynchronizedStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitSynchronizedStatement(org.codehaus.groovy.ast.stmt.SynchronizedStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitSynchronizedStatement(SynchronizedStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitSynchronizedStatement(org.codehaus.groovy.ast.stmt.SynchronizedStatement)" title="Method in AbstractMethodVisitor">visitSynchronizedStatement(SynchronizedStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptySynchronizedStatementAstVisitor.html#visitSynchronizedStatement(org.codehaus.groovy.ast.stmt.SynchronizedStatement)" title="Method in EmptySynchronizedStatementAstVisitor">visitSynchronizedStatement(SynchronizedStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptySynchronizedStatementAstVisitor.html">EmptySynchronizedStatementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html#visitSynchronizedStatement(org.codehaus.groovy.ast.stmt.SynchronizedStatement)" title="Method in NestedBlockDepthAstVisitor">visitSynchronizedStatement(SynchronizedStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html">NestedBlockDepthAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/NestedSynchronizationAstVisitor.html#visitSynchronizedStatement(org.codehaus.groovy.ast.stmt.SynchronizedStatement)" title="Method in NestedSynchronizationAstVisitor">visitSynchronizedStatement(SynchronizedStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/NestedSynchronizationAstVisitor.html">NestedSynchronizationAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnBoxedPrimitiveAstVisitor.html#visitSynchronizedStatement(org.codehaus.groovy.ast.stmt.SynchronizedStatement)" title="Method in SynchronizedOnBoxedPrimitiveAstVisitor">visitSynchronizedStatement(SynchronizedStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnBoxedPrimitiveAstVisitor.html">SynchronizedOnBoxedPrimitiveAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnGetClassAstVisitor.html#visitSynchronizedStatement(org.codehaus.groovy.ast.stmt.SynchronizedStatement)" title="Method in SynchronizedOnGetClassAstVisitor">visitSynchronizedStatement(SynchronizedStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnGetClassAstVisitor.html">SynchronizedOnGetClassAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnReentrantLockAstVisitor.html#visitSynchronizedStatement(org.codehaus.groovy.ast.stmt.SynchronizedStatement)" title="Method in SynchronizedOnReentrantLockAstVisitor">visitSynchronizedStatement(SynchronizedStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnReentrantLockAstVisitor.html">SynchronizedOnReentrantLockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnStringAstVisitor.html#visitSynchronizedStatement(org.codehaus.groovy.ast.stmt.SynchronizedStatement)" title="Method in SynchronizedOnStringAstVisitor">visitSynchronizedStatement(SynchronizedStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnStringAstVisitor.html">SynchronizedOnStringAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnThisAstVisitor.html#visitSynchronizedStatement(org.codehaus.groovy.ast.stmt.SynchronizedStatement)" title="Method in SynchronizedOnThisAstVisitor">visitSynchronizedStatement(SynchronizedStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/SynchronizedOnThisAstVisitor.html">SynchronizedOnThisAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in AbstractFieldVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in AbstractMethodVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AssignmentInConditionalAstVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in AssignmentInConditionalAstVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/AssignmentInConditionalAstVisitor.html">AssignmentInConditionalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BitwiseOperatorInConditionalAstVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in BitwiseOperatorInConditionalAstVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/BitwiseOperatorInConditionalAstVisitor.html">BitwiseOperatorInConditionalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/ConfusingTernaryAstVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in ConfusingTernaryAstVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/ConfusingTernaryAstVisitor.html">ConfusingTernaryAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ConstantTernaryExpressionAstVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in ConstantTernaryExpressionAstVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ConstantTernaryExpressionAstVisitor.html">ConstantTernaryExpressionAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAroundOperatorAstVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in SpaceAroundOperatorAstVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAroundOperatorAstVisitor.html">SpaceAroundOperatorAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/convention/TernaryCouldBeElvisAstVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in TernaryCouldBeElvisAstVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/convention/TernaryCouldBeElvisAstVisitor.html">TernaryCouldBeElvisAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryTernaryExpressionAstVisitor.html#visitTernaryExpression(org.codehaus.groovy.ast.expr.TernaryExpression)" title="Method in UnnecessaryTernaryExpressionAstVisitor">visitTernaryExpression(TernaryExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryTernaryExpressionAstVisitor.html">UnnecessaryTernaryExpressionAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitThrowStatement(org.codehaus.groovy.ast.stmt.ThrowStatement)" title="Method in AbstractFieldVisitor">visitThrowStatement(ThrowStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitThrowStatement(org.codehaus.groovy.ast.stmt.ThrowStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitThrowStatement(ThrowStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitThrowStatement(org.codehaus.groovy.ast.stmt.ThrowStatement)" title="Method in AbstractMethodVisitor">visitThrowStatement(ThrowStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/CommonThrowAstVisitor.html#visitThrowStatement(org.codehaus.groovy.ast.stmt.ThrowStatement)" title="Method in CommonThrowAstVisitor">visitThrowStatement(ThrowStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/CommonThrowAstVisitor.html">CommonThrowAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/MissingNewInThrowStatementAstVisitor.html#visitThrowStatement(org.codehaus.groovy.ast.stmt.ThrowStatement)" title="Method in MissingNewInThrowStatementAstVisitor">visitThrowStatement(ThrowStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/MissingNewInThrowStatementAstVisitor.html">MissingNewInThrowStatementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/exceptions/SwallowThreadDeathAstVisitor.html#visitThrowStatement(org.codehaus.groovy.ast.stmt.ThrowStatement)" title="Method in SwallowThreadDeathAstVisitor">visitThrowStatement(ThrowStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/exceptions/SwallowThreadDeathAstVisitor.html">SwallowThreadDeathAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/ThrowExceptionFromFinallyBlockAstVisitor.html#visitThrowStatement(org.codehaus.groovy.ast.stmt.ThrowStatement)" title="Method in ThrowExceptionFromFinallyBlockAstVisitor">visitThrowStatement(ThrowStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/ThrowExceptionFromFinallyBlockAstVisitor.html">ThrowExceptionFromFinallyBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in AbstractFieldVisitor">visitTryCatchFinally(TryCatchStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AbstractFinallyAstVisitor.html#visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in AbstractFinallyAstVisitor">visitTryCatchFinally(TryCatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/AbstractFinallyAstVisitor.html">AbstractFinallyAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitTryCatchFinally(TryCatchStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in AbstractMethodVisitor">visitTryCatchFinally(TryCatchStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/BracesForTryCatchFinallyAstVisitor.html#visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in BracesForTryCatchFinallyAstVisitor">visitTryCatchFinally(TryCatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/BracesForTryCatchFinallyAstVisitor.html">BracesForTryCatchFinallyAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyFinallyBlockAstVisitor.html#visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in EmptyFinallyBlockAstVisitor">visitTryCatchFinally(TryCatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptyFinallyBlockAstVisitor.html">EmptyFinallyBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyTryBlockAstVisitor.html#visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in EmptyTryBlockAstVisitor">visitTryCatchFinally(TryCatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptyTryBlockAstVisitor.html">EmptyTryBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html#visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in NestedBlockDepthAstVisitor">visitTryCatchFinally(TryCatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html">NestedBlockDepthAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCatchBlockAstVisitor.html#visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement)" title="Method in UnnecessaryCatchBlockAstVisitor">visitTryCatchFinally(TryCatchStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryCatchBlockAstVisitor.html">UnnecessaryCatchBlockAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitTupleExpression(org.codehaus.groovy.ast.expr.TupleExpression)" title="Method in AbstractFieldVisitor">visitTupleExpression(TupleExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitTupleExpression(org.codehaus.groovy.ast.expr.TupleExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitTupleExpression(TupleExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitTupleExpression(org.codehaus.groovy.ast.expr.TupleExpression)" title="Method in AbstractMethodVisitor">visitTupleExpression(TupleExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitUnaryMinusExpression(org.codehaus.groovy.ast.expr.UnaryMinusExpression)" title="Method in AbstractFieldVisitor">visitUnaryMinusExpression(UnaryMinusExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitUnaryMinusExpression(org.codehaus.groovy.ast.expr.UnaryMinusExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitUnaryMinusExpression(UnaryMinusExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitUnaryMinusExpression(org.codehaus.groovy.ast.expr.UnaryMinusExpression)" title="Method in AbstractMethodVisitor">visitUnaryMinusExpression(UnaryMinusExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/MultipleUnaryOperatorsAstVisitor.html#visitUnaryMinusExpression(org.codehaus.groovy.ast.expr.UnaryMinusExpression)" title="Method in MultipleUnaryOperatorsAstVisitor">visitUnaryMinusExpression(UnaryMinusExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/MultipleUnaryOperatorsAstVisitor.html">MultipleUnaryOperatorsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitUnaryPlusExpression(org.codehaus.groovy.ast.expr.UnaryPlusExpression)" title="Method in AbstractFieldVisitor">visitUnaryPlusExpression(UnaryPlusExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitUnaryPlusExpression(org.codehaus.groovy.ast.expr.UnaryPlusExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitUnaryPlusExpression(UnaryPlusExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitUnaryPlusExpression(org.codehaus.groovy.ast.expr.UnaryPlusExpression)" title="Method in AbstractMethodVisitor">visitUnaryPlusExpression(UnaryPlusExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/MultipleUnaryOperatorsAstVisitor.html#visitUnaryPlusExpression(org.codehaus.groovy.ast.expr.UnaryPlusExpression)" title="Method in MultipleUnaryOperatorsAstVisitor">visitUnaryPlusExpression(UnaryPlusExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/MultipleUnaryOperatorsAstVisitor.html">MultipleUnaryOperatorsAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in AbstractFieldVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in AbstractMethodCallExpressionVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in AbstractMethodVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in ClassReferenceAstVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/ClassReferenceAstVisitor.html">ClassReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in FieldReferenceAstVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/FieldReferenceAstVisitor.html">FieldReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsServletContextReferenceAstVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in GrailsServletContextReferenceAstVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsServletContextReferenceAstVisitor.html">GrailsServletContextReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/grails/GrailsSessionReferenceAstVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in GrailsSessionReferenceAstVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/grails/GrailsSessionReferenceAstVisitor.html">GrailsSessionReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in IllegalPackageReferenceAstVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/generic/IllegalPackageReferenceAstVisitor.html">IllegalPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/ReferenceCollector.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in ReferenceCollector">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/ReferenceCollector.html">ReferenceCollector</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in UnnecessaryPackageReferenceAstVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/UnnecessaryPackageReferenceAstVisitor.html">UnnecessaryPackageReferenceAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodAstVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in UnusedPrivateMethodAstVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedPrivateMethodAstVisitor.html">UnusedPrivateMethodAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unused/UnusedVariableAstVisitor.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in UnusedVariableAstVisitor">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unused/UnusedVariableAstVisitor.html">UnusedVariableAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/unnecessary/VariableUsageFinder.html#visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression)" title="Method in VariableUsageFinder">visitVariableExpression(VariableExpression)</a></span> - Method in <a href="groovy/org/codenarc/rule/unnecessary/VariableUsageFinder.html">VariableUsageFinder</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractFieldVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in AbstractFieldVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractFieldVisitor.html">AbstractFieldVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in AbstractMethodCallExpressionVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodCallExpressionVisitor.html">AbstractMethodCallExpressionVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="java/org/codenarc/rule/AbstractMethodVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in AbstractMethodVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="java/org/codenarc/rule/AbstractMethodVisitor.html">AbstractMethodVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/AssignmentInConditionalAstVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in AssignmentInConditionalAstVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/AssignmentInConditionalAstVisitor.html">AssignmentInConditionalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/BitwiseOperatorInConditionalAstVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in BitwiseOperatorInConditionalAstVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/BitwiseOperatorInConditionalAstVisitor.html">BitwiseOperatorInConditionalAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/BusyWaitAstVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in BusyWaitAstVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/BusyWaitAstVisitor.html">BusyWaitAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/basic/EmptyWhileStatementAstVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in EmptyWhileStatementAstVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/basic/EmptyWhileStatementAstVisitor.html">EmptyWhileStatementAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in NestedBlockDepthAstVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/size/NestedBlockDepthAstVisitor.html">NestedBlockDepthAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/formatting/SpaceAfterWhileAstVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in SpaceAfterWhileAstVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/formatting/SpaceAfterWhileAstVisitor.html">SpaceAfterWhileAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/WaitOutsideOfWhileLoopAstVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in WaitOutsideOfWhileLoopAstVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/concurrency/WaitOutsideOfWhileLoopAstVisitor.html">WaitOutsideOfWhileLoopAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/WhileStatementBracesAstVisitor.html#visitWhileLoop(org.codehaus.groovy.ast.stmt.WhileStatement)" title="Method in WhileStatementBracesAstVisitor">visitWhileLoop(WhileStatement)</a></span> - Method in <a href="groovy/org/codenarc/rule/braces/WhileStatementBracesAstVisitor.html">WhileStatementBracesAstVisitor</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/VolatileArrayFieldAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">VolatileArrayFieldAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/VolatileArrayFieldRule.html" title="Class in groovy.org.codenarc.rule.concurrency">VolatileArrayFieldRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Volatile array fields are unsafe because the contents of the array are not treated as volatile. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/VolatileLongOrDoubleFieldRule.html" title="Class in groovy.org.codenarc.rule.concurrency">VolatileLongOrDoubleFieldRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">This rule reports long or double fields which are declared as volatile. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/VolatileLongOrDoubleFieldVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">VolatileLongOrDoubleFieldVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
</dl>

    
<a name="_W_"><!-- --></a>
<h2 class="title">W</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/WaitOutsideOfWhileLoopAstVisitor.html" title="Class in groovy.org.codenarc.rule.concurrency">WaitOutsideOfWhileLoopAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/concurrency/WaitOutsideOfWhileLoopRule.html" title="Class in groovy.org.codenarc.rule.concurrency">WaitOutsideOfWhileLoopRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/concurrency/package-summary.html">groovy.org.codenarc.rule.concurrency</a>
</dt><dd><div class="block">Checks for calls to wait() that are not within a while loop.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/WhileStatementBracesAstVisitor.html" title="Class in groovy.org.codenarc.rule.braces">WhileStatementBracesAstVisitor</a></span> - Class in <a href="./groovy/org/codenarc/rule/braces/package-summary.html">groovy.org.codenarc.rule.braces</a>
</dt><dd><div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/rule/braces/WhileStatementBracesRule.html" title="Class in groovy.org.codenarc.rule.braces">WhileStatementBracesRule</a></span> - Class in <a href="./groovy/org/codenarc/rule/braces/package-summary.html">groovy.org.codenarc.rule.braces</a>
</dt><dd><div class="block">Rule that checks that while statements use braces rather than a single statement.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/WildcardPattern.html" title="Class in groovy.org.codenarc.util">WildcardPattern</a></span> - Class in <a href="./groovy/org/codenarc/util/package-summary.html">groovy.org.codenarc.util</a>
</dt><dd><div class="block">Represents a string pattern that may optionally include wildcards ('*', '**' or '?')</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/util/WildcardPattern.html#WildcardPattern(java.lang.String, boolean)" title="Constructor in WildcardPattern">WildcardPattern(String, boolean)</a></span> - Constructor in <a href="groovy/org/codenarc/util/WildcardPattern.html">WildcardPattern</a>
</dt><dd> <div class="block">Construct a new WildcardPattern instance on a single pattern or a comma-separated list of patterns.</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/TextReportWriter.html#writeFileViolations(java.io.Writer, FileResults)" title="Method in TextReportWriter">writeFileViolations(Writer, FileResults)</a></span> - Method in <a href="groovy/org/codenarc/report/TextReportWriter.html">TextReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/TextReportWriter.html#writeFooter(java.io.Writer)" title="Method in TextReportWriter">writeFooter(Writer)</a></span> - Method in <a href="groovy/org/codenarc/report/TextReportWriter.html">TextReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/TextReportWriter.html#writePackageViolations(java.io.Writer, Results)" title="Method in TextReportWriter">writePackageViolations(Writer, Results)</a></span> - Method in <a href="groovy/org/codenarc/report/TextReportWriter.html">TextReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/AbstractReportWriter.html#writeReport(AnalysisContext, Results)" title="Method in AbstractReportWriter">writeReport(AnalysisContext, Results)</a></span> - Method in <a href="groovy/org/codenarc/report/AbstractReportWriter.html">AbstractReportWriter</a>
</dt><dd> <div class="block">Write out a report for the specified analysis results</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/HtmlReportWriter.html#writeReport(java.io.Writer, AnalysisContext, Results)" title="Method in HtmlReportWriter">writeReport(Writer, AnalysisContext, Results)</a></span> - Method in <a href="groovy/org/codenarc/report/HtmlReportWriter.html">HtmlReportWriter</a>
</dt><dd> <div class="block">Write out a report to the specified Writer for the analysis results</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/ReportWriter.html#writeReport(AnalysisContext, Results)" title="Method in ReportWriter">writeReport(AnalysisContext, Results)</a></span> - Method in <a href="groovy/org/codenarc/report/ReportWriter.html">ReportWriter</a>
</dt><dd> <div class="block">Write out a report for the specified analysis results</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/TextReportWriter.html#writeReport(java.io.Writer, AnalysisContext, Results)" title="Method in TextReportWriter">writeReport(Writer, AnalysisContext, Results)</a></span> - Method in <a href="groovy/org/codenarc/report/TextReportWriter.html">TextReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html#writeReport(java.io.Writer, AnalysisContext, Results)" title="Method in XmlReportWriter">writeReport(Writer, AnalysisContext, Results)</a></span> - Method in <a href="groovy/org/codenarc/report/XmlReportWriter.html">XmlReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/TextReportWriter.html#writeSummary(java.io.Writer, Results)" title="Method in TextReportWriter">writeSummary(Writer, Results)</a></span> - Method in <a href="groovy/org/codenarc/report/TextReportWriter.html">TextReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/TextReportWriter.html#writeTitle(java.io.Writer)" title="Method in TextReportWriter">writeTitle(Writer)</a></span> - Method in <a href="groovy/org/codenarc/report/TextReportWriter.html">TextReportWriter</a>
</dt><dd> <div class="block"></div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/TextReportWriter.html#writeViolation(java.io.Writer, Violation, java.lang.String)" title="Method in TextReportWriter">writeViolation(Writer, Violation, String)</a></span> - Method in <a href="groovy/org/codenarc/report/TextReportWriter.html">TextReportWriter</a>
</dt><dd> <div class="block"></div></dd>
</dl>

    
<a name="_X_"><!-- --></a>
<h2 class="title">X</h2>
<dl>

<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/XmlFileRuleSet.html" title="Class in groovy.org.codenarc.ruleset">XmlFileRuleSet</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">A <code>RuleSet</code> implementation that parses Rule definitions from XML read from a
 file. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/XmlFileRuleSet.html#XmlFileRuleSet(java.lang.String)" title="Constructor in XmlFileRuleSet">XmlFileRuleSet(String)</a></span> - Constructor in <a href="groovy/org/codenarc/ruleset/XmlFileRuleSet.html">XmlFileRuleSet</a>
</dt><dd> <div class="block">Construct a new instance on the specified RuleSet file path</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/XmlReaderRuleSet.html" title="Class in groovy.org.codenarc.ruleset">XmlReaderRuleSet</a></span> - Class in <a href="./groovy/org/codenarc/ruleset/package-summary.html">groovy.org.codenarc.ruleset</a>
</dt><dd><div class="block">A <code>RuleSet</code> implementation that parses Rule definitions from XML read from a
 <code>Reader</code>. </div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/ruleset/XmlReaderRuleSet.html#XmlReaderRuleSet(java.io.Reader)" title="Constructor in XmlReaderRuleSet">XmlReaderRuleSet(Reader)</a></span> - Constructor in <a href="groovy/org/codenarc/ruleset/XmlReaderRuleSet.html">XmlReaderRuleSet</a>
</dt><dd> <div class="block">Construct a new instance on the specified Reader</div></dd>
<dt><span class="strong"><a href="groovy/org/codenarc/report/XmlReportWriter.html" title="Class in groovy.org.codenarc.report">XmlReportWriter</a></span> - Class in <a href="./groovy/org/codenarc/report/package-summary.html">groovy.org.codenarc.report</a>
</dt><dd><div class="block">ReportWriter that generates an XML report.</div></dd>
</dl>

    
<a name="_Y_"><!-- --></a>
<h2 class="title">Y</h2>
<dl>

</dl>

    
<a name="_Z_"><!-- --></a>
<h2 class="title">Z</h2>
<dl>

</dl>

    
<a name="___"><!-- --></a>
<h2 class="title">_</h2>
<dl>

</dl>

    
</div>


<a href="#_A_">A</a>

<a href="#_B_">B</a>

<a href="#_C_">C</a>

<a href="#_D_">D</a>

<a href="#_E_">E</a>

<a href="#_F_">F</a>

<a href="#_G_">G</a>

<a href="#_H_">H</a>

<a href="#_I_">I</a>

<a href="#_J_">J</a>

<a href="#_K_">K</a>

<a href="#_L_">L</a>

<a href="#_M_">M</a>

<a href="#_N_">N</a>

<a href="#_O_">O</a>

<a href="#_P_">P</a>

<a href="#_Q_">Q</a>

<a href="#_R_">R</a>

<a href="#_S_">S</a>

<a href="#_T_">T</a>

<a href="#_U_">U</a>

<a href="#_V_">V</a>

<a href="#_W_">W</a>

<a href="#_X_">X</a>

<a href="#_Y_">Y</a>

<a href="#_Z_">Z</a>

<a href="#___">_</a>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
    <!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
    <!--   -->
</a>
    <ul class="navList" title="Navigation">
        <li><a href="overview-summary.html">Overview</a></li>
        <li>Package</li>
        <li>Class</li>
        <li><a href="deprecated-list.html">Deprecated</a></li>
        <li class="navBarCell1Rev">Index</li>
        <li><a href="help-doc.html">Help</a></li>
    </ul>
</div>
<div class="subNav">
    <ul class="navList">
        <li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
        <li><a href="index-all.html" target="_top">No Frames</a></li>
    </ul>
    <div class="aboutLanguage"><em>Groovy Documentation</em></div>
    <a name="skip-navbar_bottom">
        <!--   -->
    </a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>