Embarcadero's official version of the Sonar-Delphi plugin for use to analyze Delphi projects with SonarQube. Working to collect updates and contributions from other versions into this one and move if forward with new features.
we are having a lot of errors on files with RTTI attributes
line 24:2 no viable alternative at input '['
line 25:2 missing DOTDOT at 'TBarcodeDecoder'
line 25:20 missing SEMI at 'class'
line 25:25 mismatched input '(' expecting OPERATOR
line 28:4 mismatched input 'FContext' expecting CLASS
line 31:4 mismatched input 'FSampleBarcode' expecting CLASS
line 34:4 mismatched input 'FDecoderPropertyString' expecting CLASS
line 37:4 mismatched input 'FDecoderStatoRec' expecting CLASS
line 40:4 mismatched input 'FDecoderProperty' expecting CLASS
line 43:4 mismatched input 'FAnagFields' expecting CLASS
line 66:2 mismatched input 'public' expecting IMPLEMENTATION
line 87:5 mismatched input ';' expecting DOT
ERROR: Error while parsing D:\JA\workspace\featurebranch---1fb6176a\Kernel\Impl.BarcodeDecoder.pas
we are having a lot of errors on files with RTTI attributes
line 24:2 no viable alternative at input '[' line 25:2 missing DOTDOT at 'TBarcodeDecoder' line 25:20 missing SEMI at 'class' line 25:25 mismatched input '(' expecting OPERATOR line 28:4 mismatched input 'FContext' expecting CLASS line 31:4 mismatched input 'FSampleBarcode' expecting CLASS line 34:4 mismatched input 'FDecoderPropertyString' expecting CLASS line 37:4 mismatched input 'FDecoderStatoRec' expecting CLASS line 40:4 mismatched input 'FDecoderProperty' expecting CLASS line 43:4 mismatched input 'FAnagFields' expecting CLASS line 66:2 mismatched input 'public' expecting IMPLEMENTATION line 87:5 mismatched input ';' expecting DOT ERROR: Error while parsing D:\JA\workspace\featurebranch---1fb6176a\Kernel\Impl.BarcodeDecoder.pas
is there any way to implement that syntax?
source code