fabriciocolombo / sonar-delphi

SonarQube Delphi Plugin
91 stars 46 forks source link

Improper grammar for single attribute for new type #14

Closed DanielKwolek closed 9 years ago

DanielKwolek commented 9 years ago

Analyzing project craches during parsing files with single attribute for new type. E.G.

[DatabaseIndex([diUnique], ldRecord, ldHistoryTag)] TNewTableType = class(TTableType);

fabriciocolombo commented 9 years ago

Fixed by commit 317f9aa75d4d733522a41ad0bc96f3e880b20c5d

Thanks @DanielKwolek