genjavadoc icon indicating copy to clipboard operation
genjavadoc copied to clipboard

Missing package private information in the AST with current master

Open thunterdb opened this issue 10 years ago • 0 comments

I was trying to pick up on @mengxr 's branch [1], but I noticed that the current master does not give information about package private classes anymore (except for trait).

From the tests: symbol: PPrivate -> missing symbol: Private -> missing symbol: PProtected -> missing symbol: PTrait modifiers: it

This information was obtained from https://github.com/thunterdb/genjavadoc/tree/missing-info by running sbt test

[1] https://github.com/typesafehub/genjavadoc/pull/47

thunterdb avatar Nov 18 '15 01:11 thunterdb