I am designing software code clone detection tool using support vector machine for which I need to generate feature set of codes. So I need to parse my java code using java. Can anyone suggest me a parser library through which i can get all kinds of detail from java code like variables,keywords,loop,etc..
I want to parse my java code to generate all kinds of features for my machine learning codes-Exceptionshub
Questions:
How to&Answers: