Skip to content

Fix or delete idswitch #878

@tuchida

Description

@tuchida

ref. #863
Use ./gradlew spotlessApply.

before:

    private static final int
            Id_constructor = 1,

after:

    private static final int Id_constructor = 1,

In the case of after:, idswitch does not seem to find the Id_constructor.
https://github.com/mozilla/rhino/tree/0c05d30e134aed65b9c3536d8ac3764590840a35/toolsrc/org/mozilla/javascript/tools/idswitch

ref. #847
Since findPrototypeId is now a string switch, I don't see much advantage in using idswitch in the future, should I modify it?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions