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

Fix UnnecessaryLambda warnings #1363

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

pjonsson
Copy link
Contributor

@pjonsson pjonsson commented Nov 5, 2023

https://errorprone.info/bugpattern/UnnecessaryLambda

The fixed things happen once per simulation,
so performance differences are negligible.
This should also help with getting more readable
backtraces in case of exceptions being thrown.

https://errorprone.info/bugpattern/UnnecessaryLambda

The fixed things happen once per simulation,
so performance differences are negligible.
This should also help with getting more readable
backtraces in case of exceptions being thrown.
@nfi nfi merged commit 0f65023 into contiki-ng:master Nov 7, 2023
2 checks passed
@pjonsson pjonsson deleted the errorprone-remove branch November 7, 2023 08:17
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