Riverside-Software / sonar-openedge

CABL (Code Analyzer for ABL in SonarQube) - ABL ANTLR4 Parser
https://riverside-software.fr
GNU Lesser General Public License v3.0
63 stars 25 forks source link

Unused variable reported for OOABL event definition with signature #89

Closed mikefechner closed 7 years ago

mikefechner commented 7 years ago

Unused variable sender and e reported here:

    /*------------------------------------------------------------------------------
         Purpose: Event raised when a new Form is available                                                                
        Notes:                                            
        @param sender The reference to the object that raised the eveng
        @param e The Consultingwerk.EventArgs with the data for this event                            
    ------------------------------------------------------------------------------*/    
    DEFINE PUBLIC EVENT NewFormAvailable SIGNATURE VOID (sender AS Progress.Lang.Object, e AS Consultingwerk.EventArgs).

image

gquerret commented 7 years ago

Duplicates #62