Possible Annotation Processor JavaC Bug
Jonathan Gibbons
jonathan.gibbons at oracle.com
Fri Jun 8 08:41:03 PDT 2012
Mark,
What is your underlying "strange problem with annotation processors"?
The code in JavaCompiler is as intended, and is not itself a javac bug.
-- Jon
On 06/07/2012 08:13 PM, David Holmes wrote:
> Mark,
>
> I've cc'd compiler-dev at openjdk.java.net and have attempted to bcc the
> discuss list.
>
> Regards,
> David Holmes
>
> On 8/06/2012 12:37 PM, Mark Derricutt wrote:
>> Hey all,
>>
>> Whilst trying to diagnose a strange problem with annotation
>> processors and
>> maven we came across a potential javac bug and was wondering if its
>> legit,
>> and how/where the best place to report this is:
>>
>> https://gist.github.com/2893027
>>
>> It looks like javac is doing a double assignment rather than a
>> comparison
>> check, looks like someone missed a = character.
>>
>> Mark
>>
>>
More information about the compiler-dev
mailing list