geometry-api-java icon indicating copy to clipboard operation
geometry-api-java copied to clipboard

Java 8 compliant Javadoc

Open snodnipper opened this issue 9 years ago • 6 comments

The Java 8 doc lint is pretty strict with Javadoc.

This commit should resolve problems that result in failure and help us avoid having to turn off the lint tool.

Please comment on any TODOs and I can rebase.

snodnipper avatar Oct 11 '15 00:10 snodnipper

Would it be possible to get this merged before the next release? this might need updated due to changes on master? what is Esri's thoughts on getting this merged?

ColeFerrier avatar May 26 '16 19:05 ColeFerrier

Unfortunately, conflicts have arisen - that would have to be resolved.

@alocke @stolstov Had you any comments on the changes?

randallwhitman avatar May 27 '16 15:05 randallwhitman

perhaps if folk could raise any comments with the view to merge then I could rebase.

snodnipper avatar May 27 '16 16:05 snodnipper

This fixes will get in eventually, we'll try to make it for next release (after 1.3). They will have to be merged into another branch.

stolstov avatar May 27 '16 16:05 stolstov

@snodnipper It's just we have certain internal code that needs to be updated manually. I'll try to make the process easier.

stolstov avatar May 27 '16 16:05 stolstov

you could add this property to the pom in the main branch as quick fix: <additionalparam>-Xdoclint:none</additionalparam>

monezz avatar Jun 27 '16 09:06 monezz