Skip to content
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

feat(core): only detect listeners written by a developer #773

Merged

Conversation

timonback
Copy link
Member

(Bridge) methods generated by the compiler (java) or for example synthetic kotlin suspend methods should be skipped. These are placed next to the method written by the developer, have a cryptic method postfix and would otherwise show up as duplicate in the Springwolf documentation. All bridge methods are also synthetic methods.

Copy link

netlify bot commented May 27, 2024

Deploy Preview for springwolf-ui canceled.

Name Link
🔨 Latest commit d9d3c2d
🔍 Latest deploy log https://app.netlify.com/sites/springwolf-ui/deploys/6654d6ccc5f3bd0008119f93

(Bridge) methods generated by the compiler (java) or for example synthetic kotlin suspend methods should be skipped.

These are placed next to the method written by the developer, have a cryptic method postfix and would otherwise show up as duplicate in the Springwolf documentation.

Note: All bridge methods are also synthetic methods.
@timonback timonback force-pushed the feat/do-not-detect-synthetic-methods branch from e9180ef to d9d3c2d Compare May 27, 2024 18:54
@sam0r040 sam0r040 merged commit a3e7be2 into springwolf:master May 31, 2024
23 checks passed
@sam0r040 sam0r040 deleted the feat/do-not-detect-synthetic-methods branch May 31, 2024 11:59
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.

2 participants