Skip to content

Delete empty test class core/src/test/org/jtestserver/tests/TestOutputMessage.java #483

@LSantha

Description

@LSantha

Description

TestOutputMessage.java (29 lines) is a dead test class:

  • Marked @Ignore at class level
  • Contains zero @Test methods
  • Body is empty (just the license header + class declaration + closing brace)

What to do

Delete the file:

rm core/src/test/org/jtestserver/tests/TestOutputMessage.java

Why

Pure dead code. Adds noise to test discovery and confuses readers who may think the test was intentionally disabled rather than just empty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/corecore/ — VM, kernel, scheduler, classmgr, drivers.kind/choreRefactor, typo sweep, dead-code removal; no behavior change.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions