Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<fix>(precompiled): adapt sdk precompiled. #625

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

kyonRay
Copy link
Member

@kyonRay kyonRay commented Jun 8, 2022

No description provided.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 8, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ghost
Copy link

ghost commented Jun 8, 2022

Sider has detected 1 warning on analyzing the commit e432042.

If the errors persist even after retrying, the following actions may resolve them:

If you still have problems, feel free to ask us via chat. 💬


You can turn off such notifications if unnecessary.

@@ -78,8 +76,8 @@ public static void main(String[] args) {
consoleInitializer.getClient().isAuthCheck());
}
if (commandInfo != null) {
if (CRUDCommand) {
String sqlCommand = params[0];
if (SupportedCommand.CRUD_COMMANDS.contains(command[0])) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[PMD Java] The method 'main(String)' has a cognitive complexity of 37, current threshold is 15 (view)

Rule Ruleset Priority
CognitiveComplexity Design 3

References:

You can close this issue if no need to fix it. Learn more.

@kyonRay kyonRay merged commit 7c0c3d5 into FISCO-BCOS:release-3.0.0-rc4 Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants