Replies: 1 comment
-
Okay, that's weird. A plain syntax error causes the issue where Eclipse gives the correct line number. I tried a null pointer error and NB happily gave me the correct line, so I'm good. But any information regarding my other questions would br most welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using NetBeans 22 for a hot five minutes so far and I've found a possible bug. When my run errors out and spits out the trace, all of the line numbers for each step are correct except for the actual error, which gives the correct method, but provides a spurious line number:
author.AuthorView.showAbout(AuthorView.java:1)
Line 1 would be the package definition. I can induce any error in any file in the package and the rror line is always incorrect.Mac x64, OS11.7.10(Big Sur), NB22 w/JRE 22.01. Is it me, or is this a wee bug?
Also, is there a way to configure the Navigation panel? I need to disable the Javadoc popups before I have a seizure. I'd also like to change from double-clicking to move to a member to just a single-click. Are these possible?
Otherwise, this is a fine release and those are the only issues I've found, except the blinding white splash screen that's been around forever... :)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions