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

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

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

Compile error but no line indicators

2024-06-12 Thread Mitch Claborn
This happens to me occasionally, usually when editing a fairly large java file. The icon in the tab will show a red indicator for a compile error, but there are no red indicators on the right gutter to show which lines have the error(s). If I'm lucky enough to find one the errors on my own,