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
Code cleanup
Jean-Noël Rouvignac
as JnRouvignac
More... almost 11 years ago
Found strange bugs with JDT in Eclipse 3.7.2.
Jean-Noël Rouvignac
as JnRouvignac
More... almost 11 years ago
Issue #49 New refactoring - convert line and block comments to javadocs Issue #50 New refactoring - remove empty comments Issue #52 New refactoring - convert javadocs to block comments More... almost 11 years ago
Fixed unused imports and added a TODO
Jean-Noël Rouvignac
as JnRouvignac
More... almost 11 years ago
Issue #50 New refactoring - remove empty comments More... almost 11 years ago
CFGEdgeBuilder.java: Code cleanup More... almost 11 years ago
Issue #32 Add a CFG (Control Flow Graph) builder More... almost 11 years ago
Issue #32 Add a CFG (Control Flow Graph) builder More... almost 11 years ago
Issue #32 Add a CFG (Control Flow Graph) builder More... almost 11 years ago
Issue #32 Add a CFG (Control Flow Graph) builder
Jean-Noël Rouvignac
as JnRouvignac
More... almost 11 years ago
Issue #32 Add a CFG (Control Flow Graph) builder
Jean-Noël Rouvignac
as JnRouvignac
More... almost 11 years ago
Issue #32 Add a CFG (Control Flow Graph) builder More... almost 11 years ago
Issue #48 Applying refactorings makes the java editor jump to the start of the file More... almost 11 years ago
Issue #48 Applying refactorings makes the java editor jump to the start of the file More... almost 11 years ago
Issue #48 Applying refactorings makes the java editor jump to the start of the file More... almost 11 years ago
index.html: fixed typo
Jean-Noël Rouvignac
as JnRouvignac
More... almost 11 years ago
Referenced LLVM's cpp11-migrate in the website.
Jean-Noël Rouvignac
as JnRouvignac
More... almost 11 years ago
Fixed a bug in sinplify expression refactoring with !(a = false) where the resulting code was not compiling. Also fixed a bug with GrowableArrayList.reloop()
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Added defensive code against extended operands in simplify expression refactoring
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Simplified code in simplify expression samples
Jean-Noël Rouvignac
as JnRouvignac
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
Made sure we support all types of integer / long literals in the BigDecimal refactoring
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
index.html: fixed HTML validation errors More... about 11 years ago
index.html: fixed HTML validation errors More... about 11 years ago
Moved edges to build to next statement or to parent node More... about 11 years ago
Fixed several issues: Made decision basic block appear with a triangle, added all loops to have their own subgraph More... about 11 years ago
Added a subgraph for each complex statements that deserve one (for, if, etc.)
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
Fixed display for for statement intializers and updaters (List of Expressions)
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
CFGBasicBlock: replaced the ASTNode instance member with String fileName, String codeExcerpt, boolean isDecision
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago
CFGBasicBlock + CFGEdge + CFGEdgeBuilder + VariableAccess: change toString() impl
Jean-Noël Rouvignac
as JnRouvignac
More... about 11 years ago