I just noticed that there is an issue with NetBeans inserting an extra } character while editing Java code.
If I type the following:
if (someCondition) {}
Then I place the cursor between the braces { | } and hit enter, the result
is:
if (someCondition) {
|
}}
(Where | is the cursor location before and after)
Note the extra closing brace.
Scott
