Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Refactoring algorithms for C/C++(survey)
Refactoring algorithms for C/C++ [message #1406922] Mon, 11 August 2014 12:52
Pascal Kesseli is currently offline Pascal KesseliFriend
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
Previous Topic:Display Error in IDE but when compille the code without any error
Next Topic:RSE Install
Goto Forum:
  


Current Time: Thu Apr 25 20:02:48 GMT 2024

Powered by FUDForum. Page generated in 0.02647 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top