1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 14, 2024 — Nov 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Jean-Noël Rouvignac
as JnRouvignac
More... over 12 years ago
Issue #19 Automated run and asserts of automated refactoring on the samples
Jean-Noël Rouvignac
as JnRouvignac
More... over 12 years ago
Expanded CONTRIBUTING.md More... over 12 years ago
Removed useless block.
Jean-Noël Rouvignac
as JnRouvignac
More... over 12 years ago
Fixed tests output in the message dialog.
Jean-Noël Rouvignac
as JnRouvignac
More... over 12 years ago
Do not remove 'toString(42)' in 'Integer.toString(42)'
Jean-Noël Rouvignac
as JnRouvignac
More... over 12 years ago
Fixed indentation
Jean-Noël Rouvignac
as JnRouvignac
More... over 12 years ago
Fixed IndexOutOfBoundsException happening with CommonCodeInIfElseStatementRefactoring.
Jean-Noël Rouvignac
as JnRouvignac
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
Jean-Noël Rouvignac
as JnRouvignac
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
Jean-Noël Rouvignac
as JnRouvignac
More... over 12 years ago
Remove parentheses in b = true && (i != null)
Jean-Noël Rouvignac
as JnRouvignac
More... over 12 years ago
Remove parentheses in b = (i != null)
Jean-Noël Rouvignac
as JnRouvignac
More... over 12 years ago
Do not remove parentheses in '(b?"1":"0") + ""'
Jean-Noël Rouvignac
as JnRouvignac
More... over 12 years ago
Do not remove parentheses in "!(obj instanceof Object)"
Jean-Noël Rouvignac
as JnRouvignac
More... over 12 years ago
Fixed org.eclipse.swt.SWTException: Invalid thread access
Jean-Noël Rouvignac
as JnRouvignac
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