-
Notifications
You must be signed in to change notification settings - Fork 900
Closed
Labels
Milestone
Description
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?