All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AJavaParserRule Enables common behavior to JavaParser-based rulesATodoJavaParserRule Helps preparing rulesAvoidFileStream Deprecated. ConfigReader This class reads a config file for Eclipse code formatter.ConfigReadException An exception thrown when there is an error reading settings from the code formatter profile of an Eclipse formatter config file.CreateTempFilesUsingNio cases inspired from #descriptionEclipseJavaFormatter Bridges to Eclipse formatting engineEnumsWithoutEquals Prevent relying .equals onEnum
typesGoogleJavaFormatter Google Java FormatterGoogleJavaFormatterProperties Spring Java formatter configurationIClassTransformer For classes knowing how to modify codeIJdkVersionConstants List the JDK versionsIntelliJJavaFormatter IntelliJ Java FormatterIntellijJavaFormatterProperties IntelliJ Java formatter configurationIRuleDescriber Helpers knowing what could be the impact of given ruleIRuleExternalUrls Helps understand why a rule is relevant, given other systems implementing the ruleJavaFormatter Formatter for JavaJavaRevelcImportsCleaner Bridges to Eclipse formatting engineJavaRevelcImportsCleanerProperties Configuration for Java Revelc imports cleanerJavaRulesMutatorProperties The configuration of what is not related to a language.ModifierOrder Order modifiers according the the Java specification.NumberToValueOf Switch new Double(d) to Double.valueOf(d)OnMethodName Make easier processing on code-treeOptionalNotEmpty Prefer 'o.isPresent()' over 'o.isEmpty() == 0'PrimitiveBoxedForString Clean the way of converting primitives intoString
.Profile A class representing the profile XML element in the Eclipse formatter config file, including the kind attribute and Map of setting id and value.Profiles A class representing the profiles XML element in the Eclipse formatter config file, including a List of profile setting Maps with id and value.RulesJavaMutator Bridges to Eclipse formatting engineSetting A class representing the setting XML element in the Eclipse formatter config file, including the id and value attributes.SpringJavaFormatter Spring Java formatterSpringJavaFormatterProperties Deprecated. UseDiamondOperator Deprecated. UseDiamondOperatorJdk8 Deprecated. UseIsEmptyOnCollections Prefer 'm.isEmpty()' over 'm.size() == 0'VariableEqualsConstant Switch o.equals("someString") to "someString".equals(o)VersionWrapper AComparable
for versions