You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Mike Billman <mi...@qcsoftware.com> on 2019/04/01 12:39:56 UTC

jdk12 question - NB 11.0

Just a quick question about jdk12...I am running my project as a gradle project and was wondering how to get netbeans to suppress the error related to the new switch statements.

Thanks!

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebillman@qcsoftware.com<ma...@qcsoftware.com>
F +1 513 469 1425


RE: jdk12 question - NB 11.0

Posted by Mike Billman <mi...@qcsoftware.com>.
Thanks, Geertjan.

Mike

-----Original Message-----
From: Geertjan Wielenga <ge...@googlemail.com.INVALID> 
Sent: Wednesday, April 3, 2019 2:11 PM
To: dev <de...@netbeans.incubator.apache.org>
Subject: Re: jdk12 question - NB 11.0

Basically, just ignore it, there's nothing to figure out.

Gj

On Wed, Apr 3, 2019 at 8:10 PM Geertjan Wielenga < geertjan.wielenga@googlemail.com> wrote:

> Yes, you're not going to get rid of that, I believe.
>
> Gj
>
> On Wed, Apr 3, 2019 at 8:09 PM Mike Billman 
> <mi...@qcsoftware.com>
> wrote:
>
>> Sorry picture didn’t come through…
>>
>> “switch expressions are a preview feature and are disabled by defulat.
>> (use –enable-preview to enable switch expressions)”
>>
>> I am using a gradle project with the new gradle support.  I have set 
>> up my gradle build so that it does build successfully. But I can’t 
>> figure out the error message.
>>
>> Mike
>>
>> From: Mike Billman <mi...@qcsoftware.com>
>> Sent: Wednesday, April 3, 2019 2:07 PM
>> To: dev@netbeans.incubator.apache.org
>> Subject: RE: jdk12 question - NB 11.0
>>
>>
>> [cid:image001.png@01D4EA26.7803F890]
>>
>>
>>
>>
>>
>> And from my about…
>>
>>
>>
>> Product Version: Apache NetBeans IDE 11.0 (Build
>> incubator-netbeans-release-404-on-20190319)
>>
>> Updates: Updates available<about:blankcheck-for-updates>
>>
>> Java: 12; OpenJDK 64-Bit Server VM 12+33
>>
>> Runtime: OpenJDK Runtime Environment 12+33
>>
>> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>>
>> User directory: C:\Users\mdb\AppData\Roaming\NetBeans\11.0
>>
>> Cache directory: C:\Users\mdb\AppData\Local\NetBeans\Cache\11.0
>>
>>
>>
>>
>>
>> Mike
>>
>>
>>
>>
>>
>> -----Original Message-----
>> From: Geertjan Wielenga <geertjan.wielenga@googlemail.com.INVALID<mailto:
>> geertjan.wielenga@googlemail.com.INVALID>>
>> Sent: Wednesday, April 3, 2019 1:55 PM
>> To: dev <dev@netbeans.incubator.apache.org<mailto:
>> dev@netbeans.incubator.apache.org>>
>> Subject: Re: jdk12 question - NB 11.0
>>
>>
>>
>> Well, what specifically do you mean by "the error related to the new 
>> switch statements"?
>>
>>
>>
>> What, very specifically, does that error say?
>>
>>
>>
>> Gj
>>
>>
>>
>> On Wed, Apr 3, 2019 at 7:19 PM Mike Billman 
>> <mikebillman@qcsoftware.com <ma...@qcsoftware.com>>
>>
>> wrote:
>>
>>
>>
>> > I tried that and still am getting the error.  Currently running VC4.
>>
>> >
>>
>> > Mike
>>
>> >
>>
>> > -----Original Message-----
>>
>> > From: Geertjan Wielenga <geertjan.wielenga@googlemail.com.INVALID
>> <ma...@googlemail.com.INVALID>>
>>
>> > Sent: Monday, April 1, 2019 8:47 AM
>>
>> > To: dev <dev@netbeans.incubator.apache.org<mailto:
>> dev@netbeans.incubator.apache.org>>
>>
>> > Subject: Re: jdk12 question - NB 11.0
>>
>> >
>>
>> > Look in the Options window, in the Editor | Hints tab, look for the
>>
>> > 'Convert switch to rule switch' item and uncheck it.
>>
>> >
>>
>> > Gj
>>
>> >
>>
>> > On Mon, Apr 1, 2019 at 2:40 PM Mike Billman
>>
>> > <mi...@qcsoftware.com>>
>>
>> > wrote:
>>
>> >
>>
>> > > Just a quick question about jdk12…I am running my project as a
>>
>> > > gradle project and was wondering how to get netbeans to suppress 
>> > > the
>>
>> > > error related to the new switch statements.
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > Thanks!
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > Mike Billman
>>
>> > >
>>
>> > > Senior Software Engineer
>>
>> > >
>>
>> > > CPTE
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > [image: qclogo]
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > 11800 Conrey Rd
>>
>> > >
>>
>> > > Suite 150
>>
>> > >
>>
>> > > Cincinnati, OH 45249
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > T +1 513 469 1424
>>
>> > >
>>
>> > > E mikebillman@qcsoftware.com<ma...@qcsoftware.com>
>>
>> > >
>>
>> > > F +1 513 469 1425
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> >
>>
>> > -------------------------------------------------------------------
>> > --
>>
>> > To unsubscribe, e-mail: 
>> > dev-unsubscribe@netbeans.incubator.apache.org
>> <ma...@netbeans.incubator.apache.org>
>>
>> > For additional commands, e-mail:
>>
>> > dev-help@netbeans.incubator.apache.org<mailto:
>> dev-help@netbeans.incubator.apache.org>
>>
>> >
>>
>> > For further information about the NetBeans mailing lists, visit:
>>
>> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>> >
>>
>> >
>>
>> >
>>
>

Re: jdk12 question - NB 11.0

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
Basically, just ignore it, there's nothing to figure out.

Gj

On Wed, Apr 3, 2019 at 8:10 PM Geertjan Wielenga <
geertjan.wielenga@googlemail.com> wrote:

> Yes, you're not going to get rid of that, I believe.
>
> Gj
>
> On Wed, Apr 3, 2019 at 8:09 PM Mike Billman <mi...@qcsoftware.com>
> wrote:
>
>> Sorry picture didn’t come through…
>>
>> “switch expressions are a preview feature and are disabled by defulat.
>> (use –enable-preview to enable switch expressions)”
>>
>> I am using a gradle project with the new gradle support.  I have set up
>> my gradle build so that it does build successfully. But I can’t figure out
>> the error message.
>>
>> Mike
>>
>> From: Mike Billman <mi...@qcsoftware.com>
>> Sent: Wednesday, April 3, 2019 2:07 PM
>> To: dev@netbeans.incubator.apache.org
>> Subject: RE: jdk12 question - NB 11.0
>>
>>
>> [cid:image001.png@01D4EA26.7803F890]
>>
>>
>>
>>
>>
>> And from my about…
>>
>>
>>
>> Product Version: Apache NetBeans IDE 11.0 (Build
>> incubator-netbeans-release-404-on-20190319)
>>
>> Updates: Updates available<about:blankcheck-for-updates>
>>
>> Java: 12; OpenJDK 64-Bit Server VM 12+33
>>
>> Runtime: OpenJDK Runtime Environment 12+33
>>
>> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>>
>> User directory: C:\Users\mdb\AppData\Roaming\NetBeans\11.0
>>
>> Cache directory: C:\Users\mdb\AppData\Local\NetBeans\Cache\11.0
>>
>>
>>
>>
>>
>> Mike
>>
>>
>>
>>
>>
>> -----Original Message-----
>> From: Geertjan Wielenga <geertjan.wielenga@googlemail.com.INVALID<mailto:
>> geertjan.wielenga@googlemail.com.INVALID>>
>> Sent: Wednesday, April 3, 2019 1:55 PM
>> To: dev <dev@netbeans.incubator.apache.org<mailto:
>> dev@netbeans.incubator.apache.org>>
>> Subject: Re: jdk12 question - NB 11.0
>>
>>
>>
>> Well, what specifically do you mean by "the error related to the new
>> switch statements"?
>>
>>
>>
>> What, very specifically, does that error say?
>>
>>
>>
>> Gj
>>
>>
>>
>> On Wed, Apr 3, 2019 at 7:19 PM Mike Billman <mikebillman@qcsoftware.com
>> <ma...@qcsoftware.com>>
>>
>> wrote:
>>
>>
>>
>> > I tried that and still am getting the error.  Currently running VC4.
>>
>> >
>>
>> > Mike
>>
>> >
>>
>> > -----Original Message-----
>>
>> > From: Geertjan Wielenga <geertjan.wielenga@googlemail.com.INVALID
>> <ma...@googlemail.com.INVALID>>
>>
>> > Sent: Monday, April 1, 2019 8:47 AM
>>
>> > To: dev <dev@netbeans.incubator.apache.org<mailto:
>> dev@netbeans.incubator.apache.org>>
>>
>> > Subject: Re: jdk12 question - NB 11.0
>>
>> >
>>
>> > Look in the Options window, in the Editor | Hints tab, look for the
>>
>> > 'Convert switch to rule switch' item and uncheck it.
>>
>> >
>>
>> > Gj
>>
>> >
>>
>> > On Mon, Apr 1, 2019 at 2:40 PM Mike Billman
>>
>> > <mi...@qcsoftware.com>>
>>
>> > wrote:
>>
>> >
>>
>> > > Just a quick question about jdk12…I am running my project as a
>>
>> > > gradle project and was wondering how to get netbeans to suppress the
>>
>> > > error related to the new switch statements.
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > Thanks!
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > Mike Billman
>>
>> > >
>>
>> > > Senior Software Engineer
>>
>> > >
>>
>> > > CPTE
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > [image: qclogo]
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > 11800 Conrey Rd
>>
>> > >
>>
>> > > Suite 150
>>
>> > >
>>
>> > > Cincinnati, OH 45249
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> > > T +1 513 469 1424
>>
>> > >
>>
>> > > E mikebillman@qcsoftware.com<ma...@qcsoftware.com>
>>
>> > >
>>
>> > > F +1 513 469 1425
>>
>> > >
>>
>> > >
>>
>> > >
>>
>> >
>>
>> > ---------------------------------------------------------------------
>>
>> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
>> <ma...@netbeans.incubator.apache.org>
>>
>> > For additional commands, e-mail:
>>
>> > dev-help@netbeans.incubator.apache.org<mailto:
>> dev-help@netbeans.incubator.apache.org>
>>
>> >
>>
>> > For further information about the NetBeans mailing lists, visit:
>>
>> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>> >
>>
>> >
>>
>> >
>>
>

Re: jdk12 question - NB 11.0

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
Yes, you're not going to get rid of that, I believe.

Gj

On Wed, Apr 3, 2019 at 8:09 PM Mike Billman <mi...@qcsoftware.com>
wrote:

> Sorry picture didn’t come through…
>
> “switch expressions are a preview feature and are disabled by defulat.
> (use –enable-preview to enable switch expressions)”
>
> I am using a gradle project with the new gradle support.  I have set up my
> gradle build so that it does build successfully. But I can’t figure out the
> error message.
>
> Mike
>
> From: Mike Billman <mi...@qcsoftware.com>
> Sent: Wednesday, April 3, 2019 2:07 PM
> To: dev@netbeans.incubator.apache.org
> Subject: RE: jdk12 question - NB 11.0
>
>
> [cid:image001.png@01D4EA26.7803F890]
>
>
>
>
>
> And from my about…
>
>
>
> Product Version: Apache NetBeans IDE 11.0 (Build
> incubator-netbeans-release-404-on-20190319)
>
> Updates: Updates available<about:blankcheck-for-updates>
>
> Java: 12; OpenJDK 64-Bit Server VM 12+33
>
> Runtime: OpenJDK Runtime Environment 12+33
>
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>
> User directory: C:\Users\mdb\AppData\Roaming\NetBeans\11.0
>
> Cache directory: C:\Users\mdb\AppData\Local\NetBeans\Cache\11.0
>
>
>
>
>
> Mike
>
>
>
>
>
> -----Original Message-----
> From: Geertjan Wielenga <geertjan.wielenga@googlemail.com.INVALID<mailto:
> geertjan.wielenga@googlemail.com.INVALID>>
> Sent: Wednesday, April 3, 2019 1:55 PM
> To: dev <dev@netbeans.incubator.apache.org<mailto:
> dev@netbeans.incubator.apache.org>>
> Subject: Re: jdk12 question - NB 11.0
>
>
>
> Well, what specifically do you mean by "the error related to the new
> switch statements"?
>
>
>
> What, very specifically, does that error say?
>
>
>
> Gj
>
>
>
> On Wed, Apr 3, 2019 at 7:19 PM Mike Billman <mikebillman@qcsoftware.com
> <ma...@qcsoftware.com>>
>
> wrote:
>
>
>
> > I tried that and still am getting the error.  Currently running VC4.
>
> >
>
> > Mike
>
> >
>
> > -----Original Message-----
>
> > From: Geertjan Wielenga <geertjan.wielenga@googlemail.com.INVALID
> <ma...@googlemail.com.INVALID>>
>
> > Sent: Monday, April 1, 2019 8:47 AM
>
> > To: dev <dev@netbeans.incubator.apache.org<mailto:
> dev@netbeans.incubator.apache.org>>
>
> > Subject: Re: jdk12 question - NB 11.0
>
> >
>
> > Look in the Options window, in the Editor | Hints tab, look for the
>
> > 'Convert switch to rule switch' item and uncheck it.
>
> >
>
> > Gj
>
> >
>
> > On Mon, Apr 1, 2019 at 2:40 PM Mike Billman
>
> > <mi...@qcsoftware.com>>
>
> > wrote:
>
> >
>
> > > Just a quick question about jdk12…I am running my project as a
>
> > > gradle project and was wondering how to get netbeans to suppress the
>
> > > error related to the new switch statements.
>
> > >
>
> > >
>
> > >
>
> > > Thanks!
>
> > >
>
> > >
>
> > >
>
> > > Mike Billman
>
> > >
>
> > > Senior Software Engineer
>
> > >
>
> > > CPTE
>
> > >
>
> > >
>
> > >
>
> > > [image: qclogo]
>
> > >
>
> > >
>
> > >
>
> > > 11800 Conrey Rd
>
> > >
>
> > > Suite 150
>
> > >
>
> > > Cincinnati, OH 45249
>
> > >
>
> > >
>
> > >
>
> > > T +1 513 469 1424
>
> > >
>
> > > E mikebillman@qcsoftware.com<ma...@qcsoftware.com>
>
> > >
>
> > > F +1 513 469 1425
>
> > >
>
> > >
>
> > >
>
> >
>
> > ---------------------------------------------------------------------
>
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> <ma...@netbeans.incubator.apache.org>
>
> > For additional commands, e-mail:
>
> > dev-help@netbeans.incubator.apache.org<mailto:
> dev-help@netbeans.incubator.apache.org>
>
> >
>
> > For further information about the NetBeans mailing lists, visit:
>
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
> >
>
> >
>
> >
>

RE: jdk12 question - NB 11.0

Posted by Mike Billman <mi...@qcsoftware.com>.
Sorry picture didn’t come through…

“switch expressions are a preview feature and are disabled by defulat.  (use –enable-preview to enable switch expressions)”

I am using a gradle project with the new gradle support.  I have set up my gradle build so that it does build successfully. But I can’t figure out the error message.

Mike

From: Mike Billman <mi...@qcsoftware.com>
Sent: Wednesday, April 3, 2019 2:07 PM
To: dev@netbeans.incubator.apache.org
Subject: RE: jdk12 question - NB 11.0


[cid:image001.png@01D4EA26.7803F890]





And from my about…



Product Version: Apache NetBeans IDE 11.0 (Build incubator-netbeans-release-404-on-20190319)

Updates: Updates available<about:blankcheck-for-updates>

Java: 12; OpenJDK 64-Bit Server VM 12+33

Runtime: OpenJDK Runtime Environment 12+33

System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)

User directory: C:\Users\mdb\AppData\Roaming\NetBeans\11.0

Cache directory: C:\Users\mdb\AppData\Local\NetBeans\Cache\11.0





Mike





-----Original Message-----
From: Geertjan Wielenga <ge...@googlemail.com.INVALID>>
Sent: Wednesday, April 3, 2019 1:55 PM
To: dev <de...@netbeans.incubator.apache.org>>
Subject: Re: jdk12 question - NB 11.0



Well, what specifically do you mean by "the error related to the new switch statements"?



What, very specifically, does that error say?



Gj



On Wed, Apr 3, 2019 at 7:19 PM Mike Billman <mi...@qcsoftware.com>>

wrote:



> I tried that and still am getting the error.  Currently running VC4.

>

> Mike

>

> -----Original Message-----

> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>>

> Sent: Monday, April 1, 2019 8:47 AM

> To: dev <de...@netbeans.incubator.apache.org>>

> Subject: Re: jdk12 question - NB 11.0

>

> Look in the Options window, in the Editor | Hints tab, look for the

> 'Convert switch to rule switch' item and uncheck it.

>

> Gj

>

> On Mon, Apr 1, 2019 at 2:40 PM Mike Billman

> <mi...@qcsoftware.com>>

> wrote:

>

> > Just a quick question about jdk12…I am running my project as a

> > gradle project and was wondering how to get netbeans to suppress the

> > error related to the new switch statements.

> >

> >

> >

> > Thanks!

> >

> >

> >

> > Mike Billman

> >

> > Senior Software Engineer

> >

> > CPTE

> >

> >

> >

> > [image: qclogo]

> >

> >

> >

> > 11800 Conrey Rd

> >

> > Suite 150

> >

> > Cincinnati, OH 45249

> >

> >

> >

> > T +1 513 469 1424

> >

> > E mikebillman@qcsoftware.com<ma...@qcsoftware.com>

> >

> > F +1 513 469 1425

> >

> >

> >

>

> ---------------------------------------------------------------------

> To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org<ma...@netbeans.incubator.apache.org>

> For additional commands, e-mail:

> dev-help@netbeans.incubator.apache.org<ma...@netbeans.incubator.apache.org>

>

> For further information about the NetBeans mailing lists, visit:

> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

>

>

>

RE: jdk12 question - NB 11.0

Posted by Mike Billman <mi...@qcsoftware.com>.
[cid:image001.png@01D4EA26.7803F890]





And from my about…



Product Version: Apache NetBeans IDE 11.0 (Build incubator-netbeans-release-404-on-20190319)

Updates: Updates available<about:blankcheck-for-updates>

Java: 12; OpenJDK 64-Bit Server VM 12+33

Runtime: OpenJDK Runtime Environment 12+33

System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)

User directory: C:\Users\mdb\AppData\Roaming\NetBeans\11.0

Cache directory: C:\Users\mdb\AppData\Local\NetBeans\Cache\11.0





Mike





-----Original Message-----
From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
Sent: Wednesday, April 3, 2019 1:55 PM
To: dev <de...@netbeans.incubator.apache.org>
Subject: Re: jdk12 question - NB 11.0



Well, what specifically do you mean by "the error related to the new switch statements"?



What, very specifically, does that error say?



Gj



On Wed, Apr 3, 2019 at 7:19 PM Mike Billman <mi...@qcsoftware.com>>

wrote:



> I tried that and still am getting the error.  Currently running VC4.

>

> Mike

>

> -----Original Message-----

> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>>

> Sent: Monday, April 1, 2019 8:47 AM

> To: dev <de...@netbeans.incubator.apache.org>>

> Subject: Re: jdk12 question - NB 11.0

>

> Look in the Options window, in the Editor | Hints tab, look for the

> 'Convert switch to rule switch' item and uncheck it.

>

> Gj

>

> On Mon, Apr 1, 2019 at 2:40 PM Mike Billman

> <mi...@qcsoftware.com>>

> wrote:

>

> > Just a quick question about jdk12…I am running my project as a

> > gradle project and was wondering how to get netbeans to suppress the

> > error related to the new switch statements.

> >

> >

> >

> > Thanks!

> >

> >

> >

> > Mike Billman

> >

> > Senior Software Engineer

> >

> > CPTE

> >

> >

> >

> > [image: qclogo]

> >

> >

> >

> > 11800 Conrey Rd

> >

> > Suite 150

> >

> > Cincinnati, OH 45249

> >

> >

> >

> > T +1 513 469 1424

> >

> > E mikebillman@qcsoftware.com<ma...@qcsoftware.com>

> >

> > F +1 513 469 1425

> >

> >

> >

>

> ---------------------------------------------------------------------

> To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org<ma...@netbeans.incubator.apache.org>

> For additional commands, e-mail:

> dev-help@netbeans.incubator.apache.org<ma...@netbeans.incubator.apache.org>

>

> For further information about the NetBeans mailing lists, visit:

> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

>

>

>

Re: jdk12 question - NB 11.0

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
Well, what specifically do you mean by "the error related to the new switch
statements"?

What, very specifically, does that error say?

Gj

On Wed, Apr 3, 2019 at 7:19 PM Mike Billman <mi...@qcsoftware.com>
wrote:

> I tried that and still am getting the error.  Currently running VC4.
>
> Mike
>
> -----Original Message-----
> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
> Sent: Monday, April 1, 2019 8:47 AM
> To: dev <de...@netbeans.incubator.apache.org>
> Subject: Re: jdk12 question - NB 11.0
>
> Look in the Options window, in the Editor | Hints tab, look for the
> 'Convert switch to rule switch' item and uncheck it.
>
> Gj
>
> On Mon, Apr 1, 2019 at 2:40 PM Mike Billman <mi...@qcsoftware.com>
> wrote:
>
> > Just a quick question about jdk12…I am running my project as a gradle
> > project and was wondering how to get netbeans to suppress the error
> > related to the new switch statements.
> >
> >
> >
> > Thanks!
> >
> >
> >
> > Mike Billman
> >
> > Senior Software Engineer
> >
> > CPTE
> >
> >
> >
> > [image: qclogo]
> >
> >
> >
> > 11800 Conrey Rd
> >
> > Suite 150
> >
> > Cincinnati, OH 45249
> >
> >
> >
> > T +1 513 469 1424
> >
> > E mikebillman@qcsoftware.com
> >
> > F +1 513 469 1425
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>

RE: jdk12 question - NB 11.0

Posted by Mike Billman <mi...@qcsoftware.com>.
I tried that and still am getting the error.  Currently running VC4.

Mike

-----Original Message-----
From: Geertjan Wielenga <ge...@googlemail.com.INVALID> 
Sent: Monday, April 1, 2019 8:47 AM
To: dev <de...@netbeans.incubator.apache.org>
Subject: Re: jdk12 question - NB 11.0

Look in the Options window, in the Editor | Hints tab, look for the 'Convert switch to rule switch' item and uncheck it.

Gj

On Mon, Apr 1, 2019 at 2:40 PM Mike Billman <mi...@qcsoftware.com>
wrote:

> Just a quick question about jdk12…I am running my project as a gradle 
> project and was wondering how to get netbeans to suppress the error 
> related to the new switch statements.
>
>
>
> Thanks!
>
>
>
> Mike Billman
>
> Senior Software Engineer
>
> CPTE
>
>
>
> [image: qclogo]
>
>
>
> 11800 Conrey Rd
>
> Suite 150
>
> Cincinnati, OH 45249
>
>
>
> T +1 513 469 1424
>
> E mikebillman@qcsoftware.com
>
> F +1 513 469 1425
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
For additional commands, e-mail: dev-help@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: jdk12 question - NB 11.0

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
Look in the Options window, in the Editor | Hints tab, look for the
'Convert switch to rule switch' item and uncheck it.

Gj

On Mon, Apr 1, 2019 at 2:40 PM Mike Billman <mi...@qcsoftware.com>
wrote:

> Just a quick question about jdk12…I am running my project as a gradle
> project and was wondering how to get netbeans to suppress the error related
> to the new switch statements.
>
>
>
> Thanks!
>
>
>
> Mike Billman
>
> Senior Software Engineer
>
> CPTE
>
>
>
> [image: qclogo]
>
>
>
> 11800 Conrey Rd
>
> Suite 150
>
> Cincinnati, OH 45249
>
>
>
> T +1 513 469 1424
>
> E mikebillman@qcsoftware.com
>
> F +1 513 469 1425
>
>
>