Ticket #33 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

"Mark occurrences" tries to highlight occurrence from role file.

Reported by: stephan Owned by: stephan
Priority: major Milestone: OTDT_1.1.8
Component: dom Version: 1.1.5
Keywords: Cc:

Description

Given a team T with a role file RExtern which has a method blub(). After opening T select any invocation of blub() within T. Depending on whether or not RExtern has been opened in the editor before, "mark occurrences" tries to highlight the definition of blub() in RExtern using the actual positions of that method but interpreting these positions within the buffer showing T.

Background: the ASTConverter descends the logical structure of teams and roles not paying attention to whether or not a role is in a role file. Further investigation is needed on when this might be the right behavior, or whether descending role files via their team should be disabled alltogether.

Change History

Changed 4 years ago by stephan

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from OTDT_1.2.0 to OTDT_1.1.8

Fixed in r18079 by changing the default behavior of the ASTConverter. Awaiting test results.

Note: See TracTickets for help on using tickets.