|
|
|
As per comment for other issue, its whatever is available from svn for gmaven.
Will update again after you have had a chance to finish moving everything... I didn't realise this was happening. As a comment to the above, the final is not so much an issue in this context but the missing static is. Also, should it be necessary to explicitely mark the fields as public? I am a bit hazy on my groovy but I was under the impression that by default members were public if not qualified in any other way. Andreas No you don't need to mark them as public, w/o access modifiers the default is public. Anyways, I'm tracking this down now
Anyways, there are several issues with the stub builder, as well as some maintenance issues keeping the code for 1.0 and 1.5 up to date and conforming to what Groovy actually does, so I'm gonna rewrite this stuff...
Is this in svn?
I but I still get the same result as originally TIA Andreas The new stub-generator correctly handles static, final and other modifiers (or at least I think it does). But for sure this case is fixed.
|
||||||||||||||||||||||||||||||||||||||||||||
What version of the plugin are you using?