Skip to content

代码if判断 true,false问题 #4685

@smipo

Description

@smipo

分支:master
MyInvoker类63行 if (hasException == false) 是否可以改成 if (!hasException)
BlockMyInvoker类43行 if (hasException == false) 是否可以改成 if (!hasException)
LegacyInvoker类62行if (hasException == false) 是否可以改成 if (!hasException)
PerformanceClientFixedTest类83行 if (client != null && client.isConnected() == false)
是否可以改成 if (client != null && !client.isConnected() )
第一次提交issue,如有错误,请指正,感谢

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions