an IP should not access variables/buffers that are external

Project:Prolint Issue Tracker
Component:Rules
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

an Internal Procedure should not access variables or buffers that are defined outside the ip (ie should only access its own parameters and local variables). This is less severe than the similar rule for User Defined Functions, because a procedure call is always a stand-alone procedure