On Tuesday, February 19, 2019 at 5:14:43 PM UTC+1, Sergey Zhemzhitsky wrote: > > > Is there a way to extract information about generated methods from > annotation? > > I believe not at the moment. I've already asked the corresponding question > - https://github.com/scala/bug/issues/11407 >
Excuse me for not explicit enough question and let me clarify - actually it was not about introduction of new annotation, but about already existing "ScalaSignature" annotation that you mentioned earlier and that contains some metadata in some format. However if Scala compiler for methods will be generating annotation such as "scala.Generated" (in fact any annotation whose simple name contains "Generated"), then without any changes in JaCoCo, these methods already will be automatically excluded - see https://github.com/jacoco/jacoco/pull/822 -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/a57b3773-2103-44cf-94b4-90034c23aa16%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
