Skip to content

refactor(Annotation): replace basename-based class name extraction wi…#97

Merged
Jagepard merged 1 commit into
masterfrom
wip
Jun 5, 2026
Merged

refactor(Annotation): replace basename-based class name extraction wi…#97
Jagepard merged 1 commit into
masterfrom
wip

Conversation

@Jagepard

@Jagepard Jagepard commented Jun 5, 2026

Copy link
Copy Markdown
Owner

…th safer logic

  • Use strrpos() + substr() instead of basename(strtr()) to reliably extract short class names from fully qualified names, including edge cases like namespaced classes without backslashes or trailing separators.

…th safer logic

- Use strrpos() + substr() instead of basename(strtr()) to reliably extract
  short class names from fully qualified names, including edge cases like
  namespaced classes without backslashes or trailing separators.
@codacy-production

Copy link
Copy Markdown

Not up to standards ⛔

🔴 Issues 1 medium · 4 minor

Alerts:
⚠ 5 issues (≤ 0 issues of at least minor severity)

Results:
5 new issues

Category Results
Documentation 1 minor
ErrorProne 1 medium
CodeStyle 3 minor

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@Jagepard Jagepard merged commit 706a1a4 into master Jun 5, 2026
1 of 4 checks passed
@Jagepard Jagepard deleted the wip branch June 5, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant