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

Generate Random Class With Generics #14

Open
volodya-lombrozo opened this issue Nov 29, 2023 · 0 comments
Open

Generate Random Class With Generics #14

volodya-lombrozo opened this issue Nov 29, 2023 · 0 comments
Labels
enhancement New feature or request not-urgent This is not an urgent task

Comments

@volodya-lombrozo
Copy link
Owner

volodya-lombrozo commented Nov 29, 2023

As a developer I would like to test compilation of java classes with generics:

public class Box<T> {
    private T content;

    public void setContent(T content) {
        this.content = content;
    }

    public T getContent() {
        return content;
    }
}
@volodya-lombrozo volodya-lombrozo added enhancement New feature or request not-urgent This is not an urgent task labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request not-urgent This is not an urgent task
Projects
None yet
Development

No branches or pull requests

1 participant