Re: From JDK12 it is not possible to drop 'final' modifier

2018-11-09 Thread Enrico Olivelli
Il mer 7 nov 2018, 19:10 Alan Bateman ha scritto: > On 07/11/2018 16:42, Enrico Olivelli wrote: > > Hi, > > I am investigating this case about PowerMock, which is not able to > > remove the 'final' modifier from a Field > > https://github.com/powermock/powermock/issues/939 > > > > Is there any

Re: From JDK12 it is not possible to drop 'final' modifier

2018-11-09 Thread Enrico Olivelli
gt; Alan Bateman > Sent: Wednesday, November 7, 2018 10:11 AM > To: Enrico Olivelli ; core-libs-dev@openjdk.java.net > Subject: Re: From JDK12 it is not possible to drop 'final' modifier > > On 07/11/2018 16:42, Enrico Olivelli wrote: > > Hi, > > I am investigating this c

RE: From JDK12 it is not possible to drop 'final' modifier

2018-11-07 Thread Andrew Luo
e-libs-dev On Behalf Of Alan Bateman Sent: Wednesday, November 7, 2018 10:11 AM To: Enrico Olivelli ; core-libs-dev@openjdk.java.net Subject: Re: From JDK12 it is not possible to drop 'final' modifier On 07/11/2018 16:42, Enrico Olivelli wrote: > Hi, > I am investigating this case about

Re: From JDK12 it is not possible to drop 'final' modifier

2018-11-07 Thread Alan Bateman
On 07/11/2018 16:42, Enrico Olivelli wrote: Hi, I am investigating this case about PowerMock, which is not able to remove the 'final' modifier from a Field https://github.com/powermock/powermock/issues/939 Is there any suggested alternate way to remove such modifier ? I understand clearly that

From JDK12 it is not possible to drop 'final' modifier

2018-11-07 Thread Enrico Olivelli
Hi, I am investigating this case about PowerMock, which is not able to remove the 'final' modifier from a Field https://github.com/powermock/powermock/issues/939 Is there any suggested alternate way to remove such modifier ? I understand clearly that it is against how the JVM works and I really