RE: Re: Introduction to Profiling Java Applications in NetBeans IDE

2022-01-29 Thread John
In light of your first set of comments, I dived in and just felt around the UI as it bore little resemblance to the document. As you point out, I did get the offer to do an initial calibration when I first asked to do a profile.   Fortunately, I did not see the issues you reported below and as a

Strange surefire problem using wrong Java version

2022-01-29 Thread Peter Nabbefeld
Hello, though I've configured my project to use JDK 1.8, surefire outputs syntax errors about module-info.java, which does even not exist: Jan 29, 2022 8:29:36 PM org.netbeans.modules.settings.RecognizeInstanceObjects$MSL WARNUNG: Not listening on module system Jan 29, 2022 8:29:36 PM

Re: Updating an Old Plugin and Having Issues

2022-01-29 Thread Eric Bresie
Assume this may have to do with the module's public/private/friend API (i.e. if not accessible may appear missing). May want to check out some of the references below. (1) https://netbeans.apache.org/wiki/API_Design.asciidoc (2)