namecheck

Project:Prolint Issue Tracker
Component:Rules
Category:bug report
Priority:normal
Assigned:jurjen
Status:fixed
Description

Don't know if anyone uses the default namecheck.p, but there is an error in the code.
CASE btt_Object.ObjType
should be CASE btt_Object.ParamType
So INPUT, OUTPUT and INPUT-OUTPUT paramters will have to have i, o and io as prefix.


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
jurjen's picture

#1

Assigned to:Anonymous» jurjen
Status:active» fixed

Fixed and committed to subversion at revision 422. You're right, probably nobody is running this default namecheck.p because it is a sample file, but it sure helps when the sample is bugfree :-) Thanks