| StringBuilderRefactoring.java: Simplified the code |
|
More...
|
over 12 years ago
|
| Remove right hand side empty String on String concatenation when left had side is a String expression |
|
More...
|
over 12 years ago
|
| Started fixing sample tests by associating the refactoring rules and the sample tests one to one |
|
More...
|
over 12 years ago
|
| Started fixing sample tests by associating the refactoring rules and the sample tests one to one |
|
More...
|
over 12 years ago
|
| Expanded CONTRIBUTING.md for developers |
|
More...
|
over 12 years ago
|
| Issue #19 Automated run and asserts of automated refactoring on the samples |
|
More...
|
over 12 years ago
|
| Expanded CONTRIBUTING.md |
|
More...
|
over 12 years ago
|
| Removed useless block. |
|
More...
|
over 12 years ago
|
| Fixed tests output in the message dialog. |
|
More...
|
over 12 years ago
|
| Do not remove 'toString(42)' in 'Integer.toString(42)' |
|
More...
|
over 12 years ago
|
| Fixed indentation |
|
More...
|
over 12 years ago
|
| Fixed IndexOutOfBoundsException happening with CommonCodeInIfElseStatementRefactoring. |
|
More...
|
over 12 years ago
|
| Reverted commit 4533f08d30d8d434df932418dbeb883fd811d769. This approach does not work. |
|
More...
|
over 12 years ago
|
| Partial Issue #19 Automated run and asserts of automated refactoring on the samples |
|
More...
|
over 12 years ago
|
| Merge branch 'master' of https://github.com/JnRouvignac/AutoRefactor |
|
More...
|
over 12 years ago
|
| Issue #20 Add copyright + license information to the Eclipse feature |
|
More...
|
over 12 years ago
|
| Do not replace if statements with a boolean assignment before and in the then clause when the else statement is populated |
|
More...
|
over 12 years ago
|
| Remove parentheses in b = true && (i != null) |
|
More...
|
over 12 years ago
|
| Remove parentheses in b = (i != null) |
|
More...
|
over 12 years ago
|
| Do not remove parentheses in '(b?"1":"0") + ""' |
|
More...
|
over 12 years ago
|
| Do not remove parentheses in "!(obj instanceof Object)" |
|
More...
|
over 12 years ago
|
| Fixed org.eclipse.swt.SWTException: Invalid thread access |
|
More...
|
over 12 years ago
|
| Added category.xml necessary to generate the Eclipse update site with a category. |
|
More...
|
over 12 years ago
|
| AutoRefactorHandler.java: Removed implemented comment. |
|
More...
|
over 12 years ago
|
| Completed the software site^W page. ^_^ |
|
More...
|
over 12 years ago
|
| Issue #18 Applying auto refactor at the project/package level only seems to work for opened files |
|
More...
|
over 12 years ago
|
| Issue #18 Applying auto refactor at the project/package level only seems to work for opened files |
|
More...
|
over 12 years ago
|
| Simplify expression refactoring now removes useless parentheses in various statements. |
|
More...
|
over 12 years ago
|
| Added more negative tests for simplify expression refactoring. |
|
More...
|
over 12 years ago
|
| Completed the simplify expression refactoring with more code to handle more cases and more test samples to cover it up. |
|
More...
|
over 12 years ago
|