Ticket #323 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Creating base call ast nodes produces two semicolons in the text edit.

Reported by: jogeb Owned by: stephan
Priority: major Milestone: OTDT_1.4.0_M2
Component: dom Version: 1.4.0M1
Keywords: Cc:

Description

The behaviour is documented in the deactivated refactoring test case org.objectteams.otdt.ui.tests.refactoring.extractcallin.ExtractCallinTests._testExtractSimpleReplaceCallin2.

Change History

follow-up: ↓ 2   Changed 2 years ago by stephan

  • status changed from new to closed
  • version changed from 1.3.2 to 1.4.0M1
  • resolution set to fixed
  • milestone set to OTDT_1.4.0_M2

Fixed in r23020:

  • base call message send is an expression => don't terminate with ";", this is done by the wrapping expression statement.

Note, that the test was disabled in the branch, still enabled in trunk, which is good.

in reply to: ↑ 1   Changed 2 years ago by stephan

Replying to stephan:

Note, that the test was disabled in the branch, still enabled in trunk, which is good.

Comment was referring to r23018.

r23180 reverts bogus r23028.

Note: See TracTickets for help on using tickets.