Ok, I sinned, I wrote too much code like this
try {
} catch (Exception ex) {
}
Now I'm going to clean / reorganize this.
I am using NB 6.7, and code completion stops on the first write, adding all types of exceptions, etc. After I made the above code, NB does not give any more help.
Do you know a way to say that NB look at all types of exceptions again and make a proposal to handle them and re-execute the code?
source
share