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

[NO MERGE] PoC Dagger DI as a system builder #8411

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from

Made method params final

124292c
Select commit
Loading
Failed to load commit list.
Draft

[NO MERGE] PoC Dagger DI as a system builder #8411

Made method params final
124292c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 1, 2024 in 6s

No new alerts in code changed by this pull request

Annotations

Check notice on line 187 in services/beaconchain/src/main/java/tech/pegasys/teku/services/beaconchain/init/MainModule.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter '___' is never used.

Check notice on line 193 in services/beaconchain/src/main/java/tech/pegasys/teku/services/beaconchain/init/MainModule.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter '___' is never used.

Check notice on line 166 in services/beaconchain/src/main/java/tech/pegasys/teku/services/beaconchain/init/MainModule.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'allInitializers' is never used.

Check notice on line 136 in services/beaconchain/src/main/java/tech/pegasys/teku/services/beaconchain/init/MainModule.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'recentBlobSidecarsFetcher' is never used.

Check notice on line 128 in services/beaconchain/src/main/java/tech/pegasys/teku/services/beaconchain/init/MainModule.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'recentBlocksFetcher' is never used.

Check notice on line 121 in services/beaconchain/src/main/java/tech/pegasys/teku/services/beaconchain/init/MainModule.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'validatorIndexCacheTracker' is never used.

Check notice on line 113 in services/beaconchain/src/main/java/tech/pegasys/teku/services/beaconchain/init/MainModule.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'operationsReOrgManager' is never used.

Check notice on line 115 in services/beaconchain/src/main/java/tech/pegasys/teku/services/beaconchain/init/StorageModule.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter '__' is never used.