Opened 4 years ago
Closed 4 years ago
#82 closed defect (fixed)
Fix processing of parameters in checkNoUnusedFormalParameters
Reported by: | phdmakk | Owned by: | phdmakk |
---|---|---|---|
Priority: | major | Milestone: | v2.0.0 Series |
Component: | T3Q | Version: | 2.0 |
Keywords: | Cc: |
Description
The processing of parameters is not reliable, especially when no direction is specified (in / out / inout). By default unspecified direction shall be treated as "in".
Additionally, both out and inout (previously only out) parameters shall be treated as used when used in an assignment, including assignments to fields.
Change History (2)
comment:1 Changed 4 years ago by phdmakk
- Owner set to phdmakk
- Status changed from new to accepted
comment:2 Changed 4 years ago by phdmakk
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.