Results 15 comments of Fabricio Colombo

My version of the Mongo driver works with FreePascal on Linux (or used to work, a long time ago). But sorry, I haven't been maintaning since 2015. (https://github.com/fabriciocolombo/mongo4delphi) In that...

Just to be sure, are you using the [latest release(version 0.3.3)](https://github.com/fabriciocolombo/sonar-delphi/releases/tag/0.3.3)?

Please, run the analysis using debug mode (-X,--debug) and attach the log file. You got the same issue mentioned in this [comment](https://github.com/fabriciocolombo/sonar-delphi/issues/16#issuecomment-166872364), whose problem was that the same class existed...

I got the error when analyzing another project. Now i will investigate the cause to fix it. Thank you.

Please, try with this snapshot: [0.3.4-16012016.jar](https://github.com/fabriciocolombo/sonar-delphi/releases/download/0.3.4-SNAPSHOT/sonar-delphi-plugin-0.3.4-16012016.jar). Feel free to reopen if something goes wrong.

Thank you for the feedback. Not directly related to this issue, but I want to solve these parser errors. You can send me by mail if you prefer.

Run the analysis using debug mode (-X,--debug) and attach the log file and the source code thats causes the failure.

In a way yes, but empty 'begin' statement is very generic. Methods should not be empty is more specific. We'll leave this on hold for now.

Are you using the latest version? Before #43, SuperObject was not enabled by default for all environments.

@ronaldhoek :+1: SuperObject use the way below, then don't depend of a specific compiler directive or be aware at which delphi version includes unicode support. ``` {$if (sizeof(Char) = 1)}...