Re: Compile error but no line indicators

2024-06-13 Thread Mitch Claborn
I submitted a bug: https://github.com/apache/netbeans/issues/7467 Mitch On 6/13/24 09:47, Ernie Rael wrote: On 24/06/12 8:10 PM, Owen Thomas wrote: 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 pro

Re: Compile error but no line indicators

2024-06-13 Thread Ernie Rael
On 24/06/12 8:10 PM, Owen Thomas wrote: 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 i

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: Compile error but no line indicators

2024-06-12 Thread Tilman Hausherr
I have had this problem for years, but closing and reopening solves it. I've always thought it's a memory exhaustion problem (despite having a lot of memory). Tilman On 12.06.2024 22:49, Mitch Claborn wrote: This happens to me occasionally, usually when editing a fairly large java file. The i