Thanks! I've applied this to the internal source tree. I'll push it to AOSP 
as well shortly.

Note however that the Lombok support in Lint is getting obsolete; in 2.2 it 
was replaced by using PSI directly. I didn't advertise that broadly because 
the API is going to be replaced one final time: with UAST. This is a 
universal AST which lets you analyze the AST using a nice API, and then the 
detector works on several different languages, such as both Java and 
Kotlin.  This work is in progress 
here: https://android-review.googlesource.com/#/q/topic:lint-uast  (note, 
the API has changed some more after that upload so don't look too 
carefully, this is more informational at this point.)

I believe documentation nodes will work properly in the new AST support as 
well, but I'll double check.

-- Tor





On Tuesday, February 14, 2017 at 5:06:14 PM UTC-8, Luca Vitucci wrote:
>
> Hello,
>
> First time writing here,
> Around one month ago I created a PR to add also javadocs to what 
> LombokPsiConverter 
> converts, this is because currently it's impossible to have lint rules that 
> act on javadocs as the PSI never have those.
>
> Would someone take a look at the PR?
>
> https://android-review.googlesource.com/#/c/317583/
>
> Thank you!
>
> Luca
>

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to