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

Summary: Brace autocompletion issue
Product: contrib Reporter: otikinny_293 <otikinny_293>
Component: ScalaAssignee: _ dcaoyuan <dcaoyuan>
Status: STARTED ---    
Severity: blocker CC: dynamite
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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 "}"