Alibaba-Java-Coding-Guidelines icon indicating copy to clipboard operation
Alibaba-Java-Coding-Guidelines copied to clipboard

Gitbook for AJCG

Results 21 Alibaba-Java-Coding-Guidelines issues
Sort by recently updated
recently updated
newest added

Mac , IDEA 2019.3版本在敲代码的时候CPU占用率超高,看分析阿里巴巴规约插件是其中之一 ![image](https://user-images.githubusercontent.com/32728855/77133477-28cb2380-6a9e-11ea-807b-12e4aa533724.png)

java.lang.AssertionError: Do not call commitAllDocumentsUnderProgress inside write-action at com.intellij.psi.impl.PsiDocumentManagerBase.commitAllDocumentsUnderProgress(PsiDocumentManagerBase.java:223) at com.intellij.refactoring.actions.BaseRefactoringAction.actionPerformed(BaseRefactoringAction.java:96) at com.alibaba.p3c.idea.quickfix.AliQuickFix$Companion.doQuickFix(AliQuickFix.kt:75) at com.alibaba.p3c.idea.quickfix.LowerCamelCaseVariableNamingQuickFix.applyFix(LowerCamelCaseVariableNamingQuickFix.kt:44) at com.alibaba.p3c.idea.quickfix.LowerCamelCaseVariableNamingQuickFix.applyFix(LowerCamelCaseVariableNamingQuickFix.kt:30) at com.intellij.codeInspection.ex.QuickFixWrapper.invoke(QuickFixWrapper.java:73) at com.intellij.codeInsight.intention.impl.IntentionActionWithTextCaching$MyIntentionAction.invoke(IntentionActionWithTextCaching.java:181) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.lambda$invokeIntention$4(ShowIntentionActionsHandler.java:219) at com.intellij.openapi.application.WriteAction.run(WriteAction.java:98) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.invokeIntention(ShowIntentionActionsHandler.java:221) at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.lambda$null$2(ShowIntentionActionsHandler.java:196) at...

Can this doc be released under an open license? Possible candidates are - Creative Commons, Apache License.

I see that you have two versions seperated from each other: 1) Chinese Version: https://github.com/chjw8016/alibaba-java-style-guide 2) And here's the English version. So my suggestion is that they should be both...

对于autoconfig的配置文件,如squirrel.xml.vm文件,提示的在$后加!,这个提示是错误的 ![image](https://user-images.githubusercontent.com/8613082/31651691-42706f82-b2e2-11e7-87f8-eb2c47a5f524.png)

[代码截图](https://i.loli.net/2017/10/16/59e40bcef0016.png)

java.lang.ArrayIndexOutOfBoundsException at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at java.base/java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:564) at java.base/java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:591) at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:672) at com.intellij.concurrency.JobLauncherImpl.processQueue(JobLauncherImpl.java:357) at com.intellij.codeInsight.daemon.impl.InspectionRunner.processInOrder(InspectionRunner.java:293) at com.intellij.codeInsight.daemon.impl.InspectionRunner.visitElements(InspectionRunner.java:268) at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$inspect$5(InspectionRunner.java:121) at com.intellij.codeInspection.InspectionEngine.withSession(InspectionEngine.java:226) at com.intellij.codeInsight.daemon.impl.InspectionRunner.inspect(InspectionRunner.java:109)...

According to ``` 9. [Mandatory] A table must include three columns as following: id, gmt_create and gmt_modified. Note: id is the primary key, which is unsigned bigint and self-incrementing with...