1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 26 days ago. based on code collected 26 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made building a CFG for the ForWithIfToEndLoopSample work More... about 11 years ago
Added test samples for CFGBuilder More... about 11 years ago
CFGBuilder improved the code and prepared for the for statement. More... about 11 years ago
Improved the CFGDotPrinter to print all the sorted nodes first and all the sorted edges second. They are sorted by increasig line and column numbers More... about 11 years ago
Issue #46 Loop on refactorings after successfully applying a refactoring
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Added copyright info More... about 11 years ago
Added some ideas for remove empty comments refactoring More... about 11 years ago
Added files to .gitignore More... about 11 years ago
Issue #32 Add a CFG (Control Flow Graph) builder More... about 11 years ago
Fixed a bug in string builder refactoring + added a test to cover it
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Renamed Activator.java to AutoRefactorPlugin.java
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Added documentation references to plugin.xml
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Need to support enum constants in invert equals refactoring
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Did some advances on remove empty comments refactoring, but there is a lot more to do
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Fixed one case in StringBuilder refactoring More... about 11 years ago
Upgraded to version 0.0.2 More... about 11 years ago
Upgraded to version 0.0.2 More... about 11 years ago
Issue #5 Prevent calling the AutoRefactoring handler when on a non java file (hide its menu action) More... about 11 years ago
In simplify expression refactoring, do not replace parentheses around assignment expression if it is surrounded by an infix expression with a boolean operator. Also fixed formatting issues.
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Simplified code in simplify expression refactoring. Removed VariableDeclarationExpression as I can hardly see how to trigger this. Added a DO_NOT_VISIT_SUBTREE to improve perfs.
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Do not remove parentheses in ternary operator when inner expressions are hard to read
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Fixed boolean refactoring and test More... about 11 years ago
Forgot to commit RefactoringContext class
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Fixed the code after extracting RefactoringContext
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Extracted class RefactoringContext. Changed all the refactoring rules to use it and removed redundant instance members.
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Removed samples from invert equals because they are implemented with simplify expression More... about 11 years ago
Fixed simplify expression sample More... about 11 years ago
Added more tests for simplify expression sample More... about 11 years ago
Fixed simplify expression sample More... about 11 years ago
Fixed InvertEquals refactoring and sample More... about 11 years ago