Skip to content

[java] New rule: Implement Runnable instead of extending Thread #595

@jsotuyod

Description

@jsotuyod

One should usually refrain from extending Thread just to implement the run method. Instead, one should implement Runnable and use the standard Thread implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    a:new-ruleProposal to add a new built-in rule

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions