Annotation processing in Eclipse

Aleksey Shipilev aleksey.shipilev at oracle.com
Wed Feb 12 03:46:28 PST 2014


Thanks Gilles!

On 02/12/2014 03:13 PM, Gilles Duboscq wrote:
> This is because JMH seems to rely on javac's toString implementation
> for PackageElements. In eclipse they seem to return something like
> "package a.b.c".

Yeah, we (mistakenly) rely on toString()-s in the generation code in
some places. I have reviewed our uses, including the place you
highlight, and most of them should be fixed in 1.0-SNAPSHOT now,

-Aleksey.


More information about the jmh-dev mailing list