Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
JDK8 support plugin for Kepler.
|
|
added tests, Reinier.
|
|
|
|
features on ecj.
[Log] updated naming for @Log (topic= instead of mchmulder's 'value').
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and lombok.ToString.includeFieldNames
|
|
characters, and print clear for empty lists.
|
|
#471: @SneakyThrows should work in NetBeans
|
|
|
|
|
|
For now, it fails.
|
|
|
|
non-relevant sections too.
|
|
|
|
configuration for a path and have 'blame'. Removed the PrintConfiguration annotation and handlers. Separated the parsing and the interpreting.
|
|
|
|
|
|
|
|
|
|
[refactor] Merged TransformationsUtil and HandlerUtil
|
|
|
|
|
|
so that third party additions can add their own.
|
|
|
|
cases, and added first tests to test implementations of configuration-based stuff (FlagUsages, specifically). Error reporter has been refactored.
|
|
|
|
|
|
|
|
|
|
'ConfigurationKeys'; that bug where fields in annotation defs causes issues is too endemic to try and work around these.
|
|
not work in ECJ; now it does.
|
|
exist on ECJ.
|
|
to work around bugs with putting fields in annotation declarations in many versions of JDK7 and all of JDK6's versions.
|
|
|
|
|
|
errors/warnings are removed (javac/delombok only) when using onMethod / onConstructor / onParam. Useful for adding warnings such as lombok configuration 'flag usages'.
|
|
|
|
|
|
- may contain letters, digits, minus signs, underscores and periods
- must start with a letter, minus sign or underscore
- may not end with a period or minus sign
the rules about the periods are for possible future wildcard/globbing enhancements
|
|
|
|
configuration for a certain java file, improved problem reporting
|