git_sniffer 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1018) hide show
  1. data/.gitignore +19 -0
  2. data/Gemfile +8 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +81 -0
  5. data/Rakefile +21 -0
  6. data/example/author_with_commits_changed_lines.rb +29 -0
  7. data/example/fixture/JSON-java.git/HEAD +1 -0
  8. data/example/fixture/JSON-java.git/config +11 -0
  9. data/example/fixture/JSON-java.git/description +1 -0
  10. data/example/fixture/JSON-java.git/hooks/applypatch-msg.sample +15 -0
  11. data/example/fixture/JSON-java.git/hooks/commit-msg.sample +24 -0
  12. data/example/fixture/JSON-java.git/hooks/post-update.sample +8 -0
  13. data/example/fixture/JSON-java.git/hooks/pre-applypatch.sample +14 -0
  14. data/example/fixture/JSON-java.git/hooks/pre-commit.sample +50 -0
  15. data/example/fixture/JSON-java.git/hooks/pre-rebase.sample +169 -0
  16. data/example/fixture/JSON-java.git/hooks/prepare-commit-msg.sample +36 -0
  17. data/example/fixture/JSON-java.git/hooks/update.sample +128 -0
  18. data/example/fixture/JSON-java.git/index +0 -0
  19. data/example/fixture/JSON-java.git/info/exclude +6 -0
  20. data/example/fixture/JSON-java.git/logs/HEAD +1 -0
  21. data/example/fixture/JSON-java.git/logs/refs/heads/master +1 -0
  22. data/example/fixture/JSON-java.git/logs/refs/remotes/origin/HEAD +1 -0
  23. data/example/fixture/JSON-java.git/objects/pack/pack-4a6120228a95b05b34afbfc44249afc220fd7b01.idx +0 -0
  24. data/example/fixture/JSON-java.git/objects/pack/pack-4a6120228a95b05b34afbfc44249afc220fd7b01.pack +0 -0
  25. data/example/fixture/JSON-java.git/packed-refs +2 -0
  26. data/example/fixture/JSON-java.git/refs/heads/master +1 -0
  27. data/example/fixture/JSON-java.git/refs/remotes/origin/HEAD +1 -0
  28. data/example/max_cc_changes_with_commits.rb +35 -0
  29. data/git_sniffer.gemspec +20 -0
  30. data/lib/git_sniffer.rb +10 -0
  31. data/lib/git_sniffer/base.rb +59 -0
  32. data/lib/git_sniffer/blob.rb +16 -0
  33. data/lib/git_sniffer/commit.rb +55 -0
  34. data/lib/git_sniffer/hook.rb +21 -0
  35. data/lib/git_sniffer/lazy.rb +28 -0
  36. data/lib/git_sniffer/memory_file.rb +21 -0
  37. data/lib/git_sniffer/metric_parsers.rb +15 -0
  38. data/lib/git_sniffer/object.rb +44 -0
  39. data/lib/git_sniffer/single_file_metric.rb +53 -0
  40. data/lib/git_sniffer/third_party_helper.rb +10 -0
  41. data/lib/git_sniffer/tree.rb +9 -0
  42. data/lib/git_sniffer/version.rb +3 -0
  43. data/spec/base_spec.rb +14 -0
  44. data/spec/blob_spec.rb +26 -0
  45. data/spec/commit_spec.rb +81 -0
  46. data/spec/fixture/simple_java.git/COMMIT_EDITMSG +1 -0
  47. data/spec/fixture/simple_java.git/HEAD +1 -0
  48. data/spec/fixture/simple_java.git/config +5 -0
  49. data/spec/fixture/simple_java.git/description +1 -0
  50. data/spec/fixture/simple_java.git/hooks/applypatch-msg.sample +15 -0
  51. data/spec/fixture/simple_java.git/hooks/commit-msg.sample +24 -0
  52. data/spec/fixture/simple_java.git/hooks/post-commit.sample +8 -0
  53. data/spec/fixture/simple_java.git/hooks/post-receive.sample +15 -0
  54. data/spec/fixture/simple_java.git/hooks/post-update.sample +8 -0
  55. data/spec/fixture/simple_java.git/hooks/pre-applypatch.sample +14 -0
  56. data/spec/fixture/simple_java.git/hooks/pre-commit.sample +46 -0
  57. data/spec/fixture/simple_java.git/hooks/pre-rebase.sample +172 -0
  58. data/spec/fixture/simple_java.git/hooks/prepare-commit-msg.sample +36 -0
  59. data/spec/fixture/simple_java.git/hooks/update.sample +128 -0
  60. data/spec/fixture/simple_java.git/index +0 -0
  61. data/spec/fixture/simple_java.git/info/exclude +6 -0
  62. data/spec/fixture/simple_java.git/logs/HEAD +6 -0
  63. data/spec/fixture/simple_java.git/logs/refs/heads/master +3 -0
  64. data/spec/fixture/simple_java.git/objects/00/cb610e642d0fac84ad4dac479b98ef447099cd +0 -0
  65. data/spec/fixture/simple_java.git/objects/23/e947f776b09fb585fbd16dca6b14ed4bd0c37e +0 -0
  66. data/spec/fixture/simple_java.git/objects/47/3e66f56cf9dcb2b875961937148e159b70d2b7 +2 -0
  67. data/spec/fixture/simple_java.git/objects/6b/468b62a9884e67ca19b673f8e14e1931d65036 +0 -0
  68. data/spec/fixture/simple_java.git/objects/b9/09f7f1c27fc2ac344d3abda0e705645f556180 +2 -0
  69. data/spec/fixture/simple_java.git/objects/c0/25dce424130b546754eb391a13eb601c4a243c +0 -0
  70. data/spec/fixture/simple_java.git/objects/ca/212902ea1d8694e51d1dd889b0072f2d3e7032 +0 -0
  71. data/spec/fixture/simple_java.git/objects/e1/d38109f134f22505b941ab6c11d5cc1e8b4f8b +0 -0
  72. data/spec/fixture/simple_java.git/objects/e9/b02fdf95aa827c0bb2c244622120886a452bab +0 -0
  73. data/spec/fixture/simple_java.git/objects/f0/50e6b7dfe73d6af9d867e3622c0cae3e818207 +0 -0
  74. data/spec/fixture/simple_java.git/objects/f8/15e728173402ce9c19b090e5b85f93c5c422bf +0 -0
  75. data/spec/fixture/simple_java.git/refs/heads/master +1 -0
  76. data/spec/fixture/single_commit.git/COMMIT_EDITMSG +1 -0
  77. data/spec/fixture/single_commit.git/HEAD +1 -0
  78. data/spec/fixture/single_commit.git/config +5 -0
  79. data/spec/fixture/single_commit.git/description +1 -0
  80. data/spec/fixture/single_commit.git/hooks/applypatch-msg.sample +15 -0
  81. data/spec/fixture/single_commit.git/hooks/commit-msg.sample +24 -0
  82. data/spec/fixture/single_commit.git/hooks/post-commit.sample +8 -0
  83. data/spec/fixture/single_commit.git/hooks/post-receive.sample +15 -0
  84. data/spec/fixture/single_commit.git/hooks/post-update.sample +8 -0
  85. data/spec/fixture/single_commit.git/hooks/pre-applypatch.sample +14 -0
  86. data/spec/fixture/single_commit.git/hooks/pre-commit.sample +46 -0
  87. data/spec/fixture/single_commit.git/hooks/pre-rebase.sample +172 -0
  88. data/spec/fixture/single_commit.git/hooks/prepare-commit-msg.sample +36 -0
  89. data/spec/fixture/single_commit.git/hooks/update.sample +128 -0
  90. data/spec/fixture/single_commit.git/index +0 -0
  91. data/spec/fixture/single_commit.git/info/exclude +6 -0
  92. data/spec/fixture/single_commit.git/logs/HEAD +1 -0
  93. data/spec/fixture/single_commit.git/logs/refs/heads/master +1 -0
  94. data/spec/fixture/single_commit.git/objects/3e/79e57cf125e8a8905ba91bd5e4ea1c3ee697c8 +3 -0
  95. data/spec/fixture/single_commit.git/objects/ba/77bcd50299e90d6ee00bd1cf3160512db635a8 +0 -0
  96. data/spec/fixture/single_commit.git/objects/e9/23f854774fc767cb9e02a3d0d616d188a81c53 +0 -0
  97. data/spec/fixture/single_commit.git/refs/heads/master +1 -0
  98. data/spec/fixture/single_file.git/COMMIT_EDITMSG +1 -0
  99. data/spec/fixture/single_file.git/HEAD +1 -0
  100. data/spec/fixture/single_file.git/config +5 -0
  101. data/spec/fixture/single_file.git/description +1 -0
  102. data/spec/fixture/single_file.git/hooks/applypatch-msg.sample +15 -0
  103. data/spec/fixture/single_file.git/hooks/commit-msg.sample +24 -0
  104. data/spec/fixture/single_file.git/hooks/post-update.sample +8 -0
  105. data/spec/fixture/single_file.git/hooks/pre-applypatch.sample +14 -0
  106. data/spec/fixture/single_file.git/hooks/pre-commit.sample +50 -0
  107. data/spec/fixture/single_file.git/hooks/pre-rebase.sample +169 -0
  108. data/spec/fixture/single_file.git/hooks/prepare-commit-msg.sample +36 -0
  109. data/spec/fixture/single_file.git/hooks/update.sample +128 -0
  110. data/spec/fixture/single_file.git/index +0 -0
  111. data/spec/fixture/single_file.git/info/exclude +6 -0
  112. data/spec/fixture/single_file.git/logs/HEAD +1 -0
  113. data/spec/fixture/single_file.git/logs/refs/heads/master +1 -0
  114. data/spec/fixture/single_file.git/objects/2e/9e543b5a88defe9ce9120cbac147cb6624d1bb +0 -0
  115. data/spec/fixture/single_file.git/objects/64/30ff7fb2944a0f0569fd1d416aaae3c09eafe0 +5 -0
  116. data/spec/fixture/single_file.git/objects/ee/a82e4e55fb15580ee5150a530f1785b94b378d +0 -0
  117. data/spec/fixture/single_file.git/refs/heads/master +1 -0
  118. data/spec/hook_spec.rb +73 -0
  119. data/spec/lazy_spec.rb +55 -0
  120. data/spec/object_spec.rb +27 -0
  121. data/spec/repo_cc_specslow.rb +41 -0
  122. data/spec/sha1_spec.rb +21 -0
  123. data/spec/single_file_metric_spec.rb +46 -0
  124. data/spec/spec_helper.rb +5 -0
  125. data/third_party_tools/checkstyle-5.6/LICENSE +504 -0
  126. data/third_party_tools/checkstyle-5.6/LICENSE.apache20 +202 -0
  127. data/third_party_tools/checkstyle-5.6/README +45 -0
  128. data/third_party_tools/checkstyle-5.6/RIGHTS.antlr +32 -0
  129. data/third_party_tools/checkstyle-5.6/antlr-2.7.7.jar +0 -0
  130. data/third_party_tools/checkstyle-5.6/checkstyle-5.6-all.jar +0 -0
  131. data/third_party_tools/checkstyle-5.6/checkstyle-5.6.jar +0 -0
  132. data/third_party_tools/checkstyle-5.6/checkstyle_checks.xml +218 -0
  133. data/third_party_tools/checkstyle-5.6/commons-beanutils-core-1.8.3.jar +0 -0
  134. data/third_party_tools/checkstyle-5.6/commons-cli-1.2.jar +0 -0
  135. data/third_party_tools/checkstyle-5.6/commons-logging-1.1.1.jar +0 -0
  136. data/third_party_tools/checkstyle-5.6/contrib/JavadocCheckDefault.java +62 -0
  137. data/third_party_tools/checkstyle-5.6/contrib/bcel/docs/BCELConfig.xml +15 -0
  138. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/AbstractCheckVisitor.java +157 -0
  139. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/ClassFileSetCheck.java +317 -0
  140. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/EmptyClassFileVisitor.java +17 -0
  141. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/EmptyDeepVisitor.java +86 -0
  142. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/EmptyGenericVisitor.java +18 -0
  143. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/IDeepVisitor.java +25 -0
  144. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/IObjectSetVisitor.java +37 -0
  145. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/JavaClassWalker.java +40 -0
  146. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/ReferenceVisitor.java +194 -0
  147. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/VisitorSet.java +149 -0
  148. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/checks/AbstractReferenceCheck.java +150 -0
  149. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/checks/HiddenInheritedFieldCheck.java +64 -0
  150. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/checks/HiddenStaticMethodCheck.java +88 -0
  151. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/checks/UnreadFieldCheck.java +58 -0
  152. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/checks/UnreadVariableCheck.java +130 -0
  153. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/checks/UnusedMethodCheck.java +64 -0
  154. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/checks/messages.properties +5 -0
  155. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/classfile/FieldDefinition.java +89 -0
  156. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/classfile/FieldOrMethodDefinition.java +50 -0
  157. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/classfile/JavaClassDefinition.java +188 -0
  158. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/classfile/MethodDefinition.java +175 -0
  159. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/classfile/ReferenceDAO.java +140 -0
  160. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/classfile/Utils.java +39 -0
  161. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/generic/FieldOrMethodReference.java +61 -0
  162. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/generic/FieldReference.java +22 -0
  163. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/generic/GETFIELDReference.java +28 -0
  164. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/generic/GETSTATICReference.java +28 -0
  165. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/generic/InvokeReference.java +38 -0
  166. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/generic/PUTFIELDReference.java +28 -0
  167. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/generic/PUTSTATICReference.java +28 -0
  168. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/checkstyle/com/puppycrawl/tools/checkstyle/bcel/generic/Utils.java +71 -0
  169. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/testinputs/com/puppycrawl/tools/checkstyle/bcel/checks/InheritLibrary.java +11 -0
  170. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/testinputs/com/puppycrawl/tools/checkstyle/bcel/checks/SubClass.java +54 -0
  171. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/testinputs/com/puppycrawl/tools/checkstyle/bcel/checks/SuperClass.java +46 -0
  172. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/tests/com/puppycrawl/tools/checkstyle/bcel/BcelCheckTestCase.java +127 -0
  173. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/tests/com/puppycrawl/tools/checkstyle/bcel/checks/HiddenInheritedFieldTest.java +22 -0
  174. data/third_party_tools/checkstyle-5.6/contrib/bcel/src/tests/com/puppycrawl/tools/checkstyle/bcel/checks/HiddenStaticMethodTest.java +22 -0
  175. data/third_party_tools/checkstyle-5.6/contrib/checkstyle-author.xsl +230 -0
  176. data/third_party_tools/checkstyle-5.6/contrib/checkstyle-csv.xsl +11 -0
  177. data/third_party_tools/checkstyle-5.6/contrib/checkstyle-frames-errors.xsl +394 -0
  178. data/third_party_tools/checkstyle-5.6/contrib/checkstyle-frames.xsl +382 -0
  179. data/third_party_tools/checkstyle-5.6/contrib/checkstyle-noframes-severity-sorted.xsl +210 -0
  180. data/third_party_tools/checkstyle-5.6/contrib/checkstyle-noframes-sorted.xsl +179 -0
  181. data/third_party_tools/checkstyle-5.6/contrib/checkstyle-noframes.xsl +179 -0
  182. data/third_party_tools/checkstyle-5.6/contrib/checkstyle-simple.xsl +71 -0
  183. data/third_party_tools/checkstyle-5.6/contrib/checkstyle-text.xsl +26 -0
  184. data/third_party_tools/checkstyle-5.6/contrib/examples/XInclude/NamespacesSAXParserFactoryImpl.java +21 -0
  185. data/third_party_tools/checkstyle-5.6/contrib/examples/XInclude/config.xml +26 -0
  186. data/third_party_tools/checkstyle-5.6/contrib/examples/XInclude/index.html +142 -0
  187. data/third_party_tools/checkstyle-5.6/contrib/examples/XInclude/treewalker.xml +7 -0
  188. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/all-checkstyle-checks.xml +1126 -0
  189. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/mycompany/checks/LimitImplementationFiles.java +69 -0
  190. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/mycompany/checks/MethodLimitCheck.java +63 -0
  191. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/mycompany/checks/messages.properties +2 -0
  192. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/puppycrawl/tools/checkstyle/checks/xpath/Attribute.java +107 -0
  193. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/puppycrawl/tools/checkstyle/checks/xpath/AttributeAxisIterator.java +98 -0
  194. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/puppycrawl/tools/checkstyle/checks/xpath/DocumentNavigator.java +437 -0
  195. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/puppycrawl/tools/checkstyle/checks/xpath/NodeIterator.java +122 -0
  196. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/puppycrawl/tools/checkstyle/checks/xpath/XPathCheck.java +103 -0
  197. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/puppycrawl/tools/checkstyle/checks/xpath/jaxen_LICENSE.txt +56 -0
  198. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/puppycrawl/tools/checkstyle/checks/xpath/messages.properties +6 -0
  199. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/puppycrawl/tools/checkstyle/checks/xpath/package.html +10 -0
  200. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/puppycrawl/tools/checkstyle/checks/xpath/saxpath_LICENSE.txt +60 -0
  201. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/com/puppycrawl/tools/checkstyle/checks/xpath/xpath_config.xml +44 -0
  202. data/third_party_tools/checkstyle-5.6/contrib/examples/checks/mycompany_conf.xml +44 -0
  203. data/third_party_tools/checkstyle-5.6/contrib/examples/conf/BlochEffectiveJava.xml +113 -0
  204. data/third_party_tools/checkstyle-5.6/contrib/examples/conf/openorb.xml +139 -0
  205. data/third_party_tools/checkstyle-5.6/contrib/examples/conf/template_config.xml +788 -0
  206. data/third_party_tools/checkstyle-5.6/contrib/examples/filters/com/mycompany/filters/FilesFilter.java +34 -0
  207. data/third_party_tools/checkstyle-5.6/contrib/examples/linkErrors2Source/build.xml +70 -0
  208. data/third_party_tools/checkstyle-5.6/contrib/examples/linkErrors2Source/checkstyle-noframes.xsl +190 -0
  209. data/third_party_tools/checkstyle-5.6/contrib/examples/linkErrors2Source/readme.txt +6 -0
  210. data/third_party_tools/checkstyle-5.6/contrib/examples/listeners/com/mycompany/listeners/CommonsLoggingListener.java +127 -0
  211. data/third_party_tools/checkstyle-5.6/contrib/examples/listeners/com/mycompany/listeners/MailLogger.java +241 -0
  212. data/third_party_tools/checkstyle-5.6/contrib/examples/listeners/com/mycompany/listeners/VerboseListener.java +111 -0
  213. data/third_party_tools/checkstyle-5.6/contrib/hooks/git-pre-commit-hook.pl +72 -0
  214. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/AbstractUsageCheck.java +200 -0
  215. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/OneMethodPrivateFieldCheck.java +139 -0
  216. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/UnusedLocalVariableCheck.java +59 -0
  217. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/UnusedParameterCheck.java +132 -0
  218. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/UnusedPrivateFieldCheck.java +63 -0
  219. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/UnusedPrivateMethodCheck.java +244 -0
  220. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/messages.properties +5 -0
  221. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/messages_fi.properties +5 -0
  222. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/messages_fr.properties +5 -0
  223. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/package.html +10 -0
  224. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ASTManager.java +228 -0
  225. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ASTUtil.java +220 -0
  226. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/AnonymousInnerClass.java +62 -0
  227. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ArrayDef.java +154 -0
  228. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ArrayLengthMember.java +48 -0
  229. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/BaseScope.java +100 -0
  230. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/BlockDef.java +53 -0
  231. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ClassDef.java +362 -0
  232. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ClassImportException.java +35 -0
  233. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ClassManager.java +41 -0
  234. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/DefaultConstructor.java +65 -0
  235. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/DefaultScope.java +82 -0
  236. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/Definition.java +203 -0
  237. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/DefinitionTraverser.java +139 -0
  238. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/DotIterator.java +108 -0
  239. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ExternalClass.java +373 -0
  240. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ExternalConstructor.java +101 -0
  241. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ExternalDefinition.java +50 -0
  242. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ExternalMethod.java +128 -0
  243. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ExternalPackage.java +95 -0
  244. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ExternalSignature.java +97 -0
  245. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ExternalVariable.java +76 -0
  246. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/IClass.java +142 -0
  247. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/IDefinition.java +84 -0
  248. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/IMethod.java +67 -0
  249. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/IPackage.java +63 -0
  250. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ISignature.java +58 -0
  251. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/IVariable.java +39 -0
  252. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/InterfaceConstructor.java +90 -0
  253. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/LabelDef.java +48 -0
  254. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/LiteralResolver.java +157 -0
  255. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/MethodDef.java +157 -0
  256. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/MethodSignature.java +138 -0
  257. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/MethodSpecificityComparator.java +59 -0
  258. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/NullClass.java +107 -0
  259. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/Occurrence.java +131 -0
  260. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/PackageDef.java +66 -0
  261. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/PrimitiveClasses.java +107 -0
  262. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/QueryEngine.java +185 -0
  263. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/Reference.java +141 -0
  264. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ReferenceCounter.java +88 -0
  265. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ReferenceThreshold.java +78 -0
  266. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ReferenceTool.java +55 -0
  267. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/Resolver.java +1893 -0
  268. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/Scope.java +124 -0
  269. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ScopeIndex.java +140 -0
  270. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/Span.java +153 -0
  271. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/SymTabAST.java +554 -0
  272. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/SymTabASTFactory.java +76 -0
  273. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/SymTabASTIterator.java +95 -0
  274. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/SymbolTable.java +274 -0
  275. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/SymbolTableException.java +35 -0
  276. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/TableMaker.java +1460 -0
  277. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/Typed.java +45 -0
  278. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/UnknownClass.java +174 -0
  279. data/third_party_tools/checkstyle-5.6/contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/VariableDef.java +132 -0
  280. data/third_party_tools/checkstyle-5.6/contrib/usage/src/testinputs/com/puppycrawl/tools/checkstyle/usage/InputEmptyFile.java +2 -0
  281. data/third_party_tools/checkstyle-5.6/contrib/usage/src/testinputs/com/puppycrawl/tools/checkstyle/usage/InputInnerUsedMethod.java +23 -0
  282. data/third_party_tools/checkstyle-5.6/contrib/usage/src/testinputs/com/puppycrawl/tools/checkstyle/usage/InputOneMethodPrivateField.java +114 -0
  283. data/third_party_tools/checkstyle-5.6/contrib/usage/src/testinputs/com/puppycrawl/tools/checkstyle/usage/InputUnusedField.java +97 -0
  284. data/third_party_tools/checkstyle-5.6/contrib/usage/src/testinputs/com/puppycrawl/tools/checkstyle/usage/InputUnusedLocal.java +60 -0
  285. data/third_party_tools/checkstyle-5.6/contrib/usage/src/testinputs/com/puppycrawl/tools/checkstyle/usage/InputUnusedMethod.java +155 -0
  286. data/third_party_tools/checkstyle-5.6/contrib/usage/src/testinputs/com/puppycrawl/tools/checkstyle/usage/InputUnusedParameter.java +50 -0
  287. data/third_party_tools/checkstyle-5.6/contrib/usage/src/tests/com/puppycrawl/tools/checkstyle/checks/usage/AllTests.java +23 -0
  288. data/third_party_tools/checkstyle-5.6/contrib/usage/src/tests/com/puppycrawl/tools/checkstyle/checks/usage/OneMethodPrivateFieldCheckTest.java +46 -0
  289. data/third_party_tools/checkstyle-5.6/contrib/usage/src/tests/com/puppycrawl/tools/checkstyle/checks/usage/UnusedLocalVariableCheckTest.java +34 -0
  290. data/third_party_tools/checkstyle-5.6/contrib/usage/src/tests/com/puppycrawl/tools/checkstyle/checks/usage/UnusedParameterCheckTest.java +58 -0
  291. data/third_party_tools/checkstyle-5.6/contrib/usage/src/tests/com/puppycrawl/tools/checkstyle/checks/usage/UnusedPrivateFieldCheckTest.java +36 -0
  292. data/third_party_tools/checkstyle-5.6/contrib/usage/src/tests/com/puppycrawl/tools/checkstyle/checks/usage/UnusedPrivateMethodCheckTest.java +78 -0
  293. data/third_party_tools/checkstyle-5.6/contrib/usage/src/xdocs/config_usage.xml +359 -0
  294. data/third_party_tools/checkstyle-5.6/google-collections-1.0.jar +0 -0
  295. data/third_party_tools/checkstyle-5.6/import-control.xml +62 -0
  296. data/third_party_tools/checkstyle-5.6/java.header +18 -0
  297. data/third_party_tools/checkstyle-5.6/rules/cc.xml +45 -0
  298. data/third_party_tools/checkstyle-5.6/rules/method_length.xml +46 -0
  299. data/third_party_tools/checkstyle-5.6/rules/parameter_number.xml +46 -0
  300. data/third_party_tools/checkstyle-5.6/site/anttask.html +571 -0
  301. data/third_party_tools/checkstyle-5.6/site/apidocs/allclasses-frame.html +288 -0
  302. data/third_party_tools/checkstyle-5.6/site/apidocs/allclasses-noframe.html +288 -0
  303. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/CheckStyleTask.Formatter.html +324 -0
  304. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/CheckStyleTask.FormatterType.html +296 -0
  305. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/CheckStyleTask.Listener.html +278 -0
  306. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/CheckStyleTask.Property.html +320 -0
  307. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/CheckStyleTask.html +643 -0
  308. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/Checker.html +726 -0
  309. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/ConfigurationLoader.html +330 -0
  310. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/DefaultConfiguration.html +436 -0
  311. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/DefaultContext.html +313 -0
  312. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/DefaultLogger.html +437 -0
  313. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/Defn.html +239 -0
  314. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/Main.html +232 -0
  315. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/ModuleFactory.html +227 -0
  316. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/PackageNamesLoader.html +320 -0
  317. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/PropertiesExpander.html +282 -0
  318. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/PropertyResolver.html +228 -0
  319. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/TreeWalker.html +489 -0
  320. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/XMLLogger.html +430 -0
  321. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/AbstractFileSetCheck.html +580 -0
  322. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/AbstractLoader.html +421 -0
  323. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/AbstractViolationReporter.html +471 -0
  324. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/AnnotationUtility.html +388 -0
  325. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html +454 -0
  326. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/AuditListener.html +319 -0
  327. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/AutomaticBean.html +376 -0
  328. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/Check.html +661 -0
  329. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/CheckstyleException.html +281 -0
  330. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/Comment.html +415 -0
  331. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/Configurable.html +228 -0
  332. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/Configuration.html +300 -0
  333. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/Context.html +240 -0
  334. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/Contextualizable.html +230 -0
  335. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/DetailAST.html +602 -0
  336. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/FastStack.html +441 -0
  337. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/FileContents.html +563 -0
  338. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/FileSetCheck.html +337 -0
  339. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/FileText.html +502 -0
  340. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/Filter.html +220 -0
  341. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/FilterSet.html +394 -0
  342. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/FullIdent.html +319 -0
  343. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/JavadocTagInfo.Type.html +339 -0
  344. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/JavadocTagInfo.html +834 -0
  345. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/LineColumn.html +304 -0
  346. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/LocalizedMessage.html +535 -0
  347. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/LocalizedMessages.html +311 -0
  348. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/MessageDispatcher.html +255 -0
  349. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/Scope.html +460 -0
  350. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/ScopeUtils.html +387 -0
  351. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html +418 -0
  352. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevelCounter.html +397 -0
  353. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/TextBlock.html +320 -0
  354. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/TokenTypes.html +5356 -0
  355. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/Utils.html +483 -0
  356. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/AbstractFileSetCheck.html +380 -0
  357. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/AbstractLoader.html +187 -0
  358. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/AbstractViolationReporter.html +1568 -0
  359. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/AnnotationUtility.html +117 -0
  360. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/AuditEvent.html +399 -0
  361. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/AuditListener.html +236 -0
  362. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/AutomaticBean.html +1641 -0
  363. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/Check.html +1394 -0
  364. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/CheckstyleException.html +361 -0
  365. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/Comment.html +117 -0
  366. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/Configurable.html +1663 -0
  367. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/Configuration.html +300 -0
  368. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/Context.html +193 -0
  369. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/Contextualizable.html +1663 -0
  370. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/DetailAST.html +2049 -0
  371. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/FastStack.html +161 -0
  372. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/FileContents.html +275 -0
  373. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/FileSetCheck.html +422 -0
  374. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/FileText.html +207 -0
  375. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/Filter.html +285 -0
  376. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/FilterSet.html +167 -0
  377. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/FullIdent.html +206 -0
  378. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/JavadocTagInfo.Type.html +174 -0
  379. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/JavadocTagInfo.html +180 -0
  380. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/LineColumn.html +174 -0
  381. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/LocalizedMessage.html +263 -0
  382. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/LocalizedMessages.html +176 -0
  383. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/MessageDispatcher.html +211 -0
  384. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/Scope.html +201 -0
  385. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/ScopeUtils.html +117 -0
  386. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/SeverityLevel.html +226 -0
  387. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/SeverityLevelCounter.html +117 -0
  388. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/TextBlock.html +224 -0
  389. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/TokenTypes.html +117 -0
  390. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/class-use/Utils.html +117 -0
  391. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/package-frame.html +63 -0
  392. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/package-summary.html +394 -0
  393. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/package-tree.html +231 -0
  394. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/api/package-use.html +1379 -0
  395. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/AbstractFormatCheck.html +392 -0
  396. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/AbstractOptionCheck.html +340 -0
  397. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/AbstractTypeAwareCheck.ClassInfo.html +284 -0
  398. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/AbstractTypeAwareCheck.Token.html +333 -0
  399. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/AbstractTypeAwareCheck.html +662 -0
  400. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/ArrayTypeStyleCheck.html +352 -0
  401. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/CheckUtils.html +421 -0
  402. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/ClassResolver.html +326 -0
  403. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/DeclarationCollector.html +375 -0
  404. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/DescendantTokenCheck.html +642 -0
  405. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/FileContentsHolder.html +369 -0
  406. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/FinalParametersCheck.html +359 -0
  407. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/LineSeparatorOption.html +394 -0
  408. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/NewlineAtEndOfFileCheck.html +369 -0
  409. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/OuterTypeFilenameCheck.html +353 -0
  410. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/RegexpCheck.html +473 -0
  411. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/TodoCommentCheck.html +369 -0
  412. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/TrailingCommentCheck.html +455 -0
  413. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/TranslationCheck.html +387 -0
  414. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/UncommentedMainCheck.html +421 -0
  415. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/UpperEllCheck.html +351 -0
  416. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.ClosingParens.html +356 -0
  417. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.ElementStyle.html +374 -0
  418. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.TrailingArrayComma.html +356 -0
  419. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.html +551 -0
  420. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/MissingDeprecatedCheck.html +389 -0
  421. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/MissingOverrideCheck.html +440 -0
  422. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/PackageAnnotationCheck.html +388 -0
  423. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/SuppressWarningsCheck.html +424 -0
  424. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/class-use/AnnotationUseStyleCheck.ClosingParens.html +169 -0
  425. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/class-use/AnnotationUseStyleCheck.ElementStyle.html +169 -0
  426. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/class-use/AnnotationUseStyleCheck.TrailingArrayComma.html +169 -0
  427. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/class-use/AnnotationUseStyleCheck.html +117 -0
  428. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/class-use/MissingDeprecatedCheck.html +117 -0
  429. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/class-use/MissingOverrideCheck.html +117 -0
  430. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/class-use/PackageAnnotationCheck.html +117 -0
  431. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/class-use/SuppressWarningsCheck.html +117 -0
  432. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/package-frame.html +30 -0
  433. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/package-summary.html +213 -0
  434. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/package-tree.html +164 -0
  435. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/package-use.html +167 -0
  436. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/AvoidNestedBlocksCheck.html +406 -0
  437. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/BlockOption.html +346 -0
  438. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/EmptyBlockCheck.html +389 -0
  439. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/LeftCurlyCheck.html +394 -0
  440. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/LeftCurlyOption.html +381 -0
  441. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/NeedBracesCheck.html +356 -0
  442. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/RightCurlyCheck.html +392 -0
  443. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/RightCurlyOption.html +350 -0
  444. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/class-use/AvoidNestedBlocksCheck.html +117 -0
  445. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/class-use/BlockOption.html +169 -0
  446. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/class-use/EmptyBlockCheck.html +117 -0
  447. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/class-use/LeftCurlyCheck.html +117 -0
  448. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/class-use/LeftCurlyOption.html +169 -0
  449. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/class-use/NeedBracesCheck.html +117 -0
  450. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/class-use/RightCurlyCheck.html +117 -0
  451. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/class-use/RightCurlyOption.html +169 -0
  452. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/package-frame.html +30 -0
  453. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/package-summary.html +206 -0
  454. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/package-tree.html +164 -0
  455. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/blocks/package-use.html +165 -0
  456. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/AbstractFormatCheck.html +415 -0
  457. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/AbstractOptionCheck.html +275 -0
  458. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/AbstractTypeAwareCheck.ClassInfo.html +168 -0
  459. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/AbstractTypeAwareCheck.Token.html +250 -0
  460. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/AbstractTypeAwareCheck.html +190 -0
  461. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/ArrayTypeStyleCheck.html +117 -0
  462. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/CheckUtils.html +117 -0
  463. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/ClassResolver.html +117 -0
  464. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/DeclarationCollector.html +162 -0
  465. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/DescendantTokenCheck.html +171 -0
  466. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/FileContentsHolder.html +117 -0
  467. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/FinalParametersCheck.html +117 -0
  468. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/LineSeparatorOption.html +168 -0
  469. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/NewlineAtEndOfFileCheck.html +117 -0
  470. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/OuterTypeFilenameCheck.html +117 -0
  471. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/RegexpCheck.html +117 -0
  472. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/TodoCommentCheck.html +117 -0
  473. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/TrailingCommentCheck.html +117 -0
  474. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/TranslationCheck.html +117 -0
  475. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/UncommentedMainCheck.html +117 -0
  476. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/class-use/UpperEllCheck.html +117 -0
  477. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/AbstractIllegalCheck.html +333 -0
  478. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/AbstractIllegalMethodCheck.html +342 -0
  479. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/AbstractNestedDepthCheck.html +408 -0
  480. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/AbstractSuperCheck.html +398 -0
  481. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/ArrayTrailingCommaCheck.html +343 -0
  482. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/AvoidInlineConditionalsCheck.html +361 -0
  483. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/CovariantEqualsCheck.html +364 -0
  484. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/DeclarationOrderCheck.html +427 -0
  485. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/DefaultComesLastCheck.html +372 -0
  486. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/EmptyStatementCheck.html +348 -0
  487. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/EqualsAvoidNullCheck.html +406 -0
  488. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/EqualsHashCodeCheck.html +389 -0
  489. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/ExplicitInitializationCheck.html +370 -0
  490. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/FallThroughCheck.html +443 -0
  491. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/FinalLocalVariableCheck.html +408 -0
  492. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/HiddenFieldCheck.html +544 -0
  493. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/IllegalCatchCheck.html +368 -0
  494. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/IllegalInstantiationCheck.html +463 -0
  495. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/IllegalThrowsCheck.html +385 -0
  496. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTokenCheck.html +377 -0
  497. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTokenTextCheck.html +466 -0
  498. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTypeCheck.html +458 -0
  499. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/InnerAssignmentCheck.html +340 -0
  500. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/JUnitTestCaseCheck.html +358 -0
  501. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/MagicNumberCheck.html +396 -0
  502. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/MissingCtorCheck.html +379 -0
  503. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/MissingSwitchDefaultCheck.html +366 -0
  504. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/ModifiedControlVariableCheck.html +396 -0
  505. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/MultipleStringLiteralsCheck.html +430 -0
  506. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/MultipleVariableDeclarationsCheck.html +349 -0
  507. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/NestedForDepthCheck.html +382 -0
  508. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/NestedIfDepthCheck.html +367 -0
  509. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/NestedTryDepthCheck.html +367 -0
  510. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/NoCloneCheck.html +392 -0
  511. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/NoFinalizerCheck.html +289 -0
  512. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/OneStatementPerLineCheck.html +374 -0
  513. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/PackageDeclarationCheck.html +415 -0
  514. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/ParameterAssignmentCheck.html +405 -0
  515. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/RedundantThrowsCheck.html +429 -0
  516. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/RequireThisCheck.html +453 -0
  517. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/ReturnCountCheck.html +452 -0
  518. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/SimplifyBooleanExpressionCheck.html +389 -0
  519. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/SimplifyBooleanReturnCheck.html +340 -0
  520. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/StringLiteralEqualityCheck.html +338 -0
  521. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/SuperCloneCheck.html +334 -0
  522. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/SuperFinalizeCheck.html +334 -0
  523. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessaryParenthesesCheck.html +374 -0
  524. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/AbstractIllegalCheck.html +170 -0
  525. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/AbstractIllegalMethodCheck.html +171 -0
  526. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/AbstractNestedDepthCheck.html +174 -0
  527. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/AbstractSuperCheck.html +170 -0
  528. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/ArrayTrailingCommaCheck.html +117 -0
  529. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/AvoidInlineConditionalsCheck.html +117 -0
  530. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/CovariantEqualsCheck.html +117 -0
  531. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/DeclarationOrderCheck.html +117 -0
  532. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/DefaultComesLastCheck.html +117 -0
  533. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/EmptyStatementCheck.html +117 -0
  534. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/EqualsAvoidNullCheck.html +117 -0
  535. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/EqualsHashCodeCheck.html +117 -0
  536. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/ExplicitInitializationCheck.html +117 -0
  537. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/FallThroughCheck.html +117 -0
  538. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/FinalLocalVariableCheck.html +117 -0
  539. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/HiddenFieldCheck.html +117 -0
  540. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/IllegalCatchCheck.html +117 -0
  541. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/IllegalInstantiationCheck.html +117 -0
  542. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/IllegalThrowsCheck.html +117 -0
  543. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/IllegalTokenCheck.html +117 -0
  544. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/IllegalTokenTextCheck.html +117 -0
  545. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/IllegalTypeCheck.html +117 -0
  546. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/InnerAssignmentCheck.html +117 -0
  547. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/JUnitTestCaseCheck.html +117 -0
  548. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/MagicNumberCheck.html +117 -0
  549. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/MissingCtorCheck.html +117 -0
  550. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/MissingSwitchDefaultCheck.html +117 -0
  551. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/ModifiedControlVariableCheck.html +117 -0
  552. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/MultipleStringLiteralsCheck.html +117 -0
  553. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/MultipleVariableDeclarationsCheck.html +117 -0
  554. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/NestedForDepthCheck.html +117 -0
  555. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/NestedIfDepthCheck.html +117 -0
  556. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/NestedTryDepthCheck.html +117 -0
  557. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/NoCloneCheck.html +117 -0
  558. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/NoFinalizerCheck.html +117 -0
  559. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/OneStatementPerLineCheck.html +117 -0
  560. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/PackageDeclarationCheck.html +117 -0
  561. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/ParameterAssignmentCheck.html +117 -0
  562. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/RedundantThrowsCheck.html +117 -0
  563. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/RequireThisCheck.html +117 -0
  564. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/ReturnCountCheck.html +117 -0
  565. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/SimplifyBooleanExpressionCheck.html +117 -0
  566. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/SimplifyBooleanReturnCheck.html +117 -0
  567. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/StringLiteralEqualityCheck.html +117 -0
  568. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/SuperCloneCheck.html +117 -0
  569. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/SuperFinalizeCheck.html +117 -0
  570. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/UnnecessaryParenthesesCheck.html +117 -0
  571. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/package-frame.html +66 -0
  572. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/package-summary.html +480 -0
  573. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/package-tree.html +216 -0
  574. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/package-use.html +173 -0
  575. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/DesignForExtensionCheck.html +357 -0
  576. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/FinalClassCheck.html +361 -0
  577. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/HideUtilityClassConstructorCheck.html +336 -0
  578. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/InnerTypeLastCheck.html +355 -0
  579. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/InterfaceIsTypeCheck.html +382 -0
  580. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/MutableExceptionCheck.html +396 -0
  581. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/ThrowsCountCheck.html +403 -0
  582. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/VisibilityModifierCheck.html +420 -0
  583. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/class-use/DesignForExtensionCheck.html +117 -0
  584. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/class-use/FinalClassCheck.html +117 -0
  585. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/class-use/HideUtilityClassConstructorCheck.html +117 -0
  586. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/class-use/InnerTypeLastCheck.html +117 -0
  587. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/class-use/InterfaceIsTypeCheck.html +117 -0
  588. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/class-use/MutableExceptionCheck.html +117 -0
  589. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/class-use/ThrowsCountCheck.html +117 -0
  590. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/class-use/VisibilityModifierCheck.html +117 -0
  591. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/package-frame.html +27 -0
  592. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/package-summary.html +198 -0
  593. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/package-tree.html +153 -0
  594. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/design/package-use.html +117 -0
  595. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/duplicates/StrictDuplicateCodeCheck.html +415 -0
  596. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/duplicates/class-use/StrictDuplicateCodeCheck.html +117 -0
  597. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/duplicates/package-frame.html +20 -0
  598. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/duplicates/package-summary.html +148 -0
  599. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/duplicates/package-tree.html +142 -0
  600. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/duplicates/package-use.html +117 -0
  601. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/header/AbstractHeaderCheck.html +426 -0
  602. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/header/HeaderCheck.html +374 -0
  603. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/header/RegexpHeaderCheck.html +378 -0
  604. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/header/class-use/AbstractHeaderCheck.html +169 -0
  605. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/header/class-use/HeaderCheck.html +117 -0
  606. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/header/class-use/RegexpHeaderCheck.html +117 -0
  607. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/header/package-frame.html +22 -0
  608. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/header/package-summary.html +160 -0
  609. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/header/package-tree.html +147 -0
  610. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/header/package-use.html +154 -0
  611. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/AvoidStarImportCheck.html +415 -0
  612. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/AvoidStaticImportCheck.html +385 -0
  613. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/IllegalImportCheck.html +381 -0
  614. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/ImportControlCheck.html +402 -0
  615. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/ImportOrderCheck.html +498 -0
  616. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/ImportOrderOption.html +433 -0
  617. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/RedundantImportCheck.html +374 -0
  618. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/UnusedImportsCheck.html +422 -0
  619. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/class-use/AvoidStarImportCheck.html +117 -0
  620. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/class-use/AvoidStaticImportCheck.html +117 -0
  621. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/class-use/IllegalImportCheck.html +117 -0
  622. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/class-use/ImportControlCheck.html +117 -0
  623. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/class-use/ImportOrderCheck.html +117 -0
  624. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/class-use/ImportOrderOption.html +169 -0
  625. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/class-use/RedundantImportCheck.html +117 -0
  626. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/class-use/UnusedImportsCheck.html +117 -0
  627. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/package-frame.html +30 -0
  628. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/package-summary.html +208 -0
  629. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/package-tree.html +164 -0
  630. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/imports/package-use.html +155 -0
  631. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/ArrayInitHandler.html +446 -0
  632. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/AssignHandler.html +346 -0
  633. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/BlockParentHandler.html +599 -0
  634. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/CaseHandler.html +336 -0
  635. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/CatchHandler.html +324 -0
  636. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/ClassDefHandler.html +408 -0
  637. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/DoWhileHandler.html +303 -0
  638. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/ElseHandler.html +324 -0
  639. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/ExpressionHandler.html +723 -0
  640. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/FinallyHandler.html +303 -0
  641. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/ForHandler.html +327 -0
  642. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/HandlerFactory.html +308 -0
  643. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/IfHandler.html +369 -0
  644. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/ImportHandler.html +291 -0
  645. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/IndentLevel.html +374 -0
  646. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/IndentationCheck.html +563 -0
  647. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/LabelHandler.html +312 -0
  648. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/LineSet.html +370 -0
  649. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/MemberDefHandler.html +315 -0
  650. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/MethodCallHandler.html +355 -0
  651. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/MethodDefHandler.html +324 -0
  652. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/NewHandler.html +331 -0
  653. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/ObjectBlockHandler.html +408 -0
  654. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/PackageDefHandler.html +291 -0
  655. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/PrimordialHandler.html +330 -0
  656. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/SlistHandler.html +432 -0
  657. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/StaticInitHandler.html +303 -0
  658. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/SwitchHandler.html +387 -0
  659. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/TryHandler.html +306 -0
  660. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/WhileHandler.html +303 -0
  661. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/ArrayInitHandler.html +117 -0
  662. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/AssignHandler.html +117 -0
  663. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/BlockParentHandler.html +252 -0
  664. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/CaseHandler.html +117 -0
  665. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/CatchHandler.html +117 -0
  666. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/ClassDefHandler.html +117 -0
  667. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/DoWhileHandler.html +117 -0
  668. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/ElseHandler.html +117 -0
  669. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/ExpressionHandler.html +602 -0
  670. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/FinallyHandler.html +117 -0
  671. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/ForHandler.html +117 -0
  672. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/HandlerFactory.html +117 -0
  673. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/IfHandler.html +117 -0
  674. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/ImportHandler.html +117 -0
  675. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/IndentLevel.html +321 -0
  676. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/IndentationCheck.html +394 -0
  677. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/LabelHandler.html +117 -0
  678. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/LineSet.html +164 -0
  679. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/MemberDefHandler.html +117 -0
  680. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/MethodCallHandler.html +117 -0
  681. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/MethodDefHandler.html +117 -0
  682. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/NewHandler.html +117 -0
  683. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/ObjectBlockHandler.html +117 -0
  684. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/PackageDefHandler.html +117 -0
  685. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/PrimordialHandler.html +117 -0
  686. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/SlistHandler.html +117 -0
  687. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/StaticInitHandler.html +117 -0
  688. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/SwitchHandler.html +117 -0
  689. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/TryHandler.html +117 -0
  690. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/class-use/WhileHandler.html +117 -0
  691. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/package-frame.html +49 -0
  692. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/package-summary.html +322 -0
  693. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/package-tree.html +177 -0
  694. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/indentation/package-use.html +175 -0
  695. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/InvalidJavadocTag.html +295 -0
  696. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocMethodCheck.html +596 -0
  697. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocPackageCheck.html +371 -0
  698. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocStyleCheck.html +437 -0
  699. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTag.html +449 -0
  700. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTags.html +281 -0
  701. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTypeCheck.html +441 -0
  702. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocUtils.JavadocTagType.html +349 -0
  703. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocUtils.html +255 -0
  704. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocVariableCheck.html +367 -0
  705. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/WriteTagCheck.html +464 -0
  706. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/class-use/InvalidJavadocTag.html +173 -0
  707. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/class-use/JavadocMethodCheck.html +117 -0
  708. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/class-use/JavadocPackageCheck.html +117 -0
  709. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/class-use/JavadocStyleCheck.html +117 -0
  710. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/class-use/JavadocTag.html +173 -0
  711. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/class-use/JavadocTags.html +162 -0
  712. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/class-use/JavadocTypeCheck.html +117 -0
  713. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/class-use/JavadocUtils.JavadocTagType.html +184 -0
  714. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/class-use/JavadocUtils.html +117 -0
  715. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/class-use/JavadocVariableCheck.html +117 -0
  716. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/class-use/WriteTagCheck.html +117 -0
  717. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/package-frame.html +33 -0
  718. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/package-summary.html +219 -0
  719. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/package-tree.html +171 -0
  720. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/javadoc/package-use.html +170 -0
  721. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/AbstractClassCouplingCheck.html +429 -0
  722. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/AbstractComplexityCheck.html +518 -0
  723. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/BooleanExpressionComplexityCheck.html +411 -0
  724. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/ClassDataAbstractionCouplingCheck.html +342 -0
  725. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/ClassFanOutComplexityCheck.html +343 -0
  726. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/CyclomaticComplexityCheck.html +369 -0
  727. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/JavaNCSSCheck.html +475 -0
  728. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/NPathComplexityCheck.html +390 -0
  729. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/class-use/AbstractClassCouplingCheck.html +169 -0
  730. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/class-use/AbstractComplexityCheck.html +168 -0
  731. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/class-use/BooleanExpressionComplexityCheck.html +117 -0
  732. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/class-use/ClassDataAbstractionCouplingCheck.html +117 -0
  733. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/class-use/ClassFanOutComplexityCheck.html +117 -0
  734. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/class-use/CyclomaticComplexityCheck.html +117 -0
  735. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/class-use/JavaNCSSCheck.html +117 -0
  736. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/class-use/NPathComplexityCheck.html +117 -0
  737. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/package-frame.html +27 -0
  738. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/package-summary.html +193 -0
  739. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/package-tree.html +155 -0
  740. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/metrics/package-use.html +160 -0
  741. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/modifier/ModifierOrderCheck.html +364 -0
  742. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/modifier/RedundantModifierCheck.html +353 -0
  743. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/modifier/class-use/ModifierOrderCheck.html +117 -0
  744. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/modifier/class-use/RedundantModifierCheck.html +117 -0
  745. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/modifier/package-frame.html +21 -0
  746. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/modifier/package-summary.html +156 -0
  747. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/modifier/package-tree.html +143 -0
  748. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/modifier/package-use.html +117 -0
  749. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/AbstractAccessControlNameCheck.html +504 -0
  750. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/AbstractClassNameCheck.html +411 -0
  751. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/AbstractNameCheck.html +352 -0
  752. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/AbstractTypeParameterNameCheck.html +416 -0
  753. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/ClassTypeParameterNameCheck.html +373 -0
  754. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/ConstantNameCheck.html +400 -0
  755. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/LocalFinalVariableNameCheck.html +385 -0
  756. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/LocalVariableNameCheck.html +386 -0
  757. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/MemberNameCheck.html +398 -0
  758. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/MethodNameCheck.html +421 -0
  759. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/MethodTypeParameterNameCheck.html +373 -0
  760. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/PackageNameCheck.html +379 -0
  761. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/ParameterNameCheck.html +383 -0
  762. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/StaticVariableNameCheck.html +396 -0
  763. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheck.html +368 -0
  764. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/AbstractAccessControlNameCheck.html +196 -0
  765. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/AbstractClassNameCheck.html +117 -0
  766. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/AbstractNameCheck.html +251 -0
  767. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/AbstractTypeParameterNameCheck.html +172 -0
  768. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/ClassTypeParameterNameCheck.html +117 -0
  769. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/ConstantNameCheck.html +117 -0
  770. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/LocalFinalVariableNameCheck.html +117 -0
  771. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/LocalVariableNameCheck.html +117 -0
  772. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/MemberNameCheck.html +117 -0
  773. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/MethodNameCheck.html +117 -0
  774. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/MethodTypeParameterNameCheck.html +117 -0
  775. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/PackageNameCheck.html +117 -0
  776. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/ParameterNameCheck.html +117 -0
  777. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/StaticVariableNameCheck.html +117 -0
  778. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/class-use/TypeNameCheck.html +117 -0
  779. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/package-frame.html +34 -0
  780. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/package-summary.html +259 -0
  781. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/package-tree.html +169 -0
  782. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/naming/package-use.html +168 -0
  783. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/package-frame.html +43 -0
  784. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/package-summary.html +289 -0
  785. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/package-tree.html +180 -0
  786. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/package-use.html +397 -0
  787. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/NeverSuppress.html +278 -0
  788. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpMultilineCheck.html +434 -0
  789. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpSinglelineCheck.html +433 -0
  790. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpSinglelineJavaCheck.html +457 -0
  791. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/class-use/NeverSuppress.html +117 -0
  792. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/class-use/RegexpMultilineCheck.html +117 -0
  793. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/class-use/RegexpSinglelineCheck.html +117 -0
  794. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/class-use/RegexpSinglelineJavaCheck.html +117 -0
  795. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/package-frame.html +23 -0
  796. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/package-summary.html +168 -0
  797. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/package-tree.html +149 -0
  798. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/regexp/package-use.html +117 -0
  799. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/AnonInnerLengthCheck.html +373 -0
  800. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/ExecutableStatementCountCheck.html +433 -0
  801. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/FileLengthCheck.html +365 -0
  802. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/LineLengthCheck.html +412 -0
  803. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/MethodCountCheck.html +438 -0
  804. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/MethodLengthCheck.html +386 -0
  805. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/OuterTypeNumberCheck.html +413 -0
  806. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/ParameterNumberCheck.html +368 -0
  807. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/class-use/AnonInnerLengthCheck.html +117 -0
  808. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/class-use/ExecutableStatementCountCheck.html +117 -0
  809. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/class-use/FileLengthCheck.html +117 -0
  810. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/class-use/LineLengthCheck.html +117 -0
  811. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/class-use/MethodCountCheck.html +117 -0
  812. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/class-use/MethodLengthCheck.html +117 -0
  813. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/class-use/OuterTypeNumberCheck.html +117 -0
  814. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/class-use/ParameterNumberCheck.html +117 -0
  815. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/package-frame.html +27 -0
  816. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/package-summary.html +196 -0
  817. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/package-tree.html +153 -0
  818. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/sizes/package-use.html +117 -0
  819. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyForInitializerPadCheck.html +365 -0
  820. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyForIteratorPadCheck.html +366 -0
  821. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/FileTabCharacterCheck.html +342 -0
  822. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/GenericWhitespaceCheck.html +354 -0
  823. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/MethodParamPadCheck.html +399 -0
  824. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/NoWhitespaceAfterCheck.html +407 -0
  825. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/NoWhitespaceBeforeCheck.html +404 -0
  826. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/OperatorWrapCheck.html +429 -0
  827. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/OperatorWrapOption.html +334 -0
  828. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/PadOption.html +340 -0
  829. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/ParenPadCheck.html +414 -0
  830. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/TypecastParenPadCheck.html +422 -0
  831. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAfterCheck.html +357 -0
  832. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAroundCheck.html +485 -0
  833. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/EmptyForInitializerPadCheck.html +117 -0
  834. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/EmptyForIteratorPadCheck.html +117 -0
  835. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/FileTabCharacterCheck.html +117 -0
  836. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/GenericWhitespaceCheck.html +117 -0
  837. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/MethodParamPadCheck.html +117 -0
  838. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/NoWhitespaceAfterCheck.html +117 -0
  839. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/NoWhitespaceBeforeCheck.html +117 -0
  840. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/OperatorWrapCheck.html +117 -0
  841. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/OperatorWrapOption.html +169 -0
  842. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/PadOption.html +169 -0
  843. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/ParenPadCheck.html +117 -0
  844. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/TypecastParenPadCheck.html +117 -0
  845. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/WhitespaceAfterCheck.html +117 -0
  846. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/class-use/WhitespaceAroundCheck.html +117 -0
  847. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/package-frame.html +36 -0
  848. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/package-summary.html +254 -0
  849. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/package-tree.html +174 -0
  850. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/whitespace/package-use.html +160 -0
  851. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/CheckStyleTask.Formatter.html +161 -0
  852. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/CheckStyleTask.FormatterType.html +161 -0
  853. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/CheckStyleTask.Listener.html +117 -0
  854. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/CheckStyleTask.Property.html +161 -0
  855. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/CheckStyleTask.html +117 -0
  856. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/Checker.html +117 -0
  857. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/ConfigurationLoader.html +117 -0
  858. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/DefaultConfiguration.html +117 -0
  859. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/DefaultContext.html +117 -0
  860. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/DefaultLogger.html +117 -0
  861. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/Defn.html +117 -0
  862. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/Main.html +117 -0
  863. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/ModuleFactory.html +167 -0
  864. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/PackageNamesLoader.html +117 -0
  865. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/PropertiesExpander.html +117 -0
  866. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/PropertyResolver.html +207 -0
  867. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/TreeWalker.html +117 -0
  868. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/class-use/XMLLogger.html +117 -0
  869. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/doclets/CheckDocsDoclet.html +273 -0
  870. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/doclets/TokenTypesDoclet.html +275 -0
  871. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/doclets/class-use/CheckDocsDoclet.html +117 -0
  872. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/doclets/class-use/TokenTypesDoclet.html +117 -0
  873. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/doclets/package-frame.html +21 -0
  874. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/doclets/package-summary.html +157 -0
  875. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/doclets/package-tree.html +131 -0
  876. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/doclets/package-use.html +117 -0
  877. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/SeverityMatchFilter.html +324 -0
  878. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/SuppressElement.html +413 -0
  879. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/SuppressWithNearbyCommentFilter.Tag.html +369 -0
  880. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/SuppressWithNearbyCommentFilter.html +488 -0
  881. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/SuppressionCommentFilter.Tag.html +400 -0
  882. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/SuppressionCommentFilter.html +476 -0
  883. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/SuppressionFilter.html +360 -0
  884. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/SuppressionsLoader.html +307 -0
  885. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/class-use/SeverityMatchFilter.html +117 -0
  886. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/class-use/SuppressElement.html +117 -0
  887. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/class-use/SuppressWithNearbyCommentFilter.Tag.html +162 -0
  888. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/class-use/SuppressWithNearbyCommentFilter.html +117 -0
  889. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/class-use/SuppressionCommentFilter.Tag.html +162 -0
  890. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/class-use/SuppressionCommentFilter.html +117 -0
  891. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/class-use/SuppressionFilter.html +117 -0
  892. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/class-use/SuppressionsLoader.html +117 -0
  893. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/package-frame.html +25 -0
  894. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/package-summary.html +182 -0
  895. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/package-tree.html +149 -0
  896. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/filters/package-use.html +160 -0
  897. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/CommentListener.html +256 -0
  898. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaLexer.html +2058 -0
  899. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaRecognizer.html +3034 -0
  900. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/GeneratedJavaTokenTypes.html +2845 -0
  901. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/class-use/CommentListener.html +185 -0
  902. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/class-use/GeneratedJavaLexer.html +117 -0
  903. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/class-use/GeneratedJavaRecognizer.html +117 -0
  904. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/class-use/GeneratedJavaTokenTypes.html +167 -0
  905. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/package-frame.html +26 -0
  906. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/package-summary.html +175 -0
  907. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/package-tree.html +148 -0
  908. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/grammars/package-use.html +182 -0
  909. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/AbstractCellEditor.html +406 -0
  910. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/AbstractTreeTableModel.html +526 -0
  911. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/CodeSelector.html +262 -0
  912. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/JTreeTable.TreeTableCellEditor.html +338 -0
  913. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/JTreeTable.html +520 -0
  914. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/Main.html +259 -0
  915. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/ParseTreeInfoPanel.html +448 -0
  916. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/ParseTreeModel.html +388 -0
  917. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/TreeTableModel.html +328 -0
  918. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/TreeTableModelAdapter.html +441 -0
  919. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/class-use/AbstractCellEditor.html +161 -0
  920. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/class-use/AbstractTreeTableModel.html +161 -0
  921. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/class-use/CodeSelector.html +117 -0
  922. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/class-use/JTreeTable.TreeTableCellEditor.html +117 -0
  923. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/class-use/JTreeTable.html +117 -0
  924. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/class-use/Main.html +117 -0
  925. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/class-use/ParseTreeInfoPanel.html +117 -0
  926. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/class-use/ParseTreeModel.html +117 -0
  927. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/class-use/TreeTableModel.html +183 -0
  928. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/class-use/TreeTableModelAdapter.html +117 -0
  929. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/package-frame.html +31 -0
  930. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/package-summary.html +236 -0
  931. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/package-tree.html +176 -0
  932. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/gui/package-use.html +167 -0
  933. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/package-frame.html +40 -0
  934. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/package-summary.html +266 -0
  935. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/package-tree.html +182 -0
  936. data/third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/package-use.html +174 -0
  937. data/third_party_tools/checkstyle-5.6/site/apidocs/constant-values.html +2631 -0
  938. data/third_party_tools/checkstyle-5.6/site/apidocs/deprecated-list.html +181 -0
  939. data/third_party_tools/checkstyle-5.6/site/apidocs/help-doc.html +222 -0
  940. data/third_party_tools/checkstyle-5.6/site/apidocs/index-all.html +7857 -0
  941. data/third_party_tools/checkstyle-5.6/site/apidocs/index.html +34 -0
  942. data/third_party_tools/checkstyle-5.6/site/apidocs/options +26 -0
  943. data/third_party_tools/checkstyle-5.6/site/apidocs/overview-frame.html +42 -0
  944. data/third_party_tools/checkstyle-5.6/site/apidocs/overview-summary.html +270 -0
  945. data/third_party_tools/checkstyle-5.6/site/apidocs/overview-tree.html +608 -0
  946. data/third_party_tools/checkstyle-5.6/site/apidocs/package-list +22 -0
  947. data/third_party_tools/checkstyle-5.6/site/apidocs/packages +22 -0
  948. data/third_party_tools/checkstyle-5.6/site/apidocs/resources/background.gif +0 -0
  949. data/third_party_tools/checkstyle-5.6/site/apidocs/resources/tab.gif +0 -0
  950. data/third_party_tools/checkstyle-5.6/site/apidocs/resources/titlebar.gif +0 -0
  951. data/third_party_tools/checkstyle-5.6/site/apidocs/resources/titlebar_end.gif +0 -0
  952. data/third_party_tools/checkstyle-5.6/site/apidocs/serialized-form.html +421 -0
  953. data/third_party_tools/checkstyle-5.6/site/apidocs/stylesheet.css +474 -0
  954. data/third_party_tools/checkstyle-5.6/site/availablechecks.html +876 -0
  955. data/third_party_tools/checkstyle-5.6/site/checks.html +208 -0
  956. data/third_party_tools/checkstyle-5.6/site/cmdline.html +364 -0
  957. data/third_party_tools/checkstyle-5.6/site/config.html +1465 -0
  958. data/third_party_tools/checkstyle-5.6/site/config_annotation.html +503 -0
  959. data/third_party_tools/checkstyle-5.6/site/config_blocks.html +579 -0
  960. data/third_party_tools/checkstyle-5.6/site/config_coding.html +2724 -0
  961. data/third_party_tools/checkstyle-5.6/site/config_design.html +647 -0
  962. data/third_party_tools/checkstyle-5.6/site/config_duplicates.html +330 -0
  963. data/third_party_tools/checkstyle-5.6/site/config_header.html +488 -0
  964. data/third_party_tools/checkstyle-5.6/site/config_imports.html +741 -0
  965. data/third_party_tools/checkstyle-5.6/site/config_javadoc.html +982 -0
  966. data/third_party_tools/checkstyle-5.6/site/config_metrics.html +646 -0
  967. data/third_party_tools/checkstyle-5.6/site/config_misc.html +1607 -0
  968. data/third_party_tools/checkstyle-5.6/site/config_modifier.html +352 -0
  969. data/third_party_tools/checkstyle-5.6/site/config_naming.html +486 -0
  970. data/third_party_tools/checkstyle-5.6/site/config_regexp.html +494 -0
  971. data/third_party_tools/checkstyle-5.6/site/config_reporting.html +243 -0
  972. data/third_party_tools/checkstyle-5.6/site/config_sizes.html +783 -0
  973. data/third_party_tools/checkstyle-5.6/site/config_whitespace.html +1194 -0
  974. data/third_party_tools/checkstyle-5.6/site/contributing.html +297 -0
  975. data/third_party_tools/checkstyle-5.6/site/css/maven-base.css +151 -0
  976. data/third_party_tools/checkstyle-5.6/site/css/maven-theme.css +161 -0
  977. data/third_party_tools/checkstyle-5.6/site/css/print.css +7 -0
  978. data/third_party_tools/checkstyle-5.6/site/css/site.css +25 -0
  979. data/third_party_tools/checkstyle-5.6/site/dependencies.html +254 -0
  980. data/third_party_tools/checkstyle-5.6/site/distribution-management.html +229 -0
  981. data/third_party_tools/checkstyle-5.6/site/extending.html +203 -0
  982. data/third_party_tools/checkstyle-5.6/site/images/AuditListener.gif +0 -0
  983. data/third_party_tools/checkstyle-5.6/site/images/Filter.gif +0 -0
  984. data/third_party_tools/checkstyle-5.6/site/images/close.gif +0 -0
  985. data/third_party_tools/checkstyle-5.6/site/images/collapsed.gif +0 -0
  986. data/third_party_tools/checkstyle-5.6/site/images/expanded.gif +0 -0
  987. data/third_party_tools/checkstyle-5.6/site/images/external.png +0 -0
  988. data/third_party_tools/checkstyle-5.6/site/images/gui_screenshot.png +0 -0
  989. data/third_party_tools/checkstyle-5.6/site/images/icon_error_sml.gif +0 -0
  990. data/third_party_tools/checkstyle-5.6/site/images/icon_info_sml.gif +0 -0
  991. data/third_party_tools/checkstyle-5.6/site/images/icon_success_sml.gif +0 -0
  992. data/third_party_tools/checkstyle-5.6/site/images/icon_warning_sml.gif +0 -0
  993. data/third_party_tools/checkstyle-5.6/site/images/logo.png +0 -0
  994. data/third_party_tools/checkstyle-5.6/site/images/logos/build-by-maven-black.png +0 -0
  995. data/third_party_tools/checkstyle-5.6/site/images/logos/build-by-maven-white.png +0 -0
  996. data/third_party_tools/checkstyle-5.6/site/images/logos/maven-feather.png +0 -0
  997. data/third_party_tools/checkstyle-5.6/site/images/newwindow.png +0 -0
  998. data/third_party_tools/checkstyle-5.6/site/index.html +474 -0
  999. data/third_party_tools/checkstyle-5.6/site/integration.html +229 -0
  1000. data/third_party_tools/checkstyle-5.6/site/issue-tracking.html +229 -0
  1001. data/third_party_tools/checkstyle-5.6/site/license.html +731 -0
  1002. data/third_party_tools/checkstyle-5.6/site/mail-lists.html +229 -0
  1003. data/third_party_tools/checkstyle-5.6/site/plugin-management.html +229 -0
  1004. data/third_party_tools/checkstyle-5.6/site/plugins.html +229 -0
  1005. data/third_party_tools/checkstyle-5.6/site/project-info.html +229 -0
  1006. data/third_party_tools/checkstyle-5.6/site/project-reports.html +196 -0
  1007. data/third_party_tools/checkstyle-5.6/site/project-summary.html +229 -0
  1008. data/third_party_tools/checkstyle-5.6/site/property_types.html +717 -0
  1009. data/third_party_tools/checkstyle-5.6/site/releasenotes.html +2565 -0
  1010. data/third_party_tools/checkstyle-5.6/site/running.html +213 -0
  1011. data/third_party_tools/checkstyle-5.6/site/source-repository.html +229 -0
  1012. data/third_party_tools/checkstyle-5.6/site/team-list.html +244 -0
  1013. data/third_party_tools/checkstyle-5.6/site/writingchecks.html +728 -0
  1014. data/third_party_tools/checkstyle-5.6/site/writingfilters.html +312 -0
  1015. data/third_party_tools/checkstyle-5.6/site/writinglisteners.html +535 -0
  1016. data/third_party_tools/checkstyle-5.6/sun_checks.xml +178 -0
  1017. data/third_party_tools/checkstyle-5.6/suppressions.xml +50 -0
  1018. metadata +1149 -0
@@ -0,0 +1,1460 @@
1
+
2
+ // Transmogrify License
3
+ //
4
+ // Copyright (c) 2001, ThoughtWorks, Inc.
5
+ // All rights reserved.
6
+ // Redistribution and use in source and binary forms, with or without
7
+ // modification, are permitted provided that the following conditions
8
+ // are met:
9
+ // - Redistributions of source code must retain the above copyright notice,
10
+ // this list of conditions and the following disclaimer.
11
+ // - Redistributions in binary form must reproduce the above copyright
12
+ // notice, this list of conditions and the following disclaimer in the
13
+ // documentation and/or other materials provided with the distribution.
14
+ // Neither the name of the ThoughtWorks, Inc. nor the names of its
15
+ // contributors may be used to endorse or promote products derived from this
16
+ // software without specific prior written permission.
17
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19
+ // TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ // PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
21
+ // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
24
+ // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25
+ // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26
+ // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
27
+ // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+
29
+ package com.puppycrawl.tools.checkstyle.checks.usage.transmogrify;
30
+
31
+ import java.io.File;
32
+ import java.util.Enumeration;
33
+ import java.util.Vector;
34
+
35
+ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
36
+
37
+
38
+
39
+
40
+ /**
41
+ * this is the class that does the work of the "walking" step --
42
+ * going through the SymTabAST and constructing the definitions and
43
+ * references. The SymTabAST is constructed in a DOMish fashion, i.e.
44
+ * each node knows about its first child and its next sibling. The
45
+ * DFS search is carried out by two functions -- walkTree, which
46
+ * deals with a single SymTabAST node, and walkSibilngs, which deals with
47
+ * all the siblings of an SymTabAST node.
48
+ */
49
+
50
+ public class TableMaker {
51
+ private SymbolTable symbolTable;
52
+ private SymTabAST _tree;
53
+ private File currentFile;
54
+ private Vector imports = new Vector();
55
+
56
+ /**
57
+ * Constructor for the TableMaker class
58
+ *
59
+ * @param tree is the<code>SymTabAST</code> from which to
60
+ * build the <code>TableMaker</code>. It is the tree which wil be walked
61
+ * in order to build definitions and references.
62
+ */
63
+ public TableMaker(SymTabAST tree)
64
+ {
65
+ _tree = tree;
66
+ }
67
+
68
+ /**
69
+ * returns the <code> SymTabAST </code> which is the
70
+ * SymTabAST generated from the parsed Java Source files.
71
+ *
72
+ * @return <code>SymTabAST</code>
73
+ */
74
+ public SymTabAST getTree() {
75
+ return _tree;
76
+ }
77
+
78
+ /**
79
+ * returns the <code>SymbolTable</code> that has been constructed by
80
+ * this <code>TableMaker</code>
81
+ *
82
+ * @return <code>SymbolTable</code>
83
+ * @throws <code>SymbolTableException</code>
84
+ */
85
+ public SymbolTable getTable() throws SymbolTableException {
86
+ if (symbolTable == null) {
87
+ symbolTable = new SymbolTable( _tree );
88
+
89
+ createDefinitions();
90
+
91
+ resolveReferences();
92
+ }
93
+
94
+ return symbolTable;
95
+ }
96
+
97
+ /**
98
+ * walks the tree and finishes creating definitions.
99
+ *
100
+ * @return <code>void</code>
101
+ * @throws <code>SymbolTableException</code>
102
+ * @see #walkTree()
103
+ * @see #finishCreatingDefinitions()
104
+ */
105
+ private void createDefinitions() throws SymbolTableException {
106
+ walkTree();
107
+ finishCreatingDefinitions();
108
+ }
109
+
110
+ /**
111
+ * finishes up creating definitions process
112
+ * starts at the base of the Table
113
+ *
114
+ * @return <code>void</code>
115
+ * @throws <code>SymbolTableException</code>
116
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
117
+ * @see #finishCreatingDefinition(Definition)
118
+ */
119
+ private void finishCreatingDefinitions() throws SymbolTableException {
120
+ finishCreatingDefinition(symbolTable.getBaseScope());
121
+ }
122
+
123
+ /**
124
+ * begins at the base of the Table and starts finishing definition creation.
125
+ *
126
+ * @param def <code>Definition</code> needs to be completed
127
+ * @return <code>void</code>
128
+ * @throws <code>SymbolTableException</code>
129
+ * @see ClassFinisher
130
+ * @see VariableFinisher
131
+ * @see MethodFinisher
132
+ * @see CatchFinisher
133
+ */
134
+ private void finishCreatingDefinition(Definition def) throws SymbolTableException {
135
+
136
+ if (def instanceof AnonymousInnerClass) {
137
+ AnonymousInnerClass innerClass = (AnonymousInnerClass)def;
138
+ innerClass.finishMakingDefinition();
139
+ }
140
+ else if (def instanceof ClassDef) {
141
+ new ClassFinisher(def).finish();
142
+ }
143
+ else if ( def instanceof VariableDef ) {
144
+ new VariableFinisher( def ).finish();
145
+ }
146
+ else if (def instanceof DefaultConstructor) {}
147
+ else if ( def instanceof MethodDef ) {
148
+ new MethodFinisher( def ).finish();
149
+ }
150
+ else if (def instanceof BlockDef) {
151
+ SymTabAST firstChild = (SymTabAST)def.getTreeNode().getFirstChild();
152
+ //handle Checkstyle grammar
153
+ if (firstChild.getType() == TokenTypes.LPAREN) {
154
+ firstChild = (SymTabAST) firstChild.getNextSibling();
155
+ }
156
+ if (firstChild.getType() == TokenTypes.PARAMETER_DEF) {
157
+ // this is a catch block
158
+ new CatchFinisher((BlockDef)def).finish();
159
+ }
160
+ }
161
+
162
+ if ( def instanceof Scope ) {
163
+ finishCreatingChildren((Scope)def);
164
+ }
165
+ }
166
+
167
+
168
+ /**
169
+ * iterates through all the definitions in the <code> Scope </code>
170
+ * finishes creating each <code>Scope</code>.
171
+ *
172
+ * @param scope <code> Scope </code> where defininitions will be finished.
173
+ * @return <code>void</code>
174
+ * @throws <code>SymbolTableException</code>
175
+ * @see net.sourceforge.transmogrify.symtab.Scope
176
+ * @see #finishCreatingDefinition(Definition)
177
+ */
178
+ private void finishCreatingChildren( Scope scope ) throws SymbolTableException {
179
+ Enumeration definitions = scope.getDefinitions();
180
+ while ( definitions.hasMoreElements() ) {
181
+ Definition child = (Definition)(definitions.nextElement());
182
+ finishCreatingDefinition(child);
183
+ }
184
+ }
185
+
186
+ /**
187
+ * resolves <code>SymbolTable</code> using <code>Resolver</code>
188
+ *
189
+ * @return <code>void</code>
190
+ * @see net.sourceforge.transmogrify.symtab.Resolver
191
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
192
+ */
193
+ private void resolveReferences() {
194
+ new Resolver( symbolTable ).resolve();
195
+ }
196
+
197
+ /**
198
+ * starts walking the <code> SymTabAST </code>
199
+ *
200
+ * @return <code>void</code>
201
+ * @see #walkSiblings(SymTabAST,boolean)
202
+ * @see net.sourceforge.transmogrify.symtab.antlr.SymTabAST
203
+ */
204
+ public void walkTree() {
205
+ walkSiblings((SymTabAST)_tree.getFirstChild(), false);
206
+ }
207
+
208
+ /**
209
+ * processes a single SymTabAST node based on its type and passes of its
210
+ * children for further processing where appropriate.
211
+ *
212
+ * @param tree the <code>SymTabAST</code> node to process
213
+ * @param makeAnonymousScopes sets to <code>false</code> after walking Class,
214
+ * Methods and Try otherwise sets to <code>true</code>
215
+ * @return <code>void</code>
216
+ * @see #walkSiblings(SymTabAST, boolean)
217
+ * @see #processAnonymousInnerClass(SymTabAST, SymTabAST)
218
+ * @see #processBlock(SymTabAST, boolean)
219
+ * @see #processClass(SymTabAST)
220
+ * @see #processConstructorDef(SymTabAST)
221
+ * @see #processElse(SymTabAST)
222
+ * @see #processFile(SymTabAST)
223
+ * @see #processFinally(SymTabAST)
224
+ * @see #processFor(SymTabAST)
225
+ * @see #processImplicitPackage(SymTabAST)
226
+ * @see #processImport(SymTabAST)
227
+ * @see #processLabel(SymTabAST)
228
+ * @see #processMethodDef(SymTabAST)
229
+ * @see #processPackage(SymTabAST)
230
+ * @see #processTry(SymTabAST)
231
+ * @see net.sourceforge.transmogrify.symtab.antlr.SymTabAST
232
+ * @see net.sourceforge.transmogrify.symtab.antlr.JavaTokenTypes
233
+ */
234
+ public void walkTree(SymTabAST tree, boolean makeAnonymousScopes) {
235
+
236
+ if (tree != null) {
237
+
238
+ tree.setScope( symbolTable.getCurrentScope() );
239
+
240
+ switch(tree.getType()) {
241
+ case 0:
242
+ processFile(tree);
243
+ if ( tree.getFirstChild().getType() != TokenTypes.PACKAGE_DEF ) {
244
+ processImplicitPackage( tree.getFile() );
245
+ }
246
+
247
+ walkSiblings((SymTabAST)tree.getFirstChild(), false);
248
+
249
+ // pop package scope
250
+ symbolTable.popScope();
251
+ clearImports();
252
+ break;
253
+
254
+ case TokenTypes.LITERAL_NEW:
255
+ SymTabAST symtabTree = tree;
256
+ //walk parameters, in case of anonymous inner class
257
+ walkTree(symtabTree.findFirstToken(TokenTypes.ELIST),
258
+ makeAnonymousScopes);
259
+ SymTabAST objblock
260
+ = symtabTree.findFirstToken(TokenTypes.OBJBLOCK);
261
+ if (objblock != null) {
262
+ SymTabAST classExtended
263
+ = symtabTree.findFirstToken(TokenTypes.IDENT);
264
+
265
+ processAnonymousInnerClass(objblock, classExtended);
266
+ }
267
+ break;
268
+
269
+ case TokenTypes.SLIST:
270
+ if (makeAnonymousScopes) {
271
+ processBlock(tree, true);
272
+ }
273
+ else {
274
+ walkSiblings((SymTabAST)tree.getFirstChild(), true);
275
+ }
276
+ break;
277
+
278
+ case TokenTypes.CTOR_DEF:
279
+ processConstructorDef(tree);
280
+ break;
281
+
282
+ case TokenTypes.METHOD_DEF:
283
+ processMethodDef(tree);
284
+ break;
285
+
286
+ case TokenTypes.LITERAL_FINALLY:
287
+ processFinally(tree);
288
+ break;
289
+
290
+ case TokenTypes.LITERAL_TRY:
291
+ processTry(tree);
292
+ break;
293
+
294
+ case TokenTypes.VARIABLE_DEF:
295
+ processVariableDef(tree);
296
+ break;
297
+
298
+ case TokenTypes.PACKAGE_DEF:
299
+ processPackage(tree);
300
+ break;
301
+
302
+ case TokenTypes.LABELED_STAT:
303
+ processLabel(tree);
304
+ break;
305
+
306
+ case TokenTypes.IMPORT:
307
+ processImport(tree);
308
+ break;
309
+
310
+ case TokenTypes.CLASS_DEF:
311
+ case TokenTypes.INTERFACE_DEF:
312
+ processClass(tree);
313
+ break;
314
+
315
+ case TokenTypes.LITERAL_FOR:
316
+ processFor(tree);
317
+ break;
318
+
319
+ case TokenTypes.LITERAL_IF:
320
+ processIf(tree);
321
+ break;
322
+
323
+ case TokenTypes.LITERAL_ASSERT:
324
+ processAssert(tree);
325
+ break;
326
+
327
+ case TokenTypes.LITERAL_CATCH:
328
+ case TokenTypes.LITERAL_WHILE:
329
+ case TokenTypes.LITERAL_SWITCH:
330
+ case TokenTypes.LITERAL_DO:
331
+ case TokenTypes.LITERAL_SYNCHRONIZED:
332
+ case TokenTypes.STATIC_INIT:
333
+ case TokenTypes.INSTANCE_INIT:
334
+ processBlock(tree, false);
335
+ break;
336
+
337
+ default:
338
+ walkSiblings((SymTabAST)tree.getFirstChild(), false);
339
+ }
340
+ }
341
+ }
342
+
343
+ /**
344
+ * @param tree
345
+ */
346
+ public void processAssert(SymTabAST tree) {
347
+ BlockDef block = makeBlock(tree);
348
+
349
+ SymTabAST expr = tree.findFirstToken(TokenTypes.EXPR);
350
+ SymTabAST message = (SymTabAST)expr.getNextSibling();
351
+ while ((message != null) && (message.getType() != TokenTypes.EXPR)) {
352
+ message = (SymTabAST) message.getNextSibling();
353
+ }
354
+
355
+
356
+ symbolTable.pushScope( block );
357
+ walkTree(expr, false);
358
+ if (message != null) {
359
+ walkTree(message, false);
360
+ }
361
+ symbolTable.popScope();
362
+ }
363
+
364
+ /**
365
+ * processes the given <code>SymTabAST</code> and each of its siblings
366
+ *
367
+ * @param tree <code>SymTabAST</code> node to process
368
+ * @param makeAnonymousScopes
369
+ *
370
+ * @return <code>void</code>
371
+ * @see #walkTree(SymTabAST, boolean)
372
+ * @see net.sourceforge.transmogrify.symtab.antlr.SymTabAST
373
+ */
374
+ public void walkSiblings(SymTabAST tree, boolean makeAnonymousScopes) {
375
+ while(tree != null) {
376
+ walkTree(tree, makeAnonymousScopes);
377
+ tree = (SymTabAST)tree.getNextSibling();
378
+ }
379
+ }
380
+
381
+ /**
382
+ * processes the given <code>SymTabAST</code> as a package defintion
383
+ *
384
+ * @param tree the <code>SymTabAST</code> to process
385
+ * @return <code>void</code>
386
+ * @see net.sourceforge.transmogrify.symtab.antlr.SymTabAST
387
+ * @see net.sourceforge.transmogrify.symtab.PackageDef
388
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
389
+ */
390
+ public void processPackage(SymTabAST tree) {
391
+ SymTabAST firstChild = (SymTabAST)tree.getFirstChild();
392
+
393
+ String name = ASTUtil.constructDottedName(firstChild);
394
+ firstChild.ignoreChildren();
395
+
396
+ PackageDef pkg = symbolTable.getPackage(name);
397
+
398
+ if (pkg == null) {
399
+ pkg = createPackage( (SymTabAST)(tree.getFirstChild()) );
400
+ }
401
+
402
+ symbolTable.pushScope(pkg);
403
+ }
404
+
405
+ /**
406
+ * processes a java class that use default no package
407
+ *
408
+ * @param file <code>File</code> object of the java class
409
+ * @return <code>void</code>
410
+ * @see net.sourceforge.transmogrify.symtab.PackageDef
411
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
412
+ */
413
+ public void processImplicitPackage( File file ) {
414
+ String name = file.getParent();
415
+ if (name == null) {
416
+ name = "";
417
+ }
418
+ PackageDef pkg = symbolTable.getPackage( name );
419
+
420
+ if ( pkg == null ) {
421
+ pkg = new PackageDef( name, symbolTable.getBaseScope(), null );
422
+ symbolTable.definePackage( pkg, symbolTable.getBaseScope() );
423
+ }
424
+
425
+ symbolTable.pushScope( pkg );
426
+ }
427
+
428
+ /**
429
+ * gets the package represented by the tree. The method
430
+ * analyzes the tree, constructs an appropriate package name
431
+ * and fetches it from the internal package list. If the package does not
432
+ * exist it is created.
433
+ *
434
+ * @param tree <code>SymTabAST</code> to consider
435
+ *
436
+ * @return <code>PackageDef</code> the resulting package definition
437
+ * @see #getPackage(Scope, SymTabAST)
438
+ */
439
+ private PackageDef createPackage( SymTabAST tree ) {
440
+ PackageDef result = null;
441
+
442
+ if (tree.getType() == TokenTypes.DOT) {
443
+ // find the package result of left child
444
+ SymTabAST leftChild = (SymTabAST)tree.getFirstChild();
445
+ SymTabAST rightChild = (SymTabAST)leftChild.getNextSibling();
446
+
447
+ PackageDef context = createPackage(leftChild);
448
+ result = getPackage( context, rightChild );
449
+ }
450
+ else {
451
+ result = getPackage(symbolTable.getBaseScope(), tree);
452
+ }
453
+
454
+ return result;
455
+ }
456
+
457
+ /**
458
+ * gets the package determined by the tree and parent package def.
459
+ * The method analyzes the tree and parent scope and retrieves the
460
+ * appropriate package definition from the internal package list.
461
+ * If the package does not exist it is created.
462
+ *
463
+ * @param tree <code>SymTabAST</code> to consider
464
+ * @param parent the parent package definition
465
+ *
466
+ * @return PackageDef the resulting package definition
467
+ * @see net.sourceforge.transmogrify.symtab.PackageDef
468
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
469
+ * @see net.sourceforge.transmogrify.symtab.antlr.SymTabAST
470
+ */
471
+ private PackageDef getPackage(Scope parent, SymTabAST tree ) {
472
+ String name = tree.getText();
473
+ PackageDef result = null;
474
+ if (!(parent instanceof BaseScope)) {
475
+ result = symbolTable.getPackage(parent.getQualifiedName() + "." + name);
476
+ }
477
+ else {
478
+ result = symbolTable.getPackage(name);
479
+ }
480
+
481
+ if (result == null) {
482
+ result = new PackageDef(tree.getText(), parent, tree);
483
+ symbolTable.definePackage(result, parent);
484
+ }
485
+
486
+ return result;
487
+ }
488
+
489
+ /**
490
+ * process the given <code>SymTabAST</code> as a file definition
491
+ *
492
+ * @param tree the <code>SymTabAST</code> to process
493
+ * @return <code>void</code>
494
+ * @see #setCurrentFile(String)
495
+ */
496
+ public void processFile(SymTabAST tree) {
497
+ setCurrentFile(tree.getText());
498
+ }
499
+
500
+ /**
501
+ * adds the given <code>SymTabAST</code> to <code>imports</code> member
502
+ *
503
+ * @param tree the <code>SymTabAST</code> to process
504
+ * @return <code>void</code>
505
+ */
506
+ public void processImport(SymTabAST tree) {
507
+ imports.add( tree );
508
+ }
509
+
510
+ /**
511
+ * clears the <code>imports</code> member
512
+ * @return <code>void</code>
513
+ */
514
+ private void clearImports() {
515
+ imports.clear();
516
+ }
517
+
518
+ /**
519
+ * process the given SymTabAST as a label definition
520
+ *
521
+ * @param tree the SymTabAST to process
522
+ * @return <code>void</code>
523
+ * @see com.trwx.symtab.antlr.SymTabAST
524
+ * @see net.sourceforge.transmogrify.symtab.LabelDef
525
+ * @see #walkTree(SymTabAST, boolean)
526
+ */
527
+ public void processLabel(SymTabAST tree) {
528
+ String name = tree.findFirstToken(TokenTypes.IDENT).getText();
529
+ LabelDef label = new LabelDef( name, symbolTable.getCurrentScope(),
530
+ tree );
531
+ symbolTable.defineLabel( label );
532
+
533
+ walkTree((SymTabAST)tree.getFirstChild().getNextSibling(), false);
534
+ }
535
+
536
+ /**
537
+ * process the given <code>SymTabAST</code> as a class definition
538
+ *
539
+ * @param tree the <code>SymTabAST</code> to process
540
+ * @return <code>void</code>
541
+ * @see #makeClass(String, SymTabAST)
542
+ * @see #walkSiblings(SymTabAST, boolean)
543
+ * @see net.sourceforge.transmogrify.symtab.antlr.SymTabAST
544
+ */
545
+ public void processClass(SymTabAST tree) {
546
+ String name = tree.findFirstToken(TokenTypes.IDENT).getText();
547
+
548
+ makeClass(name, tree);
549
+ final SymTabAST objblock =
550
+ tree.findFirstToken(TokenTypes.OBJBLOCK);
551
+ SymTabAST start = (SymTabAST)objblock.getFirstChild();
552
+ if (start != null) {
553
+ //skip LPAREN
554
+ if (start.getType() == TokenTypes.LPAREN) {
555
+ start = (SymTabAST)start.getNextSibling();
556
+ }
557
+ walkSiblings(start, false);
558
+ }
559
+
560
+ symbolTable.popScope();
561
+ }
562
+
563
+ /**
564
+ * creates <code>ClassDef</code> for the current class node and add it to the
565
+ * symbol table
566
+ * @param name name of the class
567
+ * @param tree current node to be processed
568
+ * @return <code>void</code>
569
+ * @see net.sourceforge.transmogrify.symtab.ClassDef
570
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
571
+ */
572
+ public void makeClass(String name, SymTabAST tree) {
573
+ ClassDef def = new ClassDef(name, symbolTable.getCurrentScope(), tree);
574
+ def.addUnprocessedImports(imports);
575
+ symbolTable.defineClass(def);
576
+ symbolTable.pushScope(def);
577
+ }
578
+
579
+ /**
580
+ * processes anonymous inner class encountered in the tree
581
+ * @param objblock the anonymous block
582
+ * @param classExtended
583
+ * @return <code>void</code>
584
+ * @see net.sourceforge.transmogrify.symtab.AnonymousInnerClass
585
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
586
+ */
587
+ public void processAnonymousInnerClass(SymTabAST objblock,
588
+ SymTabAST classExtended) {
589
+ ClassDef def = new AnonymousInnerClass(objblock,
590
+ classExtended,
591
+ symbolTable.getCurrentScope());
592
+ symbolTable.defineClass(def);
593
+ symbolTable.pushScope(def);
594
+ walkSiblings((SymTabAST)objblock.getFirstChild(), false);
595
+ symbolTable.popScope();
596
+ }
597
+
598
+ /**
599
+ * process the given SymTabAST as a variable definition
600
+ *
601
+ * @param tree the SymTabAST to process
602
+ * @return <code>void</code>
603
+ * @see net.sourceforge.transmogrify.symtab.VariableDef
604
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
605
+ * @see net.sourceforge.transmogrify.symtab.antlr.SymTabAST
606
+ * @see #makeVariableDef(SymTabAST, Scope)
607
+ * @see #walkTree(SymTabAST, boolean)
608
+ */
609
+ private void processVariableDef(SymTabAST tree) {
610
+ VariableDef def = makeVariableDef( tree, symbolTable.getCurrentScope() );
611
+ symbolTable.defineVariable(def);
612
+ SymTabAST assignmentNode
613
+ = tree.findFirstToken(TokenTypes.ASSIGN);
614
+ if (assignmentNode != null) {
615
+ walkTree((SymTabAST)assignmentNode.getFirstChild(), false);
616
+ }
617
+ }
618
+
619
+ /**
620
+ * creates <code>VariableDef</code> based on the current tree node and scope
621
+ * @param tree the current tree node
622
+ * @param scope the current scope
623
+ * @return <code>VariableDef</code>
624
+ * @see net.sourceforge.transmogrify.symtab.VariableDef
625
+ */
626
+ public VariableDef makeVariableDef(SymTabAST tree, Scope scope) {
627
+ String name = tree.findFirstToken(TokenTypes.IDENT).getText();
628
+ VariableDef result = new VariableDef(name, scope, tree);
629
+
630
+ return result;
631
+ }
632
+
633
+ /**
634
+ * process the given SymTabAST as a try block
635
+ *
636
+ * @param tree the SymTabAST to process
637
+ * @return <code>void</code>
638
+ * @see #makeBlock(SymTabAST)
639
+ * @see net.sourceforge.transmogrify.symtab.antlr.SymTabAST
640
+ * @see #walkTree(SymTabAST, boolean)
641
+ * @see #walkSiblings(SymTabAST, boolean)
642
+ */
643
+ public void processTry(SymTabAST tree){
644
+ BlockDef block = makeBlock(tree);
645
+
646
+ SymTabAST slist = tree.findFirstToken(TokenTypes.SLIST);
647
+ SymTabAST everythingElse = (SymTabAST)slist.getNextSibling();
648
+
649
+ symbolTable.pushScope( block );
650
+ walkTree( slist, false );
651
+ symbolTable.popScope();
652
+
653
+ walkSiblings( everythingElse, false );
654
+ }
655
+
656
+ /**
657
+ * process the given SymTabAST as a finally block
658
+ *
659
+ * @param tree the SymTabAST to process
660
+ * @return <code>void</code>
661
+ * @see #makeBlock(SymTabAST)
662
+ * @see #walkTree(SymTabAST, boolean)
663
+ */
664
+ public void processFinally(SymTabAST tree){
665
+ BlockDef block = makeBlock(tree);
666
+
667
+ SymTabAST slist = tree.findFirstToken(TokenTypes.SLIST);
668
+ SymTabAST tryBlock = tree.findFirstToken(TokenTypes.LITERAL_TRY);
669
+
670
+ symbolTable.pushScope( block );
671
+ walkTree( slist, false );
672
+ symbolTable.popScope();
673
+
674
+ walkTree( tryBlock, false );
675
+ }
676
+
677
+
678
+ /**
679
+ * process the given SymTabAST as a method definition
680
+ *
681
+ * @param tree the SymTabAST to process
682
+ * @return <code>void</code>
683
+ * @see net.sourceforge.transmogrify.symtab.MethodDef
684
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
685
+ * @see #walkTree(SymTabAST, boolean)
686
+ */
687
+ public void processMethodDef(SymTabAST tree) {
688
+ String name = tree.findFirstToken(TokenTypes.IDENT).getText();
689
+ MethodDef method = new MethodDef(name, symbolTable.getCurrentScope(),
690
+ tree);
691
+ symbolTable.defineMethod( method );
692
+
693
+ symbolTable.pushScope( method );
694
+ walkTree(tree.findFirstToken(TokenTypes.SLIST), false);
695
+ symbolTable.popScope();
696
+ }
697
+
698
+ /**
699
+ * process the given SymTabAST as a constructor definition
700
+ *
701
+ * @param tree the SymTabAST to process
702
+ * @return <code>void</code>
703
+ * @see net.sourceforge.transmogrify.symtab.MethodDef
704
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
705
+ * @see #walkTree(SymTabAST, boolean)
706
+ */
707
+ public void processConstructorDef(SymTabAST tree) {
708
+ processMethodDef(tree);
709
+ }
710
+
711
+ /**
712
+ * process the given SymTabAST as a for block
713
+ *
714
+ * @param tree the SymTabAST to process
715
+ * @return <code>void</code>
716
+ * @see #makeBlock(SymTabAST)
717
+ * @see #walkTree(SymTabAST, boolean)
718
+ */
719
+ public void processFor(SymTabAST tree) {
720
+ BlockDef block = makeBlock(tree);
721
+
722
+ symbolTable.pushScope( block );
723
+ SymTabAST body;
724
+ SymTabAST forEach = tree.findFirstToken(TokenTypes.FOR_EACH_CLAUSE);
725
+ if (forEach != null) {
726
+ walkTree(forEach, false);
727
+ body = (SymTabAST)forEach.getNextSibling();
728
+ }
729
+ else {
730
+ walkTree(tree.findFirstToken(TokenTypes.FOR_INIT), false);
731
+ walkTree(tree.findFirstToken(TokenTypes.FOR_CONDITION), false);
732
+
733
+ SymTabAST forIter = tree.findFirstToken(TokenTypes.FOR_ITERATOR);
734
+ walkTree(forIter, false);
735
+ body = (SymTabAST)forIter.getNextSibling();
736
+ }
737
+
738
+ //handle Checkstyle grammar
739
+ if (body.getType() == TokenTypes.RPAREN) {
740
+ body = (SymTabAST) body.getNextSibling();
741
+ }
742
+ walkTree(body, false);
743
+ symbolTable.popScope();
744
+ }
745
+
746
+ /**
747
+ * process the given SymTabAST as an if block
748
+ *
749
+ * @param tree the SymTabAST to process
750
+ * @return <code>void</code>
751
+ * @see #makeBlock(SymTabAST)
752
+ * @see #walkTree(SymTabAST, boolean)
753
+ * @see #processElse(SymTabAST)
754
+ */
755
+ public void processIf(SymTabAST tree) {
756
+ BlockDef block = makeBlock(tree);
757
+
758
+ SymTabAST expr = tree.findFirstToken(TokenTypes.EXPR);
759
+ SymTabAST ifBranch = (SymTabAST)expr.getNextSibling();
760
+ // handle Checkstyle grammar
761
+ if (ifBranch.getType() == TokenTypes.RPAREN) {
762
+ ifBranch = (SymTabAST) ifBranch.getNextSibling();
763
+ }
764
+ SymTabAST elseBranch = (SymTabAST)ifBranch.getNextSibling();
765
+ // handle Checkstyle grammar
766
+ if ((elseBranch != null) && (elseBranch.getType() == TokenTypes.SEMI)) {
767
+ elseBranch = (SymTabAST) elseBranch.getNextSibling();
768
+ }
769
+ if ((elseBranch != null) && (elseBranch.getType() == TokenTypes.LITERAL_ELSE)) {
770
+ elseBranch = (SymTabAST) elseBranch.getFirstChild();
771
+ }
772
+
773
+ symbolTable.pushScope( block );
774
+ walkTree(expr, false);
775
+ walkTree(ifBranch, false);
776
+ symbolTable.popScope();
777
+
778
+ processElse(elseBranch);
779
+ }
780
+
781
+ /**
782
+ * process the given SymTabAST as an else block
783
+ *
784
+ * @param tree the SymTabAST to process
785
+ * @return <code>void</code>
786
+ * @see #processIf(SymTabAST)
787
+ * @see #makeElseBlock(SymTabAST)
788
+ */
789
+ public void processElse(SymTabAST tree) {
790
+ if (tree != null) {
791
+ if (tree.getType() == TokenTypes.LITERAL_IF) {
792
+ processIf(tree);
793
+ }
794
+ else {
795
+ makeElseBlock(tree);
796
+ }
797
+ }
798
+ }
799
+
800
+ /**
801
+ * defines an anonymous block to enclose the scope of an else block
802
+ *
803
+ * @param tree the SymTabAST to process
804
+ * @return <code>void</code>
805
+ * @see #makeBlock(SymTabAST)
806
+ * @see #walkTree(SymTabAST, boolean)
807
+ */
808
+ public void makeElseBlock(SymTabAST tree) {
809
+ if (tree.getType() == TokenTypes.SLIST) {
810
+ BlockDef block = makeBlock(tree);
811
+ symbolTable.pushScope( block );
812
+ walkTree(tree, false);
813
+ symbolTable.popScope();
814
+ }
815
+ else {
816
+ walkTree(tree, false);
817
+ }
818
+ }
819
+
820
+ /**
821
+ * processes the current tree node as BlockDef
822
+ * @param tree current tree node
823
+ * @param makeAnonymousScopes
824
+ * @return <code>void</code>
825
+ */
826
+ public void processBlock(SymTabAST tree, boolean makeAnonymousScopes) {
827
+ BlockDef block = makeBlock(tree);
828
+ symbolTable.pushScope(block);
829
+ //handle Checkstyle grammar
830
+ SymTabAST child = (SymTabAST)tree.getFirstChild();
831
+ if ((child != null) && (child.getType() == TokenTypes.LPAREN)) {
832
+ child = (SymTabAST) child.getNextSibling();
833
+ }
834
+ walkSiblings(child, makeAnonymousScopes);
835
+ symbolTable.popScope();
836
+ }
837
+
838
+ /**
839
+ * set the current file to the named file
840
+ *
841
+ * @param fileName the name of the file
842
+ * @return <code>void</code>
843
+ */
844
+ public void setCurrentFile(String fileName) {
845
+ currentFile = new File(fileName);
846
+ symbolTable.setCurrentFile(currentFile);
847
+ }
848
+
849
+
850
+ /**
851
+ * creates a new <code> BlockDef </code> in the SymbolTable
852
+ *
853
+ * @param tree is a <code> SymTabAST </code> whose root begins the new block
854
+ * @return <code> BlockDef </code>
855
+ * @see net.sourceforge.transmogrify.symtab.BlockDef
856
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
857
+ */
858
+ private BlockDef makeBlock( SymTabAST tree ) {
859
+ BlockDef block = new BlockDef( symbolTable.getCurrentScope(), tree );
860
+ symbolTable.defineBlock( block );
861
+ return block;
862
+ }
863
+
864
+ /**
865
+ * returns the <code>SymTabAST</code> that contains the parameter classDef's
866
+ * extends nodes
867
+ *
868
+ * @param classDef is a <code> ClassDef </code> whose extends nodes we want
869
+ * @return <code> SymTabAST </code>
870
+ */
871
+ public static SymTabAST getExtendsNode(ClassDef classDef) {
872
+ SymTabAST result = null;
873
+ SymTabAST extendsClause = null;
874
+
875
+ SymTabAST classDefTreeNode = classDef.getTreeNode();
876
+ extendsClause =
877
+ classDefTreeNode.findFirstToken(TokenTypes.EXTENDS_CLAUSE);
878
+
879
+ if (extendsClause != null) {
880
+ result = (SymTabAST)(extendsClause.getFirstChild());
881
+ }
882
+
883
+ return result;
884
+ }
885
+
886
+ /**
887
+ * Superclass for different kind of XXXFinisher subclass
888
+ * @see CatchFinisher
889
+ * @see ClassFinisher
890
+ * @see DefinitionFinisher
891
+ * @see MethodFinisher
892
+ * @see VariableFinisher
893
+ */
894
+ class DefinitionFinisher {
895
+
896
+ protected SymTabAST _node = null;
897
+
898
+ /**
899
+ * Constructor. It finishes the definition passed to it
900
+ *
901
+ */
902
+ public DefinitionFinisher( Definition def ) {
903
+ _node = def.getTreeNode();
904
+ }
905
+
906
+ public void finish() throws SymbolTableException {}
907
+
908
+ /**
909
+ * gets the classDef that represents the type of the given definition
910
+ *
911
+ *
912
+ * @param def the definition whose type to find
913
+ * @param typeNode the TokenTypes.TYPE node associated with the def
914
+ *
915
+ * @return the resulting class definition
916
+ */
917
+ protected IClass getType( Definition def, SymTabAST typeNode ) {
918
+ IClass result = null;
919
+
920
+ SymTabAST typeClassNode = null;
921
+ boolean isArray = false;
922
+
923
+ if ( typeNode.getFirstChild().getType()
924
+ == TokenTypes.ARRAY_DECLARATOR ) {
925
+ isArray = true;
926
+ typeClassNode = (SymTabAST)typeNode.getFirstChild().getFirstChild();
927
+ }
928
+ else {
929
+ typeClassNode = (SymTabAST)typeNode.getFirstChild();
930
+ }
931
+
932
+ Scope lookupScope = null;
933
+
934
+ if (def instanceof Scope) {
935
+ lookupScope = (Scope)def;
936
+ }
937
+ else {
938
+ lookupScope = def.getParentScope();
939
+ }
940
+
941
+ Resolver resolver = new Resolver(symbolTable);
942
+ IClass typeClass = resolver.resolveClass(typeClassNode, lookupScope, null, false);
943
+
944
+ if ( isArray ) {
945
+ result = new ArrayDef( typeClass );
946
+ }
947
+ else {
948
+ result = typeClass;
949
+ }
950
+
951
+ return result;
952
+ }
953
+
954
+ }
955
+
956
+ class ClassFinisher extends DefinitionFinisher {
957
+
958
+ private ClassDef _def = null;
959
+
960
+ /**
961
+ * Constructor. Creates a ClassFinisher from a <code> Definition </code>
962
+ *
963
+ * @param def is a <code> Definition </code>
964
+ */
965
+ public ClassFinisher( Definition def ) {
966
+ super( def );
967
+ _def = (ClassDef)def;
968
+ }
969
+
970
+ /**
971
+ * Completes all tasks required for finishing a ClassDef
972
+ * Including adding imports, setting super classes and adding
973
+ * interfaces.
974
+ * @return <code>void</code>
975
+ * @throws <code>SymbolTableException</code>
976
+ * @see #addImports()
977
+ * @see #setSuperclass()
978
+ * @see #addInterfaces()
979
+ */
980
+ public void finish() throws SymbolTableException {
981
+ if ( _node != null ) {
982
+ addImports();
983
+ setSuperclass();
984
+ addInterfaces();
985
+ }
986
+ }
987
+
988
+ /**
989
+ * Adds all packages and classes that are imported by this class
990
+ * to the class for later reference
991
+ */
992
+ private void addImports() throws ClassImportException {
993
+ IPackage java = new ExternalPackage("java", null);
994
+ IPackage lang = new ExternalPackage("lang", java);
995
+ java.addDefinition(lang);
996
+ _def.importPackage(lang);
997
+
998
+ Vector unprocessedImports = _def.getUnprocessedImports();
999
+ for ( int i = 0; i < unprocessedImports.size(); i++ ) {
1000
+ SymTabAST importNode = (SymTabAST)unprocessedImports.get(i);
1001
+ SymTabAST imported = (SymTabAST)importNode.getFirstChild();
1002
+ SymTabAST lastPart = (SymTabAST)imported.getFirstChild().getNextSibling();
1003
+
1004
+ DotIterator it = new DotIterator(imported);
1005
+ SymTabAST current = null;
1006
+ String className = null;
1007
+ IClass importedClass = null;
1008
+
1009
+ // attempt at each token to find the class
1010
+ // first in source
1011
+ // then on classpath
1012
+ //
1013
+ // if there are more tokens left
1014
+ // continue until you hit the last token
1015
+ // if it's a star
1016
+ // import all inner classes
1017
+ // else
1018
+ // import the explicitly named inner class
1019
+ // else import the class
1020
+ //
1021
+ // if no classes were found, import the package
1022
+
1023
+ while(it.hasNext()) {
1024
+ current = it.nextNode();
1025
+ if (className == null) {
1026
+ className = current.getText();
1027
+ }
1028
+ else {
1029
+ if (!current.getText().equals("*")) {
1030
+ className += "." + current.getText();
1031
+ }
1032
+ else {
1033
+ break;
1034
+ }
1035
+ }
1036
+ importedClass = findOrLoadClass(className, importedClass);
1037
+
1038
+ if (importedClass != null) {
1039
+ break;
1040
+ }
1041
+ }
1042
+
1043
+ if (it.hasNext()) {
1044
+ boolean isImported = false;
1045
+ while(it.hasNext()) {
1046
+ current = it.nextNode();
1047
+ if (current.getText().equals("*")) {
1048
+ importInnerClasses(importedClass);
1049
+ isImported = true;
1050
+ }
1051
+ else {
1052
+ className += "$" + current.getText();
1053
+ importedClass = findOrLoadClass(className, importedClass);
1054
+ }
1055
+ }
1056
+ if (!isImported) {
1057
+ _def.importClass(importedClass);
1058
+ }
1059
+ }
1060
+ else {
1061
+ if (importedClass != null) {
1062
+ _def.importClass(importedClass);
1063
+ }
1064
+ else {
1065
+ if (current != null && current.getText().equals("*")) {
1066
+ IPackage pkg = symbolTable.getPackage(className);
1067
+ if (pkg == null) {
1068
+ pkg = getPackage(className);
1069
+ }
1070
+ _def.importPackage(pkg);
1071
+ }
1072
+ else {
1073
+ //TODO: can we safely ignore this?
1074
+ //throw new ClassImportException(className);
1075
+ ;
1076
+ }
1077
+ }
1078
+ }
1079
+
1080
+ // now set definitions where appropriate
1081
+ imported.ignoreChildren();
1082
+ if ((lastPart.getType() == TokenTypes.IDENT)
1083
+ //TODO: guard added for class not loaded
1084
+ //This is OK for single file processing, but not
1085
+ //multiple files.
1086
+ && (importedClass != null)
1087
+ )
1088
+ {
1089
+ lastPart.setDefinition(importedClass, null, true);
1090
+ lastPart.setMeaningfulness(true);
1091
+ }
1092
+ }
1093
+ }
1094
+
1095
+ /**
1096
+ * creates <code>ExternalPackage</code>
1097
+ * @param packageName name of the package
1098
+ * @return <code>ExternalPackage</code>
1099
+ * @see net.sourceforge.transmogrify.symtab.ExternalPackage
1100
+ */
1101
+ private ExternalPackage getPackage(String packageName) {
1102
+ return new ExternalPackage(packageName, null);
1103
+ }
1104
+
1105
+ /**
1106
+ * stores the inner classes in the approriate ClassDef
1107
+ * @param outerClass
1108
+ * @return <code>void</code>
1109
+ */
1110
+ private void importInnerClasses(IClass outerClass) {
1111
+ IClass[] innerClasses = outerClass.getInnerClasses();
1112
+
1113
+ for (int i = 0; i < innerClasses.length; i++) {
1114
+ _def.importClass(innerClasses[i]);
1115
+ }
1116
+ }
1117
+
1118
+ /**
1119
+ * creates <code>ExternalClass</code> based on a java class
1120
+ * @param className class to be loaded
1121
+ * @return <code>IClass</code>
1122
+ * @see net.sourceforge.transmogrify.symtab.ExternalClass
1123
+ */
1124
+ private IClass loadClass(String className) {
1125
+ IClass result = null;
1126
+
1127
+ try {
1128
+ Class javaClass
1129
+ = ClassManager.getClassLoader().loadClass(className);
1130
+
1131
+ result = new ExternalClass(javaClass);
1132
+ }
1133
+ catch (ClassNotFoundException ignoreMe) {}
1134
+
1135
+ return result;
1136
+ }
1137
+
1138
+ /**
1139
+ * find a class from <code>BaseCode</code> or its parent
1140
+ * @param className name of the class to be load or found
1141
+ * @param parentClass its parent class
1142
+ * @return <code>IClass</code>
1143
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
1144
+ * @see net.sourceforge.transmogrify.symtab.IClass
1145
+ * @see #loadClass(String)
1146
+ */
1147
+ private IClass findOrLoadClass(String className, IClass parentClass) {
1148
+ IClass result = null;
1149
+
1150
+ if (parentClass == null) {
1151
+ result = symbolTable.getBaseScope().getClassDefinition(className);
1152
+ }
1153
+ else {
1154
+ int index = className.lastIndexOf("$");
1155
+ if (index < 0) {
1156
+ index = className.lastIndexOf(".");
1157
+ }
1158
+
1159
+ result = parentClass.getClassDefinition(className.substring(index + 1));
1160
+ }
1161
+
1162
+ if (result == null) {
1163
+ result = loadClass(className);
1164
+ }
1165
+
1166
+ return result;
1167
+ }
1168
+
1169
+ /**
1170
+ *
1171
+ * If the class has a super class a reference to this super class
1172
+ * is added to this class.
1173
+ * @return <code>void</code>
1174
+ * @see net.sourceforge.transmogrify.symtab.ClassDef
1175
+ */
1176
+ private void setSuperclass() {
1177
+ if (_def.getTreeNode().getType() == TokenTypes.CLASS_DEF) {
1178
+ SymTabAST extendsNode = getExtendsNode(_def);
1179
+ if ( extendsNode != null ) {
1180
+ String superclassName = ASTUtil.constructDottedName(extendsNode);
1181
+ IClass superclass = _def.getClassDefinition(superclassName);
1182
+ if ( superclass != null ) {
1183
+ _def.setSuperclass( superclass );
1184
+ superclass.addSubclass( _def );
1185
+ }
1186
+ }
1187
+ else {
1188
+ _def.setSuperclass(new ExternalClass(Object.class));
1189
+ }
1190
+ }
1191
+ else {
1192
+ _def.setSuperclass(new ExternalClass(Object.class));
1193
+ }
1194
+ }
1195
+
1196
+ /**
1197
+ *
1198
+ * If the class implements an interface a reference to this interface
1199
+ * is added to this class.
1200
+ * @return <code>void</code>
1201
+ * @see net.sourceforge.transmogrify.symtab.ClassDef
1202
+ */
1203
+ private void addInterfaces() {
1204
+ SymTabAST implementsClause = null;
1205
+
1206
+ if (_def.getTreeNode().getType() == TokenTypes.CLASS_DEF) {
1207
+ implementsClause
1208
+ = _node.findFirstToken(TokenTypes.IMPLEMENTS_CLAUSE);
1209
+ }
1210
+ else {
1211
+ implementsClause
1212
+ = _node.findFirstToken(TokenTypes.EXTENDS_CLAUSE);
1213
+ }
1214
+
1215
+ if ( implementsClause != null ) {
1216
+ SymTabAST interfaceNode = (SymTabAST)implementsClause.getFirstChild();
1217
+ while ( interfaceNode != null ) {
1218
+ IClass implemented =
1219
+ _def.getClassDefinition(interfaceNode.getText());
1220
+ if ( implemented != null ) {
1221
+ _def.addInterface( implemented );
1222
+ implemented.addImplementor( _def );
1223
+ }
1224
+ interfaceNode = (SymTabAST)(interfaceNode.getNextSibling());
1225
+ }
1226
+ }
1227
+ }
1228
+ }
1229
+
1230
+ /**
1231
+ *
1232
+ * Completes a Variable by setting all required references
1233
+ *
1234
+ */
1235
+ class VariableFinisher extends DefinitionFinisher {
1236
+ VariableDef _def = null;
1237
+
1238
+
1239
+ /**
1240
+ *
1241
+ * Constructor. Creates a VariableFinishes from the <code>Definition</code>
1242
+ * @param def VariableDef to be finished
1243
+ * @see net.sourceforge.transmogrify.symtab.VariableDef
1244
+ */
1245
+ public VariableFinisher( Definition def ) {
1246
+ super( def );
1247
+ _def = (VariableDef)def;
1248
+ }
1249
+
1250
+
1251
+ /**
1252
+ *
1253
+ * Finishes the variable by setting the Type
1254
+ * @return <code>void</code>
1255
+ * @see #getType(Definition, SymTabAST)
1256
+ * @see net.sourceforge.transmogrify.symtab.VariableDef
1257
+ */
1258
+ public void finish() {
1259
+
1260
+ SymTabAST typeNode = _node.findFirstToken(TokenTypes.TYPE);
1261
+
1262
+ SymTabAST typeTextNode = (SymTabAST)(typeNode.getFirstChild());
1263
+ if ( typeTextNode.getType() == TokenTypes.ARRAY_DECLARATOR ) {
1264
+ typeTextNode = (SymTabAST)(typeTextNode.getFirstChild());
1265
+ }
1266
+ typeTextNode.setLine(ASTUtil.getLine( _def.getTreeNode() ));
1267
+
1268
+ IClass varType = getType(_def, typeNode);
1269
+ _def.setType( varType );
1270
+
1271
+ }
1272
+ }
1273
+
1274
+ /**
1275
+ *
1276
+ * Completes a Variable by setting all required references
1277
+ *
1278
+ */
1279
+ class MethodFinisher extends DefinitionFinisher {
1280
+ MethodDef _def = null;
1281
+
1282
+
1283
+ /**
1284
+ *
1285
+ * Creates a MethodFinisher from a <code> Definition <code>
1286
+ * @param def MethodDef to be finished
1287
+ * @see net.sourceforge.transmogrify.symtab.MethodDef
1288
+ */
1289
+ public MethodFinisher( Definition def ) {
1290
+ super( def );
1291
+ _def = (MethodDef)def;
1292
+ }
1293
+
1294
+ /**
1295
+ *
1296
+ * Completes a method by setting all references to return types,
1297
+ * signatures and exceptions.
1298
+ * @return <code>void</code>
1299
+ * @see #setReturnType()
1300
+ * @see #setSignature()
1301
+ * @see #setExceptionsThrown()
1302
+ */
1303
+ public void finish() {
1304
+ setReturnType();
1305
+ setSignature();
1306
+ setExceptionsThrown();
1307
+ }
1308
+
1309
+ /**
1310
+ *
1311
+ * setReturnType adds a reference to the methods return type
1312
+ * to the method definition
1313
+ * @return <code>void</code>
1314
+ * @see net.sourceforge.transmogrify.symtab.MethodDef
1315
+ * @see #getType(Definition, SymTabAST)
1316
+ * @see #getTypeNode()
1317
+ */
1318
+ private void setReturnType() {
1319
+ IClass type = null;
1320
+
1321
+ if ( isConstructor() ) {
1322
+ type = _def.getEnclosingClass();
1323
+ }
1324
+ else {
1325
+ type = getType(_def, getTypeNode());
1326
+ }
1327
+
1328
+ _def.setType(type);
1329
+ }
1330
+
1331
+ /**
1332
+ *
1333
+ * setSignature adds a reference to the methods paramaters
1334
+ * to the method definition
1335
+ * @return <code>void</code>
1336
+ * @see #makeVariableDef(SymTabAST, Definition)
1337
+ * @see VariableFinisher
1338
+ * @see net.sourceforge.transmogrify.symtab.MethodDef
1339
+ */
1340
+ private void setSignature() {
1341
+ SymTabAST parametersNode
1342
+ = _node.findFirstToken(TokenTypes.PARAMETERS);
1343
+
1344
+ SymTabAST parameterNode = (SymTabAST)(parametersNode.getFirstChild());
1345
+ while ( parameterNode != null ) {
1346
+ if (parameterNode.getType() == TokenTypes.PARAMETER_DEF) {
1347
+ VariableDef parameter = makeVariableDef( parameterNode, _def );
1348
+ new VariableFinisher( parameter ).finish();
1349
+ _def.addParameter( parameter );
1350
+ }
1351
+ parameterNode = (SymTabAST)(parameterNode.getNextSibling());
1352
+ }
1353
+
1354
+ }
1355
+
1356
+ /**
1357
+ *
1358
+ * setExceptionsThrown adds a reference to the methods Exceptions
1359
+ * to the method definition
1360
+ * @return <code>void</code>
1361
+ * @see net.sourceforge.transmogrify.symtab.SymbolTable
1362
+ * @see net.sourceforge.transmogrify.symtab.PackageDef
1363
+ * @see net.sourceforge.transmogrify.symtab.MethodDef
1364
+ */
1365
+ private void setExceptionsThrown() {
1366
+ IClass exception = null;
1367
+ SymTabAST throwsNode
1368
+ = _node.findFirstToken(TokenTypes.LITERAL_THROWS);
1369
+
1370
+ if ( throwsNode != null ) {
1371
+ SymTabAST exceptionNode = (SymTabAST)(throwsNode.getFirstChild());
1372
+ while (exceptionNode != null ) {
1373
+ if (exceptionNode.getType() == TokenTypes.DOT) {
1374
+ PackageDef pkg = symbolTable.getPackage(ASTUtil.constructPackage(exceptionNode));
1375
+ if ( pkg != null ) {
1376
+ exception = pkg.getClassDefinition(ASTUtil.constructClass(exceptionNode));
1377
+ }
1378
+ }
1379
+ else {
1380
+ exception = _def.getClassDefinition(exceptionNode.getText());
1381
+ }
1382
+ _def.addException(exception);
1383
+ exceptionNode = (SymTabAST)(exceptionNode.getNextSibling());
1384
+ }
1385
+ }
1386
+
1387
+ }
1388
+
1389
+ /**
1390
+ *
1391
+ * isConstructor sets the flag in the method definition to indicate
1392
+ * whether it is a constructor or not
1393
+ * @return <code>boolean</code> <code>true</code> if a node has no return type
1394
+ * <code>false</code> if a node has a return type
1395
+ * @see #getTypeNode()
1396
+ */
1397
+ private boolean isConstructor() {
1398
+ boolean result = false;
1399
+
1400
+ if ( getTypeNode() == null ) {
1401
+ result = true;
1402
+ }
1403
+
1404
+ return result;
1405
+ }
1406
+
1407
+ /**
1408
+ *
1409
+ * getTypeNode returnss the <code> SymTabAST</code> node that is the
1410
+ * return type of this method
1411
+ *
1412
+ * @return <code>SymTabAST</code>
1413
+ */
1414
+ private SymTabAST getTypeNode() {
1415
+ return _node.findFirstToken(TokenTypes.TYPE);
1416
+ }
1417
+ }
1418
+
1419
+ class CatchFinisher extends DefinitionFinisher {
1420
+ BlockDef _def = null;
1421
+
1422
+ /**
1423
+ * constructor that takes a <code>BlockDef</code>
1424
+ * @param def <code>BlockDef</code> for the catch block
1425
+ */
1426
+ public CatchFinisher(BlockDef def) {
1427
+ super(def);
1428
+ _def = def;
1429
+ }
1430
+
1431
+ /**
1432
+ * finishes definition creation
1433
+ * @return <code>void</code>
1434
+ * @see #createExceptionVariable()
1435
+ */
1436
+ public void finish() {
1437
+ createExceptionVariable();
1438
+ }
1439
+
1440
+ /**
1441
+ * creates <code>VariableDef<code> and finishes creation definition for
1442
+ * arguments in the catch clause
1443
+ * @return <code>void</code>
1444
+ * @see net.sourceforge.transmogrify.symtab.VariableDef
1445
+ * @see #makeVariableDef(SymTabAST, Definition)
1446
+ * @see VariableFinisher
1447
+ */
1448
+ private void createExceptionVariable() {
1449
+ SymTabAST exceptionNode
1450
+ = _def.getTreeNode().findFirstToken(TokenTypes.PARAMETER_DEF);
1451
+
1452
+ VariableDef exception = makeVariableDef(exceptionNode, _def);
1453
+ new VariableFinisher(exception).finish();
1454
+ _def.addDefinition(exception);
1455
+ }
1456
+ }
1457
+
1458
+ }
1459
+
1460
+