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 236754 - implement body incorrectly formats closing curly
Summary: implement body incorrectly formats closing curly
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-04 10:56 UTC by Vladimir Voskresensky
Modified: 2013-11-13 08:25 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 Vladimir Voskresensky 2013-10-04 10:56:47 UTC
class AAAAAAA {
          void foo();
          void boo() {

          }
          void zoo();
};

void AAAAAAA::foo() {

}

void AAAAAAA::zoo() {
  
}

try to extract body on empty line before "void AAAAAAA::zoo()"
=> not nice text

void AAAAAAA::boo() {

  }
Comment 1 Alexander Simon 2013-10-07 15:02:41 UTC
change set:
1137683336f2
Comment 2 Quality Engineering 2013-11-11 20:17:04 UTC
Integrated into 'releases/release74', will be available in build *201311111738* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/ccb6b134d0ef
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #236754 implement body incorrectly formats closing curly
(transplanted from 1137683336f2ca651f52e202a0f2a67144dca381)
Comment 3 soldatov 2013-11-12 13:13:05 UTC
verified in NetBeans IDE 7.4 (Build 201311111738)