Skip to content

Remove stale // FIXME comment from core/src/test/org/jnode/test/TestVmClass.java #484

@LSantha

Description

@LSantha

Description

Line 41 of TestVmClass.java has a bare // FIXME comment immediately above the @Ignore annotation:

// FIXME
@Ignore
public class TestVmClass {

The FIXME is functionally dead — it was the justification for ignoring the test, but the FIXME has been stale for years. The comment provides no useful information to a future developer (it doesn't say what to fix).

What to do

Delete line 41 (// FIXME). The @Ignore annotation speaks for itself.

Scope

This ticket is for the FIXME line only. The leftover System.out.println calls in testAssignableFrom (lines 73, 79, 81) are a separate issue.

Why

Dead comment. @Ignore + the static block in setUp are enough context. A bare FIXME without context is just noise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    agent/doneThe agent finished successfully; PR opened or comment posted.area/vmJVM internals: JIT compilers, GC, VM magic, type system.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