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

Using filename from CompilationUnit for compile #75

Closed yuriytkach closed 6 years ago

yuriytkach commented 6 years ago

When Compiler generates files it can use the filename from the CompilationUnit that returns it with package path included.

And after applying this PR (https://github.com/rpau/javalang/pull/28) it will also correctly handle the package-info.java files :)

coveralls commented 6 years ago

Coverage Status

Coverage increased (+9.7%) to 85.929% when pulling cd4e56b5304a830763bc61e99b2f2e220f8636ba on yuriytkach:master into 12ebe096e9a2f74383301fd153f7c61acbab0087 on rpau:master.