Age | Commit message (Collapse) | Author |
|
|
|
[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
|
|
|
|
instead of a field.
|
|
empty Iterable. Some improvements on the time-out code
|
|
parse those and cache the results
|
|
prevent the system from going up the directory tree to find more config files
|
|
|
|
|
|
|
|
|
|
this now works properly (even with eclipse Linked Resources) in both
eclipse and javac. We will now use this feature to search for and apply
config files, which will apply hierarchically based on the directory of
the source file.
|
|
|
|
fields leads to crazy issues (see issue 217): generated LOG field now has @SuppressWarnings on it.
|
|
|
|
of the issue #608.
|
|
actually cause the old options to be wrapped continuously, thus wrapping LombokOptions into itself infinitely. Now it just wraps if needed, other wise returns what's already been done.
|
|
application of 'final'.
|
|
|
|
|
|
indent empty lines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/delombok/lombok/delombok/DelombokApp.java
|
|
|