Refactoring algorithms for C/C++ [message #1406922] |
Mon, 11 August 2014 12:52 |
Pascal Kesseli Messages: 1 Registered: August 2014 |
Junior Member |
|
|
Hi everybody,
My name is Pascal Kesseli and I am a DPhil student at Oxford University. I am currently writing a literature survey about automated refactorings, in which I compare various algorithms against each other.
I am also trying to give a short description as to which of these algorithms have already made it into professional products. Is there any group, person or documentation item I could consult to find out which of the following algorithms are employed in Eclipse for C/C++ during smell detection and refactoring application?
The algorithm categories are:
• (AST) Pattern Matching
• Slicing (Forward/Backward)
• Metadata (comments, annotations, method/class names)
• Software Metrics
• (Meta-)heuristics
• Contracts/Invariants
• Clustering
• Model Checking (state space exploration)
• Abstract Interpretation (e.g. symbolic execution)
Thank you for any pointers given!
Best regards,
Pascal Kesseli
|
|
|
Powered by
FUDForum. Page generated in 0.03039 seconds