Ticket #167 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Compiler should support the @role javadoc tag

Reported by: stephan Owned by: stephan
Priority: major Milestone: OTDT_1.2.5
Component: compiler Version: 1.2.4
Keywords: Cc:

Description

OTJLD §1.2.5(d) mentions a @role tag that should be used in a team's javadoc to refer to its role files. This tag should be implemented including

  • warnings for missing or inproper tags
  • navigation, hover and quickfix

Change History

Changed 3 years ago by stephan

Tests for warnings etc. are in 1.5.22-otjld-role-tag-in-javadoc-1 - 1.5.22-otjld-role-tag-in-javadoc-7

Implementation for that part is in r19259.

Changed 3 years ago by stephan

r19265 implements selection (hover, navigation) for @role tags (incl. initial test).

Changed 3 years ago by stephan

As of r19287 searching for references after a @role tag is implemented and !OTJavaTypeSearchTests includes 2 tests for the @role tag, too.

Remain open: completion and quickfix for (missing) @role tags.

Changed 3 years ago by stephan

Completion after a @role tag is implemented in r19305 & r19306 (incl. tests).

Changed 3 years ago by stephan

  • status changed from new to closed
  • resolution set to fixed

Quickfix is implemented in r19318 (incl. test).

This closes this issue.

Note: See TracTickets for help on using tickets.