Re: [ANNOUNCE] Apache NetBeans 23 released

2024-09-23 Thread Owen Thomas
I have been using Netbeans for about 17 years. Although my work might be more insular than that of most others, I have found this IDE has been good for me. My thanks goes to Netbeans. On Fri, 20 Sept 2024 at 22:22, Eric Barboni wrote: > The Apache NetBeans team is pleased to announce that Apach

Re: Compile error but no line indicators

2024-06-12 Thread Owen Thomas
I have experienced this as well. The best that I have been able to do is rely on build output. Don't know if anyone else is looking into this problem. It gets tedious when this happens for a complex build. It seems to happen for me most often when there is a problem with generic parameters.

Re: Using Netbeans with SE 22

2024-06-02 Thread Owen Thomas
(Statements > before super) is a preview feature and preview features create > non-portable bytecode which lock the bytecode to one JDK version. > > regarding Gradle: > I believe latest gradle (8.8) has now full support for JDK 22. > > -mbien > > > On 02.06.24

Using Netbeans with SE 22

2024-06-01 Thread Owen Thomas
Hello Netbeans Users. I have heard that Java SE 22 allows code before a call to super so long as it doesn't refer to "this". Being that I think this feature will help me a lot, I was wondering if Netbeans supports this Java release. My projects are currently using JSE 17 and Gradle 7.3 (I think)

Re: How to stop output "wobbling"?

2024-03-07 Thread Owen Thomas
Correction in bold... On Fri, 8 Mar 2024 at 13:26, Owen Thomas wrote: > So, I call invokeAnWait for both cases, and although the mechanism works > slower by a factor of about 100 (cf. the attached - ~4ms versus *[~40μs]*), > the wobble appears to have gone. >

Re: How to stop output "wobbling"?

2024-03-07 Thread Owen Thomas
have gone. On Fri, 8 Mar 2024 at 00:36, Thomas Wolf wrote: > You’re making all the Swing calls in the EDT (vs directly in the threads > you mentioned), right? > > Tom > > On Mar 7, 2024, at 6:40 AM, Owen Thomas > wrote: > >  > The numbers running down the left are

Re: How to stop output "wobbling"?

2024-03-07 Thread Owen Thomas
On Thu, 7 Mar 2024 at 22:04, Owen Thomas wrote: > Hello Netbeans people. This is not a question for Netbeans itself, but I > know there are a lot of clever people here who may be able to give me a > pointer or two, so please look away if this question might offend. I hope > it does

How to stop output "wobbling"?

2024-03-07 Thread Owen Thomas
Hello Netbeans people. This is not a question for Netbeans itself, but I know there are a lot of clever people here who may be able to give me a pointer or two, so please look away if this question might offend. I hope it doesn't. :) My program uses Swing. It outputs text to a window. The output i

Re: Not all inline hints being displayed.

2024-03-05 Thread Owen Thomas
On Wed, 6 Mar 2024 at 11:33, wrote: > Owen, > > I've noticed that whenever you concatenate a string argument, NetBeans > drops the inline hint for that argument, also. I am not sure if this is a > bug, however, because I believe that this is what occurs simply to shortent > the line, as the inlin

Not all inline hints being displayed.

2024-03-03 Thread Owen Thomas
Hello. I like the inline hints feature, as it helps me to understand which arguments receive which values in method calls. However, I have noticed something strange with variable length arguments. The attached screenshot is of a call to a method with variable arguments, and the screenshot shows t

Re: JavaDoc latest documentation

2024-02-22 Thread Owen Thomas
GTK :) On Fri, 23 Feb 2024 at 00:50, Arbol One wrote: > Yes! Very helpful. > Thanks so much. > On 2024-02-21 10:25 p.m., Owen Thomas wrote: > > > > On Thu, 22 Feb 2024 at 13:05, Arbol One wrote: > >> Is there a webpage anyone can recommend to get information about

Re: JavaDoc latest documentation

2024-02-21 Thread Owen Thomas
On Thu, 22 Feb 2024 at 13:05, Arbol One wrote: > Is there a webpage anyone can recommend to get information about JavaDoc > 17.0.10? > > TIA. > Perhaps this might be what you're after?

Re: JSON Simple

2024-02-12 Thread Owen Thomas
I don't know the answer to this question because that will depend a little on what build tool you are using. You could start by right-clicking on your project from the projects pane and navigating to your dependent libraries through the project's properties or something similar. I hope that helps.

Re: AI assistant for NetBeans

2024-02-11 Thread Owen Thomas
create that feature. You don't > want to create that feature. That means you don't really need that feature > after all. > > Gj > > On Sun, Feb 11, 2024 at 11:08 PM Owen Thomas > wrote: > >> >> >> On Mon, 12 Feb 2024 at 08:40, Benjamin Neuman

Re: AI assistant for NetBeans

2024-02-11 Thread Owen Thomas
On Mon, 12 Feb 2024 at 08:40, Benjamin Neuman wrote: > To the luddites, I believe you are going to be left behind. > Better watch out then.

Re: Re: AI assistant for NetBeans

2024-02-10 Thread Owen Thomas
On Sun, 11 Feb 2024 at 11:42, Andreas Reichel < andr...@manticore-projects.com> wrote: > On Sun, 2024-02-11 at 09:50 +1100, Owen Thomas wrote: > > On Sat, 10 Feb 2024 at 13:46, Andreas Reichel < > andr...@manticore-projects.com> wrote: > > Smart people will beco

Re: Re: AI assistant for NetBeans

2024-02-10 Thread Owen Thomas
Hi Andreas. On Sat, 10 Feb 2024 at 13:46, Andreas Reichel < andr...@manticore-projects.com> wrote: > Smart people will become smarter and faster using it. Others won't. > What do you mean when you say this? I think I would surely benefit from some assistance too, but I am afraid that an AI algo

Re: Upgrade Gradle version.

2024-01-25 Thread Owen Thomas
gt; recommend using the newer task definition style (e.g. > tasks.register('myCopyTask', Copy) {...}) and updating references for > buildDirectory/libsDirectory/etc. which have been updated and will likely > show warnings. > > Stan > > On 25/01/2024 02:13, Owen Tho

Module with changes but without blue cylinder?

2024-01-24 Thread Owen Thomas
Hello again. I think I'm almost there. One minor and possibly cosmetic problem that seems not to go away when one clears ".cache/netbeans/20". I have noticed that changes are being picked up by Netbeans for one project, but there is no blue cylinder. Do I have to worry about it? How might I make

Re: Upgrade Gradle version.

2024-01-24 Thread Owen Thomas
One other thing... How do I set dependencies among my projects from Netbeans? On Thu, 25 Jan 2024 at 13:20, Owen Thomas wrote: > Okay... I suppose that advice was good. I've created some new projects and > the yellow triangles have now disappeared after installing Zulu 17.0.10+

Re: Upgrade Gradle version.

2024-01-24 Thread Owen Thomas
ens... On Thu, 25 Jan 2024 at 13:13, Owen Thomas wrote: > I've only got version 21 of Java, and I want to upgrade to gradle 8.? > don't I? > > > > On Thu, 25 Jan 2024 at 13:11, Owen Thomas > wrote: > >> How do I do that? >> >> On Thu, 25 Jan

Re: Upgrade Gradle version.

2024-01-24 Thread Owen Thomas
I've only got version 21 of Java, and I want to upgrade to gradle 8.? don't I? On Thu, 25 Jan 2024 at 13:11, Owen Thomas wrote: > How do I do that? > > On Thu, 25 Jan 2024 at 13:07, Laszlo Kishalmi > wrote: > >> Set the Java Runtime Version for Gradle to Java 1

Re: Upgrade Gradle version.

2024-01-24 Thread Owen Thomas
How do I do that? On Thu, 25 Jan 2024 at 13:07, Laszlo Kishalmi wrote: > Set the Java Runtime Version for Gradle to Java 17 in NetBeans. > > On 1/24/24 17:43, Owen Thomas wrote: > > I'm thoroughly lost with Gradle. > > > > Can someone please tell me which

Re: Upgrade Gradle version.

2024-01-24 Thread Owen Thomas
I'm thoroughly lost with Gradle. Can someone please tell me which version of Java I should use and version of this build tool I should upgrade to with the current release of Netbeans? This is all too frustrating. Owen.

Re: Upgrade Gradle version.

2024-01-24 Thread Owen Thomas
On Thu, 25 Jan 2024 at 10:33, Owen Thomas wrote: > Hello. > > I needed to reinstall netbeans, so I installed the latest version. I was > using Gradle 7.2 on a previous project but the current environment is > complaining to me that I need Gradle 8.4 to run with Java 21. > >

Upgrade Gradle version.

2024-01-24 Thread Owen Thomas
Hello. I needed to reinstall netbeans, so I installed the latest version. I was using Gradle 7.2 on a previous project but the current environment is complaining to me that I need Gradle 8.4 to run with Java 21. I am happy to move to version 8.4 of Gradle, especially since there appears to be a m

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-05 Thread Owen Thomas
On Wed, 6 Dec 2023 at 10:38, Andreas Reichel wrote: > 1) dependency resolution (including the understanding, what Class format > the artifact is providing) > 2) compiling and packaging based on the built classpath > > For 2), any Gradle will do. > But for 1) Gradle needs to understand the particu

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-05 Thread Owen Thomas
ably merey my ignorance of the justification for this necessity speaking. Is there a page that informs my ignorance? On Wed, 6 Dec 2023 at 03:23, Bernd Michaely wrote: > https://docs.gradle.org/current/userguide/compatibility.html > > On 04.12.23 01:24, Owen Thomas wrote: > > > > Is th

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-03 Thread Owen Thomas
What's going on with Java and Gradle? Would I be right in supposing that it would be simpler just to go back to Ant? Is there a page I can read that outlines how Gradle will work with Java in the future? This stuff is giving me a headache. On Mon, 4 Dec 2023 at 10:51, Laszlo Kishalmi wrote: > W

Netbeans and modules.

2023-10-04 Thread Owen Thomas
I have "modularised" my java project, and since then, I have noticed that Netbeans 14 doesn't like to resolve all entries when I do "Find Usages". I can of course sometimes see too much when I do a "Find In Projects". Have later versions of NB tackled this seeming annoyance? Ta. Owen.

Re: Refactoring

2023-08-21 Thread Owen Thomas
Hi Tom. Refactoring is simply moving stuff around in your source code without making any (major) change to the functionality of your program. You may want to do this when for instance you are preparing to implement a functional enhancement that makes use of a particular design pattern, and your s

Installer for Netbeans 15 on Ubuntu?

2022-11-22 Thread Owen Thomas
Is there an installer for Netbeans 15 on Ubuntu?

Re: Should I exclude ./gradle/nb-cache from commit?

2022-08-06 Thread Owen Thomas
While the former are usually checked > in to source control, the latter are transient files used by Gradle to > support features like incremental builds. > > see: > https://docs.gradle.org/current/userguide/directory_layout.html#dir:project_root > > > regards, > > Bernd

Re: Should I exclude ./.gradle/nb-cache from commit?

2022-08-05 Thread Owen Thomas
I've also ignored "./build" as keeping these files in version control is silly. Now that that's done, I can forget about it for another decade or so. :) On Sat, 6 Aug 2022 at 11:36, Owen Thomas wrote: > Sorry, I have misquoted the folder in the title. The folder I

Should I exclude ./.gradle/nb-cache from commit?

2022-08-05 Thread Owen Thomas
Sorry, I have misquoted the folder in the title. The folder I intended to quote is "./.gradle/nb-cache", and I have corrected the title of this email accordingly. What I will do then is ignore ".gradle" from each project's base directory. Let me know if that is not correct or is incomplete. Thank

Should I exclude ./gradle/nb-cache from commit?

2022-08-05 Thread Owen Thomas
I have my projects running. All is good in the world. I see the directory indicated in the title of this message sometimes contains files for projects with old names (I converted my project names from camel to kebab case when this was indicated to me as the standard in gradle/maven, so I did as I

Re: Re: Gradle won't resolve dependency: what's wrong here?

2022-08-04 Thread Owen Thomas
On Thu, 4 Aug 2022 at 15:54, László Kishalmi wrote: > Compile was discouraged at 3.4, marked for deprecation in 4.0 they > removed it in 7.0. that's pretty long time. 4 years > No problem. I'll just have to be mindful of this when following advice from people about Gradle. Thanks all. Until ne

Re: Re: Gradle won't resolve dependency: what's wrong here?

2022-08-03 Thread Owen Thomas
On Thu, 4 Aug 2022 at 12:37, Andreas Reichel wrote: > Just be prepared. Its still very much worth it in my opinion. > Thanks Andreas. Yea, even though, if I were Gradle, I might have kept the "compile" option for a while longer, I think backwards compatibility might be a little overrated too. :)

Re: Re: Gradle won't resolve dependency: what's wrong here?

2022-08-03 Thread Owen Thomas
ps://tomgregory.com/gradle-implementation-vs-compile-dependencies/ > > On August 2, 2022 at 1:46:54 AM CDT, Owen Thomas < > owen.paul.tho...@gmail.com> wrote: > And restarting NetBeans (after rebooting my laptop) seems to have cleared > the PeerDevice project of its rash.

Re: How to set compile dependencies for Gradle in Netbeans.

2022-08-02 Thread Owen Thomas
eOnly. The link gives details. On Mon, 1 Aug 2022 at 17:45, Owen Thomas wrote: > Thanks for your comments Laszlo. They've helped me. > > I have created a multi-build script, and I have created all my Ant > projects as subprojects of this, although I still have to put t

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Owen Thomas
And restarting NetBeans (after rebooting my laptop) seems to have cleared the PeerDevice project of its rash. Now to include the remainder of the projects... On Tue, 2 Aug 2022 at 16:23, Owen Thomas wrote: > Hey Laszlo. > > Sorry for not doing as you have asked, but while you were

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Owen Thomas
n. On Tue, 2 Aug 2022 at 15:50, Laszlo Kishalmi wrote: > Well, I've done and see a few dozen of Gradle builds, though this sounds > alien to me. If you could share your project structure (main folders and > their build.gradle files, maybe we can help sort this thing out. > On

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Owen Thomas
; However, my complaints about NetBeans relate to their lack of Jakarta EE 9 > support, so far - but that's not anything to do with Gradle. > > --Jason > > On Mon, Aug 1, 2022, 22:59 Owen Thomas wrote: > >> Hello again. I am perplexed at the following problem. >>

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Owen Thomas
ife. But not liking Maven (not at all!) and unable to stick > with Ant, this is what it came to. > > On Tue, 2022-08-02 at 12:59 +1000, Owen Thomas wrote: > > Hello again. I am perplexed at the following problem. > > I have a multi-project build in a directory named "Cliqu

Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Owen Thomas
Hello again. I am perplexed at the following problem. I have a multi-project build in a directory named "CliqueSpace". It's build.gradle file has the following: subprojects { apply plugin: 'java' repositories { mavenCentral() } } The settings.gradle file or the same director

Re: How to set compile dependencies for Gradle in Netbeans.

2022-08-01 Thread Owen Thomas
Thanks for your comments Laszlo. They've helped me. I have created a multi-build script, and I have created all my Ant projects as subprojects of this, although I still have to put the source code into them and fix the dependencies. Perhaps it isn't really a concern, but I've noticed that NetBean

How to set compile dependencies for Gradle in Netbeans.

2022-07-31 Thread Owen Thomas
Hello NetBeans people. I have just started migrating my projects from Ant to Gradle in NetBeans. Some of them have compile dependencies on others, and I'm currently wondering how I set them up in NetBeans. I'm very new to Gradle, but I can no longer ignore the light being cast by wise people, and

Re: Where is my post?

2022-02-05 Thread Owen Thomas
Haha, thanks! On Sat, 5 Feb 2022 at 23:16, Amn wrote: > Sorry, I ment to type 'file.java'. Darn spell checker [image: :-)] > On Sat, 2022-02-05 at 23:14 +1100, Owen Thomas wrote: > > On Sat, 5 Feb 2022 at 22:44, Amn wrote: > > I recently posted the following quest

Re: Where is my post?

2022-02-05 Thread Owen Thomas
On Sat, 5 Feb 2022 at 22:44, Amn wrote: > I recently posted the following question : > > How can I add external source code (flecks) to my project? > All the information I found is related to adding libraries (flecks) > to the project, which I have already done (thanks folks). > > Here you a

Re: Happy holidays all

2021-12-25 Thread Owen Thomas
I have used IntelliJ and Eclipse, and after not much of that, I went back to NetBeans for my Java projects because I still think NetBeans is the best IDE for Java Developers. Have a great year ahead. On Sat, 25 Dec 2021 at 04:23, Geertjan Wielenga wrote: > Hi all, > > Happy holidays all. :-) > >

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

2021-11-01 Thread Owen Thomas
On Fri, 29 Oct 2021 at 11:48, Owen Thomas wrote: > I say the following. Have an abstract checked exception class in the Java > SE API. Call it, say, Checked*Managed*Exception. Descendents of this > class behave like any other checked exception, with perhaps a few caveats > [co

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

2021-11-01 Thread Owen Thomas
thing Java will never adopt.Your idea of managed >> exceptions seems likelier to be added. >> >> Suppose that Java 19 adds managed exceptions. What changes would an IDE >> like NetBeans have to make in response to that? >> >> Al >> >> On Sun, Oct 31, 20

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

2021-10-31 Thread Owen Thomas
On Mon, 1 Nov 2021 at 09:51, Alonso Del Arte wrote: > > Although I do it often enough, I'm not a fan of wrapping a checked > exception in a RuntimeException or even another checked exception like > IOException. > > I'm not either. Nor do I like how AssertionError has a constructor that > takes a

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

2021-10-31 Thread Owen Thomas
implements a mechanism called > directly from Thread.run(), any "ignored" exception will just behave like > an unchecked exception. Perhaps however, it would be more in-keeping with > the original intentions of the checked exception mechanism that a compiler > error would be issue

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

2021-10-31 Thread Owen Thomas
ked exception. Perhaps however, it would be more in-keeping with the original intentions of the checked exception mechanism that a compiler error would be issued, and hence I like this latter scenario better. > > I think you could do a byte code processor and tweak checked exceptions &

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

2021-10-30 Thread Owen Thomas
On Sat, 30 Oct 2021 at 17:53, Owen Thomas wrote: > If checked exceptions could be selectively suppressed like this, then > perhaps I could override Object.equals() with a throws clause that threw > any exception [that extends CheckedException] I chose. Developers of > librari

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

2021-10-29 Thread Owen Thomas
If checked exceptions could be selectively suppressed like this, then perhaps I could override Object.equals() with a throws clause that threw any exception I chose. Developers of libraries that were dependent on mine could "ignore" this if that's what they wanted. Thinking about it now, I can't s

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

2021-10-29 Thread Owen Thomas
in my suggestions. Furthermore: On Fri, 29 Oct 2021 at 11:48, Owen Thomas wrote: > The emphasis above is used to underscore the utility that my suggestion is > trying to convey. I think that with perhaps a few tweaks, this is a > flexible suggestion. Although I do not (not yet perhaps...

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: Pssst! [Kotlin Support]

2021-10-12 Thread Owen Thomas
It's a nice sentiment (and one I agree with) but I've recently been employed by people who one might say have swallowed this Kotlin/IntelliJ cool-aide. Therefore I either learn Kotlin, or I find another job; before this, I was unemployed (on a pension) for more than 13 years. Hence, I would rather

Re: Pssst! [Kotlin Support]

2021-10-10 Thread Owen Thomas
expense. I just write computer programs. On Mon, 11 Oct 2021 at 00:42, Emilian Bold wrote: > Looks like Kotlin is working as intended and funneling people into > IntelliJ. > > --emi > > On Sun, Oct 10, 2021 at 5:38 AM Owen Thomas > wrote: > > > > I have found m

Re: Pssst! [Kotlin Support]

2021-10-09 Thread Owen Thomas
gt; > Eric > > On Fri, Oct 8, 2021 at 11:03 PM Owen Thomas > wrote: > >> Okay... I make a provisional withdrawal and reserve the right to reassert. >> >> On Fri, 8 Oct 2021 at 18:59, Owen Thomas >> wrote: >> >>> Java and Kotlin interoperability

Re: Pssst!

2021-10-08 Thread Owen Thomas
Okay... I make a provisional withdrawal and reserve the right to reassert. On Fri, 8 Oct 2021 at 18:59, Owen Thomas wrote: > Java and Kotlin interoperability is a fabrication. Stick with Java or > stick with Kotlin. Don't try it; it will only lead one to rip one's face > off. >

Pssst!

2021-10-08 Thread Owen Thomas
Java and Kotlin interoperability is a fabrication. Stick with Java or stick with Kotlin. Don't try it; it will only lead one to rip one's face off.

NetBeans isn't syntax checking Kotlin source?

2021-10-03 Thread Owen Thomas
Hello. I would like to try writing Kotlin code from NetBeans. I'm using 12.4. I create a new Kotlin source file from the new file wizard and start typing. I find that there is no syntax checking; no matter what drivel I write, I see no red. What's with this?

Re: James Gosling podcast / Embedded Java

2021-07-22 Thread Owen Thomas
On Fri, 23 Jul 2021 at 04:25, Geertjan Wielenga wrote: > https://foojay.io/today/foojay-podcast-2/ > > A fun podcast, enjoy! > > Gj > Indeed, thanks Geertjan.

Re: Losing instanceof variables when class renamed.

2021-07-13 Thread Owen Thomas
Goodo Jan. Thanks for letting me know. :) On Tue, 13 Jul 2021 at 16:32, Jan Lahoda wrote: > Thanks for the report, Owen. I am looking into this. > > Jan > > On Sun, Jul 11, 2021 at 7:30 AM Owen Thomas > wrote: > >> Hello. >> >> Thought this might be of in

Losing instanceof variables when class renamed.

2021-07-10 Thread Owen Thomas
Hello. Thought this might be of interest. When using NB 12.4 with Java SE 16 SDK, I'm beginning to use the newly available enhancement to the instanceof operator. When I rename a class in which this operator is used, the renaming process seems to remove the variable name that follows the instance

Re: No main classes found

2021-06-28 Thread Owen Thomas
It might help you to know Zulfi that a method's "signature" is more than just its name. It also includes the number and types of each of its parameters. You can create more than one method with the same name as long as the parameters are different. This is why the compiler didn't complain that you

Re: JavaScript Framework's

2021-06-26 Thread Owen Thomas
Hmmm... truthiness... naah. On Sun, 27 Jun 2021 at 13:14, Brain Rebooting wrote: > Dear all, > > With due respect, I can't understand why netbeans doesn't support a single > latest JavaScript framework. I mean, angular/react/vue are extremely > popular now a days and are must. Though netbeans cl

Re: @Nonnull?

2021-06-25 Thread Owen Thomas
No Maven or Gradle. Ant only. :b On Fri, 25 Jun 2021 at 17:34, Owen Thomas wrote: > I've just been informed that @Nonnull could be part of javax (the > documentation does appear to state this). I don't think I have access to > this package because I'm not using anythin

Re: @Nonnull?

2021-06-25 Thread Owen Thomas
I've just been informed that @Nonnull could be part of javax (the documentation does appear to state this). I don't think I have access to this package because I'm not using anything other than the Java SE API.

Re: @Nonnull?

2021-06-24 Thread Owen Thomas
third party libraries implement some form of non-null >> annotation and you will have to use one such library ... unless I >> missed some new JDK feature. :-) >> >> >> >> /Lars >> >> >> >> >> >> On Fri, Jun 25, 2021 at 5:40 AM

Re: @Nonnull?

2021-06-24 Thread Owen Thomas
Ok, thanks Geertjan. Let me know what you find. On Fri, 25 Jun 2021 at 12:59, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > > Maybe it doesn’t support it yet. Will try to find out. > > Gj > > On Fri, 25 Jun 2021 at 04:39, Owen Thomas > wrote: > &g

@Nonnull?

2021-06-24 Thread Owen Thomas
I'm using NB 12.4 with JDK 16 and I have been reading a bit of the annotations article from the newest Java Magazine. I thought I'd fiddle with the @Nonnull annotation, so I put one in a method's declaration where I thought it needed to go so I could indicate that a parameter needed a non-null valu

Re: Java 16 Javadocs?

2021-06-23 Thread Owen Thomas
wnloads.html > Store the zip file in a location of your choice and perform the steps as > above. In step 4. click on "Add Zip/Folder..." and locate your downloaded > zip. > > That's it. > > ---C. > > > Am Mi., 23. Juni 2021 um 05:46 Uhr schrieb Owen Thoma

Java 16 Javadocs?

2021-06-22 Thread Owen Thomas
Can someone please point me in the direction of the Javadoc for JDK 16? I want to access it in NetBeans. Thanks, Owen.

Re: removing the "new project" support for Ant projects

2021-04-22 Thread Owen Thomas
On Thu, 22 Apr 2021 at 17:15, Geertjan Wielenga wrote: > I don’t think we’re going to resolve this, several people in this > discussion don’t understand the key point with which this thread started: > should we consider downplaying the prominence of Ant by removing from > NetBeans the ability to

Re: removing the "new project" support for Ant projects

2021-04-21 Thread Owen Thomas
If one wants to create an Ant project from within NetBeans, then one should be able to do that. I've encountered both Maven and Gradle (Gradle when developing for Android on IntelliJ... another anecdote about frustration), and I can see their use when one has to manage one's code base against diff

Re: removing the "new project" support for Ant projects

2021-04-21 Thread Owen Thomas
Crikey! Looks like I'll have to migrate to Maven then. When in Rome. On Wed, 21 Apr 2021 at 19:20, John Burgess wrote: > +1 also for me to not eliminating Ant support for new (or existing) > projects. > > -Original Message- > From: Marco Rossi > Sent: 20 April 2021 20:10 > To: Mitch Cla

Re: removing the "new project" support for Ant projects

2021-04-20 Thread Owen Thomas
I think Ant is lovely. Most of my projects only extend the Java SE API. I don't see the need to change to a build tool that manages third party libraries unless and until I need to use third party libraries. Keep supporting Ant and keep the build process as trivial as it needs to be. On Wed, 21 A

Re: Why isn't this "error" going away?

2021-04-14 Thread Owen Thomas
in the IDE went away. On Wed, 14 Apr 2021 at 22:40, Owen Thomas wrote: > Hello NetBeans users. > > I've tried stopping NB, deleting the cache, and restarting NB. I've done > this twice. Although the program compiles, the error disclosed in the file > attached, apparent only t

Why isn't this "error" going away?

2021-04-14 Thread Owen Thomas
Hello NetBeans users. I've tried stopping NB, deleting the cache, and restarting NB. I've done this twice. Although the program compiles, the error disclosed in the file attached, apparent only to NB, doesn't go away. Is there something else that is confusing NB? Thanks, Owen. --

Re: Control-shift-P.

2021-03-25 Thread Owen Thomas
On Thu, 25 Mar 2021 at 20:59, Jens Zurawski wrote: > To find out, what a specific Hot Key is doping, just focus the "Search > in Shortcuts" field and press the Hotkey (in your example Ctrl-Shift-P) > then you can see that its action is "Go to Super Implementation". You > then can define another H

Control-shift-P.

2021-03-24 Thread Owen Thomas
I accidentally pressed control-shift-p while in the implementation of a method from an anonymous inner class, and discovered, somewhat to my surprise, that I was taken to the methods declaration. Is this the intended purpose of this keystroke, or is there more to it? Where can I find out? Thanks,

Re: [base ide] No help available in Apache Netbeans 12.0?

2021-02-13 Thread Owen Thomas
Hey Geertjan. Is that ever going to change? When might JavaHelp be available to versions of netbeans released after transfer to Apache? Is there a page you can point to that explains all this? On Sat, 13 Feb 2021 at 15:08, Geertjan Wielenga wrote: > > Indeed, the help has been removed, JavaHelp

Re: Something screwy has started happening in NB 12.2?

2021-01-28 Thread Owen Thomas
Perhaps my code is so thoroughly strange that the poor editor's having a time understanding it. On Thu, 28 Jan 2021 at 19:07, Owen Thomas wrote: > > > On Thu, 28 Jan 2021 at 19:06, Owen Thomas > wrote: > >> I was happily using my favourite IDE to edit my source code,

Re: Something screwy has started happening in NB 12.2?

2021-01-28 Thread Owen Thomas
On Thu, 28 Jan 2021 at 19:06, Owen Thomas wrote: > I was happily using my favourite IDE to edit my source code, and then it > froze for a while which upset me. After a while elapsed, it prompted me to > download something and I thought to myself, "okay - it must have sensed a &g

Something screwy has started happening in NB 12.2?

2021-01-28 Thread Owen Thomas
I was happily using my favourite IDE to edit my source code, and then it froze for a while which upset me. After a while elapsed, it prompted me to download something and I thought to myself, "okay - it must have sensed a new version of and has rudely but hopefully not to be repeated, trying to up

Re: Adding dependent project to another project in NetBeans.

2021-01-06 Thread Owen Thomas
___ > Alfonso Lourido > Alf > ☎️ +34 607 900 607 > > > > El 6 ene 2021, a las 6:37, Owen Thomas > escribió: > > Hello NetBeans Users. > > I haven't added a dependency in a while, and I am wondering how to do it > in 12.2. I thought

Adding dependent project to another project in NetBeans.

2021-01-05 Thread Owen Thomas
Hello NetBeans Users. I haven't added a dependency in a while, and I am wondering how to do it in 12.2. I thought it was done by right-clicking the desired project in the projects view, and selecting the Properties option from the menu. From the Project Properties dialogue, one then would go to th

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Owen Thomas
ard, so I don't know how that could have been set. On Sat, 26 Dec 2020 at 19:55, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > netbeans_jdkhome="/usr" > > That's what I see in your file above and that can't be right, can it? > >

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-25 Thread Owen Thomas
hat is in there? > > Gj > > On Sat, 26 Dec 2020 at 06:10, Owen Thomas > wrote: > >> On Mon, 30 Nov 2020 at 19:32, Peter Hull wrote: >> >>> I would check: >>> 1. Does your Java platform setup look reasonable? (in Tools | Java >>> Platforms ) &g

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-25 Thread Owen Thomas
On Mon, 30 Nov 2020 at 19:32, Peter Hull wrote: > I would check: > 1. Does your Java platform setup look reasonable? (in Tools | Java > Platforms ) > 2. Does this error occur for a new project or just existing ones? (e.g. > set up a new "Java with Ant" application) > I think I've seen something l

Re: Netbeans 12.1: Cannot access java.lang?

2020-11-29 Thread Owen Thomas
Which log files are applicable? On Sun, 29 Nov 2020 at 20:51, Owen Thomas wrote: > Yes, my apologies Geertjan. It's Ubuntu 20.04.1. > > On Sun, 29 Nov 2020 at 19:53, Geertjan Wielenga < > geertjan.wiele...@googlemail.com> wrote: > >> What is the operating s

Re: Netbeans 12.1: Cannot access java.lang?

2020-11-29 Thread Owen Thomas
mailing list? > > Gj > > On Sun, 29 Nov 2020 at 08:18, Owen Thomas > wrote: > >> When removing NetBeans 12 prior to reinstallation. I find a folder in my >> home folder called .nbi. This looks like something NetBeans created, so I >> removed it too. >>

Re: Netbeans 12.1: Cannot access java.lang?

2020-11-28 Thread Owen Thomas
still telling me it cannot find java.lang. I have installed netbeans three times, first two times over version 14 of the Open JDK and the third time over version 12 of the Open JDK. I have no idea what is wrong. On Sun, 29 Nov 2020 at 17:50, Owen Thomas wrote: > I actually installed Open JDK

Re: Netbeans 12.1: Cannot access java.lang?

2020-11-28 Thread Owen Thomas
I actually installed Open JDK 11 because version 12 doesn't exist. I didn't do anything to my NetBeans install... perhaps I'll reinstall it again... I've observed no change, and I have no idea. Help appreciated. On Sun, 29 Nov 2020 at 16:48, Owen Thomas wrote: > I did

Re: Netbeans 12.1: Cannot access java.lang?

2020-11-28 Thread Owen Thomas
ubious, but I am going to follow it now by uninstalling 14 and installing 12. I'll post something saying how I get on. On Sun, 29 Nov 2020 at 16:32, Owen Thomas wrote: > Hello. > > I've just installed 12.1 on a new computer I have acquired. When I restart > NetBeans after

Netbeans 12.1: Cannot access java.lang?

2020-11-28 Thread Owen Thomas
Hello. I've just installed 12.1 on a new computer I have acquired. When I restart NetBeans after deleting my cache, I get the attached error telling me the IDE cannot find java.lang. I have no idea why this error is appearing, and would appreciate some advice. Thanks in advance for your help.

  1   2   >