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

GradleUtil: Explicit type argument Configuration can be replaced with <> #3368

Closed
manusa opened this issue Sep 6, 2024 · 4 comments · Fixed by #3503
Closed

GradleUtil: Explicit type argument Configuration can be replaced with <> #3368

manusa opened this issue Sep 6, 2024 · 4 comments · Fixed by #3503
Assignees
Labels
first-timers-only Is this your first time contributing? This could be a good place to start! good first issue Good for newcomers Hacktoberfest Issues accountable for the Hacktoberfest
Milestone

Comments

@manusa
Copy link
Member

manusa commented Sep 6, 2024

Description

The class GradleUtil presents the issue: Explicit type argument Configuration can be replaced with <>.

The following line:

return new ArrayList<Configuration>(gradleProject.getConfigurations()).stream()

should be changed to:

    return new ArrayList<>(gradleProject.getConfigurations()).stream()

🔴 Before you start 🔴

👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇

Make sure you read the contributing guide first.

Pay special attention to the ECA agreement section and the requirement to sign-off your commit.

This is a first-timers-only issue. These issues are especially created for contributors who are contributing to the project for the first time.

If you have already contributed to this project in the past, please don't ask to be assigned one of these issues and look for good-first-issues or help-wanted issues instead in order to continue you contributor journey in the project.

@manusa manusa added first-timers-only Is this your first time contributing? This could be a good place to start! good first issue Good for newcomers labels Sep 6, 2024
@pujakarakoti07
Copy link
Contributor

can I get this issue to fix?

@shree-crypto
Copy link

can i try this issue as my first timer ?

@manusa
Copy link
Member Author

manusa commented Oct 14, 2024

can i try this issue as my first timer ?

Hi @shree-crypto, you've been assigned #2591

@Theo64-dev
Copy link
Contributor

Hi, first timer here, I just signed the ECA and everything, can I be assigned this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first-timers-only Is this your first time contributing? This could be a good place to start! good first issue Good for newcomers Hacktoberfest Issues accountable for the Hacktoberfest
Projects
None yet
4 participants