| | 1 | |
| | 2 | '''isWarning/4''' |
| | 3 | |
| | 4 | * ref number |
| | 5 | * message |
| | 6 | * entity |
| | 7 | * line number (integer) |
| | 8 | |
| | 9 | generated messages: |
| | 10 | |
| | 11 | * isWarning('001','AADL declaration outside a package',' ',Line) |
| | 12 | * isWarning('002','missing keyword: public or private',Package,Line) |
| | 13 | * isWarning('003','use of AADL v1 port group classifier declaration',Type,Line) |
| | 14 | * isWarning('004','missing category in alias declaration',Package,Line) |
| | 15 | * isWarning('005','use of AADL v1 feature refinement in component implementation',Implementation,Line) |
| | 16 | * isWarning('006','missing identifier for call sequence',Implementation,Line) |
| | 17 | * isWarning('007','use of AADL v1 port group feature',Type,Line) |
| | 18 | * isWarning('008','use of AADL v1 data subprogram feature',Type,Line) |
| | 19 | * isWarning('009','use of AADL v1 server subprogram feature',Type,Line) |
| | 20 | * isWarning('010','use of AADL v1 delayed connection symbol',Implementation,Line) |
| | 21 | * isWarning('011','use of AADL v1 style for port connection',Implementation,Line) |
| | 22 | * isWarning('012','use of AADL v1 style in property expression',Property,Line) |
| | 23 | * isWarning('013','missing direction in event port prototype binding',Prototype,Line) |
| | 24 | * isWarning('014','missing direction in data port prototype binding',Prototype,Line) |
| | 25 | * isWarning('015','missing direction in event data port prototype binding',Prototype,Line) |
| | 26 | * isWarning('016','missing direction in bus access prototype binding',Prototype,Line) |
| | 27 | * isWarning('017','missing direction in data access prototype binding',Prototype,Line) |
| | 28 | * isWarning('018','missing direction in subprogram access prototype binding',Prototype,Line) |
| | 29 | * isWarning('019','missing direction in subprogram group access prototype binding',Prototype,Line) |
| | 30 | * isWarning('020','use of AADL v2.0 feature connection declaration',Implementation,Line) |
| | 31 | * isWarning('021','missing connection identifier',Implementation,Line) |
| | 32 | * isWarning('022','use of AADL v2.0 style in record property expression',Type,Line) |
| | 33 | * isWarning('023','use of AADL v2.0 style in boolean property expression',Type,Line) |
| | 34 | * isWarning('024','use of AADL v2.0 style in modal property expression',Type,Line) |