CodeArts IDE-内联变量:重构前

时间:2025-02-12 15:04:25

重构前

class InlineVariable {    private int a;    private Byte test;    private int b;    public void InlineVariable() {        int number = test.intValue();        int b = a + number;        number = 42;    }}
support.huaweicloud.com/usermanual-codeartside/codeartside_01_0140.html