All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AJavaParserRule Enables common behavior to JavaParser-based rulesATodoJavaParserRule Helps preparing rulesAvoidFileStream Deprecated. CleanthatUrlLoader Knows how to load resource given a URL, with a flexible format handling 'classpath:' to load from the classpath, and 'code:' to load from the repository.CodeDiffHelper Helps computing a difference score between code sourceConfigReader 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 #descriptionEclipseCleanupProcessor Deprecated. EclipseFormatterCacheKey Used as cache Key for Eclipse configurationEclipseJavaFormatter Bridges to Eclipse formatting engineEclipseJavaFormatterConfiguration Load the configuration.EclipseJavaFormatterProcessorProperties The configuration of what is not related to a language.EclipseStylesheetGenerator Default implementation forIEclipseStylesheetGenerator
EnumsWithoutEquals Prevent relying .equals onEnum
typesFormatterConfiguration Class containing all configurations for a eclipse-formatter-profile.FormatterConfigWriter Class for writing a new eclipse-configuration-file.GoogleJavaFormatter Google Java FormatterGoogleJavaFormatterProperties Spring Java formatter configurationIClassTransformer For classes knowing how to modify codeIEclipseStylesheetGenerator This helps generating a proper Eclipse Stylesheet, based on the existing codebase: it will generate a stylesheet minimizing impacts over the codebase (supposing the codebase is well formatted)IJdkVersionConstants 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 ruleJavaFormattersFactory Formatter for JavaJavaRevelcImportsCleaner Bridges to Eclipse formatting engineJavaRevelcImportsCleanerProperties Configuration for Java Revelc imports cleanerJavaRulesMutatorProperties The configuration of what is not related to a language.JUnit4ToJUnit5 Migrate from JUnit4 to JUnit5/JupiterModifierOrder 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 engineScoredOption<T> Couple an option with its scoreSetting A class representing the setting XML element in the Eclipse formatter config file, including the id and value attributes.SpringJavaFormatterProperties Deprecated. SpringJavaStyleEnforcer Spring JavaIStyleEnforcer
UseDiamondOperator Deprecated. UseDiamondOperatorJdk8 Deprecated. UseIsEmptyOnCollections Migrate from 'm.size() == 0’ to ’m.isEmpty()'.VariableEqualsConstant Switch o.equals("someString") to "someString".equals(o)VersionWrapper AComparable
for versionsXmlProfileWriter Utility class to write eclipse formatter/cleanup profile XML files.