Re: Error badge on the correct code

2020-05-09 Thread Elmar
Am 08.05.20 um 23:48 schrieb Greenberg, Gary: > That was working. Thank you very much. > Still do not understand why it did not clear the error when I deleted > the whole Cache directory. When the complete cache is deleted, it will be recreated. While recreating, NetBeans repeats the bug: Interpre

RE: Error badge on the correct code

2020-05-08 Thread Greenberg, Gary
, May 8, 2020 2:21 PM To: users@netbeans.apache.org Subject: Re: Error badge on the correct code Hello, Actually you dont need to delete the entire cache dir, you need to find the .err file of your file and delete it. The Netbeans errors are cached in the index of your cache sub-directory of the

Re: Error badge on the correct code

2020-05-08 Thread Bilu
Hello, Actually you dont need to delete the entire cache dir, you need to find the *.err *file of your file and delete it. The Netbeans errors are cached in the index of your cache sub-directory of the Netbeans. There is some *.err* and *.warn* files, which contain the error and the warning messa

Re: Error badge on the correct code

2020-05-08 Thread Brenden Towey
On 5/8/2020 10:48 AM, Eirik Bakke wrote: I'd love to have a "Clean Cache" button, in particular. -- Eirik I've seen similar things on for example the About window, where an application has a few "fix me" type tools that might be used in case of problems.  Maybe instead of an isolated but

RE: Error badge on the correct code

2020-05-08 Thread Eirik Bakke
ense"--features that make a large class of bugs, including even _future_ bugs, less critical. I'd love to have a "Clean Cache" button, in particular. -- Eirik From: Emilian Bold Sent: Friday, May 8, 2020 1:18 AM To: users@netbeans.apache.org Subject: Re: Error badge on the cor

Re: Error badge on the correct code

2020-05-08 Thread Bilu
Hello, Actually you dont need to delete the entire cache dir, you need to find the *.err *file of your file and delete it. The Netbeans errors are cached in the index of your cache sub-directory of the Netbeans. There is some *.err* and *.warn* files, which contain the error and the warning messa

Re: Error badge on the correct code

2020-05-07 Thread Peter Steele
I get this from time to time, clearing cache makes no difference, I normally delete the .netbeans directory. This fixes it every time. Can be quite annoying when it happens. On Thu, 7 May 2020, 21:30 Greenberg, Gary, wrote: > I have in one of my projects JSON file. > At some point in time, whil

Re: Error badge on the correct code

2020-05-07 Thread Ty Young
On 5/8/20 12:42 AM, Alan wrote: On 2020-05-08 01:17, Emilian Bold wrote: Seems really awful product-wise to have a recommendation for a 'Restart IDE' plugin! It's just realistic. Every complex program has bugs of one sort or another. Memory leaks or some broken data structure, an index that

Re: Error badge on the correct code

2020-05-07 Thread Alan
On 2020-05-08 01:17, Emilian Bold wrote: Seems really awful product-wise to have a recommendation for a 'Restart IDE' plugin! It's just realistic. Every complex program has bugs of one sort or another. Memory leaks or some broken data structure, an index that doesn't get cleaned up and thus g

Re: Error badge on the correct code

2020-05-07 Thread Emilian Bold
etBeans) does the trick. At least for Java files with stray > error badges. > > -- Eirik > > -Original Message----- > From: Ernie Rael > Sent: Thursday, May 7, 2020 7:48 PM > To: users@netbeans.apache.org > Subject: Re: Error badge on the correct code > > This c

RE: Error badge on the correct code

2020-05-07 Thread Greenberg, Gary
Rael ; users@netbeans.apache.org Subject: RE: Error badge on the correct code > An aficiaonado could tell you which subdirectory of cachedir to remove. I find removing the "index" subdirectory in the cache directory (after first exiting NetBeans) does the trick. At least for Java fil

RE: Error badge on the correct code

2020-05-07 Thread Eirik Bakke
e Rael Sent: Thursday, May 7, 2020 7:48 PM To: users@netbeans.apache.org Subject: Re: Error badge on the correct code This can frequently be cleared up by removing "Cache Directory" only, see Menu > Help > About. This won't loose your settings/windows/openFiles/... A

Re: Error badge on the correct code

2020-05-07 Thread Ernie Rael
This can frequently be cleared up by removing "Cache Directory" only, see Menu > Help > About. This won't loose your settings/windows/openFiles/... An aficiaonado could tell you which subdirectory of cachedir to remove. -ernie On 5/7/2020 1:29 PM, Greenberg, Gary wrote: I have in one of my

Re: Error badge on the correct code

2020-05-07 Thread Alan
On 2020-05-07 16:29, Greenberg, Gary wrote: I have in one of my projects JSON file. At some point in time, while I was still editing it, it had errors. However, these errors were fixed long time ago, but in project file marked with the red error badge. Netbeans was restarted several times and