OT perhaps (better directed to Oracle?): Suggestions for improving checked exceptions in Java.

2021-10-28 Thread Owen Thomas
G'day. Upon seeing some recent emails from this group expressing a somewhat philosophical tone about how the evolving landscape of paradigms in software development may be putting a strain on Java, I just wish to put some comments that others might find interesting down about how a specific Java f

Re: 12.6-rc1: Can't set breakpoints in Groovy until a Java file is displayed

2021-10-28 Thread Geertjan Wielenga
Sounds about right. When you think you want Groovy, you need to be reminded that what you actually need in the background is Java. NetBeans — your helpful reminder of what’s what. Gj On Thu, 28 Oct 2021 at 23:53, Blake McBride wrote: > If I bring up NetBeans 12.6-rc1 on a project with Java & Gr

12.6-rc1: Can't set breakpoints in Groovy until a Java file is displayed

2021-10-28 Thread Blake McBride
If I bring up NetBeans 12.6-rc1 on a project with Java & Groovy source files and go to a Groovy source file, the system will not allow me to set a breakpoint. However, if I display a Java file and then go back to the Groovy file, I can then set a breakpoint in the Groovy file. It appears like dis