Re: Novice Profiling Question.

2018-11-24 Thread Owen Thomas
I had this problem for about seven years. It had to be tackled, but until just now I had more pressing problems revolving around getting my application to work. I feared learning the profiler and solving this problem. I thought the process would be a distraction that I didn't want to deal with; I

Re: Novice Profiling Question.

2018-11-24 Thread Owen Thomas
I'd just like to let you know that I solved my CPU load and socket stability problems by removing a call I was making to System.gc() I put in when I was trying to solve the problem earlier. I've been running my application now for about 30 minutes, and the profiler shows that no instances survive

Re: Novice Profiling Question.

2018-11-24 Thread Owen Thomas
Hello Leo. On Sun, 25 Nov 2018 at 08:29, Leo Donahue wrote: > Maybe this helps? > > SER10-J > > https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=88487787 > > Still early days yet, but I think a heart-felt thank you might be in order here. Resetting the output stream after

Re: FXML completion

2018-11-24 Thread Glenn Holmer
On 11/24/2018 12:17 PM, Geertjan Wielenga wrote: > Has NetBeans ever had code completion in FXML files? Apparently; I'm an FX newbie. https://www.youtube.com/watch?v=IjenXYBS3BM https://netbeans.org/bugzilla/show_bug.cgi?id=271048=22=7 -- Glenn Holmer (Linux registered user #16682) "After the

Re: Novice Profiling Question.

2018-11-24 Thread Leo Donahue
Maybe this helps? SER10-J https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=88487787 On Sat, Nov 24, 2018, 04:41 Owen Thomas The profiler appears to work when I select the view display only objects > of the single class I'm interested in. > > Summarily, my application is

Re: FXML completion

2018-11-24 Thread Geertjan Wielenga
Has NetBeans ever had code completion in FXML files? Gj On Sat, Nov 24, 2018 at 6:27 PM Glenn Holmer wrote: > I am not getting code completion in FXML files. I tried with two > projects, one modular and one non-modular, following the NetBeans > directions on openjfx.io. I see a blue tooltip

FXML completion

2018-11-24 Thread Glenn Holmer
I am not getting code completion in FXML files. I tried with two projects, one modular and one non-modular, following the NetBeans directions on openjfx.io. I see a blue tooltip "No suggestions" (Java code completion for JavaFX code works normally, and the project builds and runs). Is anybody

Re: Novice Profiling Question.

2018-11-24 Thread Owen Thomas
The profiler appears to work when I select the view display only objects of the single class I'm interested in. Summarily, my application is composed of about 600 source files. About 80% code for exceptions; ~130 files code for the application logic itself. It is written entirely in Java SE. The

Re: Novice Profiling Question.

2018-11-24 Thread Geertjan Wielenga
No one is going to be able to help you unless you can provide the application together with steps to reproduce your problems or if you can show those problems occurring with a sample application that comes with NetBeans, e.g., the Anagram Game. Gj On Sat, Nov 24, 2018 at 10:16 AM Owen Thomas