Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
integrated-application-development
/
sonar-delphi
Public
Notifications
You must be signed in to change notification settings
Fork
32
Star
159
Code
Issues
39
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add live variable analysis and dead store check
- #459
#459
Merged
jgardn3r
merged 13 commits into
master
integrated-application-development/sonar-delphi:master
from
lva
integrated-application-development/sonar-delphi:lva
Copy head branch name to clipboard
Sep 11, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Add live variable analysis and dead store check
#459
jgardn3r
merged 13 commits into
master
integrated-application-development/sonar-delphi:master
from
lva
integrated-application-development/sonar-delphi:lva
Copy head branch name to clipboard
Commits
Commits on Sep 9, 2026
Add `RaiseStatementNode::getRaiseLocation`
Show description for b621320
jgardn3r
committed
b621320
View commit details
Copy full SHA for b621320
Browse repository at this point
Commits on Sep 11, 2026
Add `VariableNameDeclaration::isExceptItem`
jgardn3r
committed
7b16156
View commit details
Copy full SHA for 7b16156
Browse repository at this point
Extract `ControlFlowGraphTestUtils` from `ControlFlowGraphTest`
jgardn3r
committed
e1a29cb
View commit details
Copy full SHA for e1a29cb
Browse repository at this point
Add `AssignmentStatementNode` as a `ControlFlowGraph` element
jgardn3r
committed
812fd97
View commit details
Copy full SHA for 812fd97
Browse repository at this point
Add `AnonymousMethodNode` as a `ControlFlowGraph` element
jgardn3r
committed
c77e2c5
View commit details
Copy full SHA for c77e2c5
Browse repository at this point
Add `raise at` expression as a `ControlFlowGraph` element
jgardn3r
committed
275ac44
View commit details
Copy full SHA for 275ac44
Browse repository at this point
Move `ControlFlowGraphUtils` to `delphi-frontend`
jgardn3r
committed
61438db
View commit details
Copy full SHA for 61438db
Browse repository at this point
Move `ControlFlowGraph` creation to `StatementListNodeImpl`
Show description for a3b8fd8
jgardn3r
committed
a3b8fd8
View commit details
Copy full SHA for a3b8fd8
Browse repository at this point
Remove `ControlFlowGraphFactory::create(List<Statement>)`
jgardn3r
committed
093bb54
View commit details
Copy full SHA for 093bb54
Browse repository at this point
Add `ControlFlowGraph::getStatementListNode`
Show description for c782bcf
jgardn3r
committed
c782bcf
View commit details
Copy full SHA for c782bcf
Browse repository at this point
Create DelphiTestUnitBuilder inline in LoopExecutingAtMostOnceCheckTest
jgardn3r
committed
bda54f9
View commit details
Copy full SHA for bda54f9
Browse repository at this point
Add support for live variable analysis
jgardn3r
committed
1fe9069
View commit details
Copy full SHA for 1fe9069
Browse repository at this point
Add `DeadStoreCheck`
jgardn3r
committed
acbe895
View commit details
Copy full SHA for acbe895
Browse repository at this point
You can’t perform that action at this time.