I have attempted a build against 3.0.0-20190525.075505-1086 (are
groovy-json build numbers out of sync?
i ended up using                        3.0.0-20190525.183916-1086 for
groovy-json)

I still get the same error, however this time line information is available!

KvOp.groovy: 115: Access to java.lang.Object#D is forbidden @ line 115,
column 13.
               D.getMap(this.strAddr, { AsyncResult<AsyncMap> res ->
               ^

That is progress, I still don't know why there is access forbidden here
however :/

On Sun, May 26, 2019 at 9:13 PM Paul King <pa...@asert.com.au> wrote:

> There are a couple of bugs fixed already which sound similar. If you can
> try a snapshot version (see downloads page), and see if your problems are
> already fixed, that would be great.
>
> On Mon, May 27, 2019 at 7:09 AM Grant Haywood <mrgranthayw...@gmail.com>
> wrote:
>
>> Hello;
>> Building my project on groovy 3.0 beta 1 causes an error I have not seen
>> before.
>>
>>     -1: Access to java.lang.Object#D is forbidden @ line -1, column -1.
>>
>> The line information seems to be suppressed  or lost
>>
>> D is declared typed at the top of the class
>>     public KVData D
>>
>> it is assigned in the constructor
>>     this.D = session.D
>>
>> and used in several methods, always in the form D.getMap(.....
>>
>> in session (where D is assigned from) it is also declared typed and public
>>     public KVData D, M
>>
>> Has any one else had this type of issue with beta-1?
>>
>>

Reply via email to