Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | "ascii" option documented and used for both string and character literals | Roman Shevchenko | 2014-06-26 | -1/+2 |
| | ||||
* | adjustable indentation | Roman Shevchenko | 2014-05-30 | -1/+1 |
| | ||||
* | option to pass numeric literals undecoded | Roman Shevchenko | 2014-05-28 | -0/+1 |
| | ||||
* | deprecation comments generation changed once again | Roman Shevchenko | 2014-05-26 | -2/+1 |
| | | | | | | | | | | | | new behavior: - depreaction comment (/** @deprecated */) is added always - @Deprecated annotation is added only when presented in .class file rationale: - both deprecation comment and @Deprecated anno produce "Deprecated" attribute - adding annotation to members deprecated by comment (old behavior) is actually incorrect - adding comment to members deprecated by annotation may be incorrect but is acceptable (there is no way to tell if a member was deprecated by sole annotation or both by annotation and comment) - additional configuration option is therefore no longer needed | |||
* | project cleanup | Roman Shevchenko | 2014-05-19 | -0/+0 |
| | | | | | | | | - test classes (src/test/*) moved to separate root - stray .class files dropped - binary files (bin/, dist/full/, dist/obfuscated/) excluded from the repo - .classpath and .gitignore updated accordingly - invalid import statements removed | |||
* | updating readme with new options | Stiver | 2014-04-01 | -0/+5 |
| | ||||
* | initial commit | Stiver | 2014-03-04 | -0/+199 |