rpau / javalang-compiler

Java compiler elements (symbol and type tables) to perform code semantic analysis
GNU Lesser General Public License v3.0
10 stars 4 forks source link

scope fixes with nested classes and anonymous classes #51

Closed cal101 closed 7 years ago

cal101 commented 7 years ago

Since then I got comfortable with "git add -p" and can better separate refactorings from fixes ...