[SrcML] static source code analyzis
Status: Beta
Brought to you by:
crashchaos
From: Leif B. <lei...@in...> - 2005-05-03 23:36:41
|
I explored the field of "static source code analyzis" a bit, and wanted to ask you what you think about it... My main goal is a tool which supports the programmer with static analyses (like possible errors, unused code, will be defined later in detail). Therefore a plug-in into an existing IDE (like Eclipse), instead of a single GUI-application, would be fine. Because I don't have a clue how to write an Eclipse plug-in, I thought about an Ant plug-in (this is probably just a normal java program). This way you can also include this in your build process and could be useful. So for this tool I will need the "analyze platform" which handles the analyze plug-ins, and the plug-ins themselves. I'm still thinking about a reasonable set of plug-ins. be patient :-) Now feel free to criticize me and tell me what you think about. Leif Bladt |