ftomassetti / effectivejava

Run queries on your Java code to check if it meets the criteria suggested by the book Effective Java. And some others.
Apache License 2.0
506 stars 45 forks source link

Build a symbol solver #54

Closed ftomassetti closed 9 years ago

ftomassetti commented 9 years ago

Javaparser does not solve symbols, it just builds ASTs. We need to do that and to do that we need also to examine Jar files and binary components. I should have some initial Java code somewhere to be used as an initial inspiration. Fun times are ahead...

ftomassetti commented 9 years ago

Now several methods have been implemented. The rest will be completed as implementing the single features.