This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 147280 - Brace autocompletion issue
Summary: Brace autocompletion issue
Status: STARTED
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 15:30 UTC by otikinny_293
Modified: 2008-10-09 11:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description otikinny_293 2008-09-15 15:30:08 UTC
class foo {

}

When you press the Enter button when the caret is right after the opening brace, it causes the following result:

class foo {

}
}
Comment 1 _ dcaoyuan 2008-10-09 11:46:19 UTC
It's a known issue, happens when there is no other statement before "}"