Modify ↓
#122 closed enhancement (fixed)
Add compiler participant to check Control methods annotated with @FXML
| Reported by: | tom | Owned by: | martin |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8.1 |
| Component: | tooling-jdt | Version: | 0.0.13 |
| Keywords: | Cc: |
Description
We should add a compiler participant which flags in appropriate methods annotated with @FXML.
There are the following constraints that come to my mind:
- Method name must be UNIQUE
- Method must have 0 or exactly 1 argument which must be javafx.event.Event
Attachments (0)
Change History (6)
comment:1 Changed 13 months ago by tom
- Milestone changed from 0.0.14 to 0.1.0
comment:2 Changed 11 months ago by tom
- Milestone changed from 0.1.0 to 0.1.1
comment:3 Changed 9 months ago by tom
- Milestone changed from 0.1.1 to 0.2.0
comment:4 Changed 6 months ago by tom
- Milestone changed from 0.2.0 to later
- Owner changed from tom to martin
- Status changed from new to assigned
comment:5 Changed 5 months ago by martin
- Resolution set to fixed
- Status changed from assigned to closed
comment:6 Changed 5 months ago by tom
- Milestone changed from later to 0.8.1
Note: See
TracTickets for help on using
tickets.
