score:1

Accepted answer

i could reproduce the issue with 1.6.0_21, using javadoc command-line tool directly. it, understandably, complains that package java.nio.file does not exist buts still manages to create the files (with only one of your constructors).

it looks like you're using a 1.6 (or older) javadoc tool to generate docs for 1.7+ sources (this would also explain why your screenshot looks kinda ... 'old')


Related Query

More Query from same tag