CODEARTS IDE-内联变量:重构前

时间:2024-04-16 15:05:27

重构前

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