1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed sample tests More... about 11 years ago
StringBuilderRefactoring.java: Simplified the code More... about 11 years ago
Remove right hand side empty String on String concatenation when left had side is a String expression More... about 11 years ago
Started fixing sample tests by associating the refactoring rules and the sample tests one to one More... about 11 years ago
Started fixing sample tests by associating the refactoring rules and the sample tests one to one More... about 11 years ago
Expanded CONTRIBUTING.md for developers
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Issue #19 Automated run and asserts of automated refactoring on the samples
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Expanded CONTRIBUTING.md More... about 11 years ago
Removed useless block.
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Fixed tests output in the message dialog.
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Do not remove 'toString(42)' in 'Integer.toString(42)'
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Fixed indentation
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Fixed IndexOutOfBoundsException happening with CommonCodeInIfElseStatementRefactoring.
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Reverted commit 4533f08d30d8d434df932418dbeb883fd811d769. This approach does not work. More... about 11 years ago
Partial Issue #19 Automated run and asserts of automated refactoring on the samples More... about 11 years ago
Merge branch 'master' of https://github.com/JnRouvignac/AutoRefactor
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Issue #20 Add copyright + license information to the Eclipse feature More... about 11 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... about 11 years ago
Remove parentheses in b = true && (i != null)
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Remove parentheses in b = (i != null)
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Do not remove parentheses in '(b?"1":"0") + ""'
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Do not remove parentheses in "!(obj instanceof Object)"
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Fixed org.eclipse.swt.SWTException: Invalid thread access
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Added category.xml necessary to generate the Eclipse update site with a category. More... about 11 years ago
AutoRefactorHandler.java: Removed implemented comment. More... about 11 years ago
Completed the software site^W page. ^_^ More... about 11 years ago
Issue #18 Applying auto refactor at the project/package level only seems to work for opened files More... about 11 years ago
Issue #18 Applying auto refactor at the project/package level only seems to work for opened files More... about 11 years ago
Simplify expression refactoring now removes useless parentheses in various statements. More... over 11 years ago
Added more negative tests for simplify expression refactoring. More... over 11 years ago