Skip to content

Issues: integrated-application-development/sonar-delphi

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Error raised when analyzing varargs method call bug Something isn't working
#297 opened Oct 1, 2024 by FlavienQui
2 tasks done
Incorrect intrinsic return type for System.Length on dynamic arrays bug Something isn't working
#296 opened Oct 1, 2024 by zaneduffield
2 tasks done
New rule: StrUtils should be preferred over 'Copy' feature New feature or request rule Improvements or additions to rules
#283 opened Aug 12, 2024 by Skarvion
3 tasks done
Inconsitent unused const when using const inline bug Something isn't working triage This needs to be triaged by a maintainer
#282 opened Aug 8, 2024 by Valdeirsk8
2 tasks done
Bare inherited fails to resolve parent message handler with different signature bug Something isn't working
#271 opened Jul 19, 2024 by Cirras
2 tasks done
Unify lexing/preprocessing/parsing into hand-rolled scanner engine Improvements to the core engine enhancement Improvements to an existing feature
#261 opened Jun 18, 2024 by Cirras
2 tasks done
Option on ArrayTypeNode and ArrayType to get starting and ending array index and range engine Improvements to the core engine enhancement Improvements to an existing feature
#259 opened Jun 13, 2024 by EduardoVaz06
2 tasks done
Add more exceptions to the EmptyBlock rule enhancement Improvements to an existing feature good first issue Good for newcomers rule Improvements or additions to rules
#221 opened Apr 26, 2024 by Indigo744
2 tasks done
Detect use of uninitialised memory in finally blocks enhancement Improvements to an existing feature rule Improvements or additions to rules
#216 opened Apr 16, 2024 by zaneduffield
2 tasks done
Interface methods should be public feature New feature or request rule Improvements or additions to rules
#214 opened Apr 15, 2024 by zaneduffield
3 tasks done
Interface for checking current compiler version in rules engine Improvements to the core engine enhancement Improvements to an existing feature
#206 opened Mar 20, 2024 by zaneduffield
2 tasks done
New rule: Unreachable code should be removed feature New feature or request rule Improvements or additions to rules
#177 opened Feb 1, 2024 by fourls
3 tasks done
Do not use FillChar to initialize records feature New feature or request rule Improvements or additions to rules
#150 opened Dec 29, 2023 by Chadehoc
3 tasks done
Record memory should be made deterministic in constructors feature New feature or request rule Improvements or additions to rules
#149 opened Dec 22, 2023 by Chadehoc
3 tasks done
New rule: out arguments should not be assigned before the call feature New feature or request rule Improvements or additions to rules
#133 opened Dec 11, 2023 by Chadehoc
3 tasks done
New rule: var arguments should be initialized before the call feature New feature or request rule Improvements or additions to rules
#132 opened Dec 11, 2023 by Chadehoc
3 tasks done
New rule: Records should be fully initialized in constructors feature New feature or request rule Improvements or additions to rules
#131 opened Dec 11, 2023 by Chadehoc
3 tasks done
VariableInitialization rule should be stricter around records enhancement Improvements to an existing feature rule Improvements or additions to rules
#127 opened Dec 8, 2023 by Chadehoc
2 tasks done
Instantiating a bounded array range should always start from 0 feature New feature or request rule Improvements or additions to rules
#117 opened Dec 1, 2023 by Skarvion
3 tasks done
Implement support for constant expressions engine Improvements to the core engine enhancement Improvements to an existing feature
#116 opened Nov 30, 2023 by Cirras
2 tasks done
Parsing error on caret-escaped special characters bug Something isn't working
#111 opened Nov 27, 2023 by zaneduffield
2 tasks done
Support operator overloads implemented by &&op_* class functions engine Improvements to the core engine enhancement Improvements to an existing feature
#103 opened Nov 24, 2023 by Cirras
2 tasks done
New rule: Class instance variables should not be passed as an interface parameter feature New feature or request rule Improvements or additions to rules
#99 opened Nov 24, 2023 by fourls
3 tasks done
ProTip! Exclude everything labeled bug with -label:bug.