推送模块视频推送

This commit is contained in:
welsir
2023-11-21 19:19:40 +08:00
parent 45f386bbec
commit 4d1e331dbd
341 changed files with 151 additions and 1679 deletions

20
.idea/.gitignore generated vendored
View File

@@ -1,20 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Project exclude paths
/console/target
/common/target/
/HotModule/target/
/FileModule/target/
/BarrageModule/target/
/SectionModule/target/
/SectionWorkModule/target/
/PublishModule/target/
/LiveRecordModule/target/
/doc/docs/.vuepress/dist/
/CreeperModule/target/

11
.idea/aws.xml generated
View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="accountSettings">
<option name="activeRegion" value="us-east-1" />
<option name="recentlyUsedRegions">
<list>
<option value="us-east-1" />
</list>
</option>
</component>
</project>

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA" serialisationVersion="2">
<checkstyleVersion>10.7.0</checkstyleVersion>
<scanScope>JavaOnly</scanScope>
<copyLibs>true</copyLibs>
<option name="thirdPartyClasspath" />
<option name="activeLocationIds" />
<option name="locations">
<list>
<ConfigurationLocation id="bundled-sun-checks" type="BUNDLED" scope="All" description="Sun Checks">(bundled)</ConfigurationLocation>
<ConfigurationLocation id="bundled-google-checks" type="BUNDLED" scope="All" description="Google Checks">(bundled)</ConfigurationLocation>
</list>
</option>
</component>
</project>

42
.idea/compiler.xml generated
View File

@@ -1,42 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile default="true" name="Default" enabled="true" />
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="chopperbot-common" />
<module name="chopperbot-hot" />
<module name="chopperbot-section" />
<module name="chopperbot-publish" />
<module name="chopperbot-console" />
<module name="chopperbot-file" />
<module name="chopperbot-test" />
<module name="chopperbot-live" />
<module name="chopperbot-creeper" />
<module name="chopperbot-barrage" />
<module name="chopperbot-account" />
<module name="chopperbot-section-work" />
</profile>
</annotationProcessing>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="ChopperBot" options="-parameters" />
<module name="chopperbot-account" options="-parameters" />
<module name="chopperbot-barrage" options="-parameters" />
<module name="chopperbot-common" options="-parameters" />
<module name="chopperbot-console" options="-parameters" />
<module name="chopperbot-creeper" options="-parameters" />
<module name="chopperbot-file" options="-parameters" />
<module name="chopperbot-hot" options="-parameters" />
<module name="chopperbot-live" options="-parameters" />
<module name="chopperbot-publish" options="-parameters" />
<module name="chopperbot-section" options="-parameters" />
<module name="chopperbot-section-work" options="-parameters" />
<module name="chopperbot-test" options="-parameters" />
</option>
</component>
</project>

36
.idea/dataSources.xml generated
View File

@@ -1,36 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="rsamodel@62.234.54.176" uuid="485d17c6-45a5-4135-a072-de89871c2e1c">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://62.234.54.176:3306/rsamodel</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="database [2]" uuid="51bc4519-2daa-4834-9a57-e7a35f209e89">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:D:\code\gitHubProject\ChopperBot-newVersion\database.db</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
<libraries>
<library>
<url>file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.43.0/sqlite-jdbc-3.43.0.0.jar</url>
</library>
</libraries>
</data-source>
<data-source source="LOCAL" name="database" uuid="ff890c39-3d3e-4925-8233-49b0660c3106">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:E:\Project\ChopperBot\database.db</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
<libraries>
<library>
<url>file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.43.0/sqlite-jdbc-3.43.0.0.jar</url>
</library>
</libraries>
</data-source>
</component>
</project>

23
.idea/encodings.xml generated
View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
<file url="file://$PROJECT_DIR$/chopperbot-account/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-barrage/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-common/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-console/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-creeper/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-creeper/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-file/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-file/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-hot/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-live/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-publish/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-section-work/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-section/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-test/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/chopperbot-test/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
<file url="PROJECT" charset="UTF-8" />
</component>
</project>

View File

@@ -1,68 +0,0 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AliAccessStaticViaInstance" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliArrayNamingShouldHaveBracket" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliControlFlowStatementWithoutBraces" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliDeprecation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliEqualsAvoidNull" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliLongLiteralsEndingWithLowercaseL" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliMissingOverrideAnnotation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AliWrapperTypeEquality" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAbstractClassShouldStartWithAbstractNaming" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAbstractMethodOrInterfaceMethodMustUseJavadoc" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidApacheBeanUtilsCopy" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidCallStaticSimpleDateFormat" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidCommentBehindStatement" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidComplexCondition" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidConcurrentCompetitionRandom" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidDoubleOrFloatEqualCompare" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidManuallyCreateThread" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidMissUseOfMathRandom" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidNegationOperator" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidNewDateGetTime" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidPatternCompileInMethod" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidReturnInFinally" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidStartWithDollarAndUnderLineNaming" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaAvoidUseTimer" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaBigDecimalAvoidDoubleConstructor" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaBooleanPropertyShouldNotStartWithIs" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaClassCastExceptionWithSubListToArrayList" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaClassCastExceptionWithToArray" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaClassMustHaveAuthor" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaClassNamingShouldBeCamel" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaCollectionInitShouldAssignCapacity" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaCommentsMustBeJavadocFormat" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaConcurrentExceptionWithModifyOriginSubList" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaConstantFieldShouldBeUpperCase" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaCountDownShouldInFinally" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaDontModifyInForeachCircle" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaEnumConstantsMustHaveComment" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaExceptionClassShouldEndWithException" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaIbatisMethodQueryForList" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaLockShouldWithTryFinally" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaLowerCamelCaseVariableNaming" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaMethodReturnWrapperType" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaMethodTooLong" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaPackageNaming" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaPojoMustOverrideToString" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaPojoMustUsePrimitiveField" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaPojoNoDefaultValue" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaRemoveCommentedCode" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaServiceOrDaoClassShouldEndWithImpl" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaSneakyThrowsWithoutExceptionType" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaStringConcat" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaSwitchExpression" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaSwitchStatement" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaTestClassShouldEndWithTestNaming" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaThreadLocalShouldRemove" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaThreadPoolCreation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaThreadShouldSetName" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaTransactionMustHaveRollback" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaUndefineMagicConstant" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaUnsupportedExceptionWithModifyAsList" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaUseQuietReferenceNotation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlibabaUseRightCaseForDateFormat" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="MapOrSetKeyShouldOverrideHashCodeEquals" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>

View File

@@ -1,204 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaDocConfiguration">
<GENERAL>
<MODE>UPDATE</MODE>
<OVERRIDDEN_METHODS>false</OVERRIDDEN_METHODS>
<SPLITTED_CLASS_NAME>true</SPLITTED_CLASS_NAME>
<LEVELS>
<LEVEL>METHOD</LEVEL>
<LEVEL>FIELD</LEVEL>
<LEVEL>TYPE</LEVEL>
</LEVELS>
<VISIBILITIES>
<VISIBILITY>DEFAULT</VISIBILITY>
<VISIBILITY>PUBLIC</VISIBILITY>
<VISIBILITY>PROTECTED</VISIBILITY>
</VISIBILITIES>
</GENERAL>
<TEMPLATES>
<CLASSES>
<CLASS>
<KEY>^.*(public|protected|private)*.+interface\s+\w+.*</KEY>
<VALUE>/**\n
* The interface ${name}.\n
&lt;#if element.typeParameters?has_content&gt; * \n
&lt;/#if&gt;
&lt;#list element.typeParameters as typeParameter&gt;
* @param &lt;${typeParameter.name}&gt; the type parameter\n
&lt;/#list&gt;
*/</VALUE>
</CLASS>
<CLASS>
<KEY>^.*(public|protected|private)*.+enum\s+\w+.*</KEY>
<VALUE>/**\n
* The enum ${name}.\n
*/</VALUE>
</CLASS>
<CLASS>
<KEY>^.*(public|protected|private)*.+class\s+\w+.*</KEY>
<VALUE>/**\n
* The type ${name}.\n
&lt;#if element.typeParameters?has_content&gt; * \n
&lt;/#if&gt;
&lt;#list element.typeParameters as typeParameter&gt;
* @param &lt;${typeParameter.name}&gt; the type parameter\n
&lt;/#list&gt;
*/</VALUE>
</CLASS>
<CLASS>
<KEY>.+</KEY>
<VALUE>/**\n
* The type ${name}.\n
*/</VALUE>
</CLASS>
</CLASSES>
<CONSTRUCTORS>
<CONSTRUCTOR>
<KEY>.+</KEY>
<VALUE>/**\n
* Instantiates a new ${name}.\n
&lt;#if element.parameterList.parameters?has_content&gt;
*\n
&lt;/#if&gt;
&lt;#list element.parameterList.parameters as parameter&gt;
* @param ${parameter.name} the ${paramNames[parameter.name]}\n
&lt;/#list&gt;
&lt;#if element.throwsList.referenceElements?has_content&gt;
*\n
&lt;/#if&gt;
&lt;#list element.throwsList.referenceElements as exception&gt;
* @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n
&lt;/#list&gt;
*/</VALUE>
</CONSTRUCTOR>
</CONSTRUCTORS>
<METHODS>
<METHOD>
<KEY>^.*(public|protected|private)*\s*.*(\w(\s*&lt;.+&gt;)*)+\s+get\w+\s*\(.*\).+</KEY>
<VALUE>/**\n
* Gets ${partName}.\n
&lt;#if element.typeParameters?has_content&gt; * \n
&lt;/#if&gt;
&lt;#list element.typeParameters as typeParameter&gt;
* @param &lt;${typeParameter.name}&gt; the type parameter\n
&lt;/#list&gt;
&lt;#if element.parameterList.parameters?has_content&gt;
*\n
&lt;/#if&gt;
&lt;#list element.parameterList.parameters as parameter&gt;
* @param ${parameter.name} the ${paramNames[parameter.name]}\n
&lt;/#list&gt;
&lt;#if isNotVoid&gt;
*\n
* @return the ${partName}\n
&lt;/#if&gt;
&lt;#if element.throwsList.referenceElements?has_content&gt;
*\n
&lt;/#if&gt;
&lt;#list element.throwsList.referenceElements as exception&gt;
* @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n
&lt;/#list&gt;
*/</VALUE>
</METHOD>
<METHOD>
<KEY>^.*(public|protected|private)*\s*.*(void|\w(\s*&lt;.+&gt;)*)+\s+set\w+\s*\(.*\).+</KEY>
<VALUE>/**\n
* Sets ${partName}.\n
&lt;#if element.typeParameters?has_content&gt; * \n
&lt;/#if&gt;
&lt;#list element.typeParameters as typeParameter&gt;
* @param &lt;${typeParameter.name}&gt; the type parameter\n
&lt;/#list&gt;
&lt;#if element.parameterList.parameters?has_content&gt;
*\n
&lt;/#if&gt;
&lt;#list element.parameterList.parameters as parameter&gt;
* @param ${parameter.name} the ${paramNames[parameter.name]}\n
&lt;/#list&gt;
&lt;#if isNotVoid&gt;
*\n
* @return the ${partName}\n
&lt;/#if&gt;
&lt;#if element.throwsList.referenceElements?has_content&gt;
*\n
&lt;/#if&gt;
&lt;#list element.throwsList.referenceElements as exception&gt;
* @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n
&lt;/#list&gt;
*/</VALUE>
</METHOD>
<METHOD>
<KEY>^.*((public\s+static)|(static\s+public))\s+void\s+main\s*\(\s*String\s*(\[\s*\]|\.\.\.)\s+\w+\s*\).+</KEY>
<VALUE>/**\n
* The entry point of application.\n
&lt;#if element.parameterList.parameters?has_content&gt;
*\n
&lt;/#if&gt;
* @param ${element.parameterList.parameters[0].name} the input arguments\n
&lt;#if element.throwsList.referenceElements?has_content&gt;
*\n
&lt;/#if&gt;
&lt;#list element.throwsList.referenceElements as exception&gt;
* @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n
&lt;/#list&gt;
*/</VALUE>
</METHOD>
<METHOD>
<KEY>.+</KEY>
<VALUE>/**\n
* ${name}&lt;#if isNotVoid&gt; ${return}&lt;/#if&gt;.\n
&lt;#if element.typeParameters?has_content&gt; * \n
&lt;/#if&gt;
&lt;#list element.typeParameters as typeParameter&gt;
* @param &lt;${typeParameter.name}&gt; the type parameter\n
&lt;/#list&gt;
&lt;#if element.parameterList.parameters?has_content&gt;
*\n
&lt;/#if&gt;
&lt;#list element.parameterList.parameters as parameter&gt;
* @param ${parameter.name} the ${paramNames[parameter.name]}\n
&lt;/#list&gt;
&lt;#if isNotVoid&gt;
*\n
* @return the ${return}\n
&lt;/#if&gt;
&lt;#if element.throwsList.referenceElements?has_content&gt;
*\n
&lt;/#if&gt;
&lt;#list element.throwsList.referenceElements as exception&gt;
* @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n
&lt;/#list&gt;
*/</VALUE>
</METHOD>
</METHODS>
<FIELDS>
<FIELD>
<KEY>^.*(public|protected|private)*.+static.*(\w\s\w)+.+</KEY>
<VALUE>/**\n
* The constant ${element.getName()}.\n
*/</VALUE>
</FIELD>
<FIELD>
<KEY>^.*(public|protected|private)*.*(\w\s\w)+.+</KEY>
<VALUE>/**\n
&lt;#if element.parent.isInterface()&gt;
* The constant ${element.getName()}.\n
&lt;#else&gt;
* The ${name}.\n
&lt;/#if&gt; */</VALUE>
</FIELD>
<FIELD>
<KEY>.+</KEY>
<VALUE>/**\n
&lt;#if element.parent.isEnum()&gt;
*${name} ${typeName}.\n
&lt;#else&gt;
* The ${name}.\n
&lt;/#if&gt;*/</VALUE>
</FIELD>
</FIELDS>
</TEMPLATES>
</component>
</project>

View File

@@ -1,40 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="https://repo.maven.apache.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="http://maven.aliyun.com/nexus/content/groups/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="http://maven.aliyun.com/nexus/content/repositories/releases/" />
</remote-repository>
<remote-repository>
<option name="id" value="snapshots-repo" />
<option name="name" value="snapshots-repo" />
<option name="url" value="https://oss.sonatype.org/content/repositories/snapshots" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="http://maven.aliyun.com/nexus/content/groups/public" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
</component>
</project>

View File

@@ -1,11 +0,0 @@
<component name="libraryTable">
<library name="json-jena-1.0">
<CLASSES>
<root url="jar://$PROJECT_DIR$/BarrageModule/lib/json-jena-1.0.jar!/" />
<root url="jar://$PROJECT_DIR$/BarrageModule/lib/Msc.jar!/" />
<root url="file://F:/MavenWork/repository/org/seleniumhq/selenium" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

25
.idea/misc.xml generated
View File

@@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ASMPluginConfiguration">
<asm skipDebug="false" skipFrames="false" skipCode="false" expandFrames="false" />
<groovy codeStyle="LEGACY" />
</component>
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
<option value="$PROJECT_DIR$/console/pom.xml" />
<option value="$PROJECT_DIR$/AccountModule/pom.xml" />
<option value="$PROJECT_DIR$/chopperbot-account/pom.xml" />
<option value="$PROJECT_DIR$/chopperbot-test/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="11" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
<component name="ProjectType">
<option name="id" value="jpab" />
</component>
</project>

8
.idea/modules.xml generated
View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/chopperbot-account/chopperbot-account.iml" filepath="$PROJECT_DIR$/chopperbot-account/chopperbot-account.iml" />
</modules>
</component>
</project>

View File

@@ -1,4 +0,0 @@
_
java:S1192"IDefine a constant instead of duplicating this literal "creeper-" 3 times.(˜ÐŸ†
t java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(ªï›¬øÿÿÿÿ

View File

@@ -1,7 +0,0 @@
E
java:S1066Z"/Merge this if statement with the enclosing one.(–ÈÝÁ
t
java:S2142A"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(ä ¹€
h
java:S3776J"RRefactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed.(“–ýþ

View File

@@ -1,11 +0,0 @@
f
java:S11929"KDefine a constant instead of duplicating this literal "updateTime" 3 times.(<28><>áÓûÿÿÿÿ
T
java:S5993"9Change the visibility of this constructor to "protected".(ªäÜýüÿÿÿÿ
N
java:S5993 "9Change the visibility of this constructor to "protected".(汬l
T
java:S5993R"9Change the visibility of this constructor to "protected".(ò¼úÌÿÿÿÿÿ
[ java:S107R"AConstructor has 8 parameters, which is greater than 7 authorized.(ò¼úÌÿÿÿÿÿ
Q java:S125"<This block of commented-out lines of code should be removed.(î´ŸÈ

View File

@@ -1,5 +0,0 @@
U
java:S1118":Add a private constructor to hide the implicit public one.(‡ÛŸÚýÿÿÿÿ
?
java:S1185"(Remove this method to simply inherit it.(ˆçŽ<C3A7>

View File

@@ -1,8 +0,0 @@
` java:S1125"FDefine and throw a dedicated exception instead of using a generic one.(°<>×ýÿÿÿÿ
` java:S1128"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
t
java:S21427"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(ä ¹€
Q
java:S1874("6Remove this use of "implicitlyWait"; it is deprecated.(˜¾ôÙøÿÿÿÿ
N java:S1061"9Replace this use of System.out or System.err by a logger.(ã²¶®

View File

@@ -1,5 +0,0 @@
C
java:S2699("-Add at least one assertion to this test case.(œÛ½ý
:
java:S29251"$Remove this use of "Thread.sleep()".(¬©‚é

View File

@@ -1,2 +0,0 @@
{ java:S120"ZRename this package name to match the regular expression '^[a-z_]+(\.[a-z_][a-z0-9_]*)*$'.(貌也<E8B28C><E4B99F><EFBFBD><EFBFBD>8공겦<EAB3B5>1

View File

@@ -1,23 +0,0 @@
E
java:S3740"/Provide the parametrized type for this generic.(ŒÄÖ˜
J
java:S3740"/Provide the parametrized type for this generic.(«ÛÎåùÿÿÿÿ
J
java:S3740"/Provide the parametrized type for this generic.(«ÛÎåùÿÿÿÿ
J
java:S3740!"/Provide the parametrized type for this generic.(«ÛÎåùÿÿÿÿ
J
java:S3740!"/Provide the parametrized type for this generic.(«ÛÎåùÿÿÿÿ
E
java:S3740,"/Provide the parametrized type for this generic.(þº…„
J
java:S37400"/Provide the parametrized type for this generic.(Çñ€Úþÿÿÿÿ
?
java:S2629"$Invoke method(s) only conditionally.(‡’‰×øÿÿÿÿ
:
java:S2629("$Invoke method(s) only conditionally.(©ë‹…
C
java:S5411"(Use a primitive boolean expression here.(û®€€ûÿÿÿÿ
P
java:S1118":Add a private constructor to hide the implicit public one.(«ÆÌ¸

View File

@@ -1,2 +0,0 @@
k java:S117-"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸¤ §ýÿÿÿÿ

View File

@@ -1,13 +0,0 @@
Q
java:S2387";"moduleName" is the name of a field in "CommonInitMachine".( ¦–ò
O
java:S5993W"9Change the visibility of this constructor to "protected".(çÆîÍ
O
java:S5993\"9Change the visibility of this constructor to "protected".(Îúòæ
h
java:S3776,"RRefactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed.(ËîÅÐ
U
java:S1161f":Add the "@Override" annotation above this method signature(¬—çÔýÿÿÿÿ
l
java:S4276"URefactor this code to use the more specialised Functional Interface 'BooleanSupplier'(Ó£Ó³

View File

@@ -1,10 +0,0 @@
t
java:S21427"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(<28>”ý¾
N java:S106G"9Replace this use of System.out or System.err by a logger.(”¬˜›
a
java:S1128"FRemove this unused import 'java.util.concurrent.atomic.AtomicBoolean'.(§­‹¼üÿÿÿÿ
I
java:S1144#"3Remove this unused private "InitWorld" constructor.(ù¥Å¿
G
java:S1144E"1Remove this unused private "getAllPlugin" method.(—îïÃ

View File

@@ -1,6 +0,0 @@
;
java:S1905@"&Remove this unnecessary cast to "Map".(š³è4
V java:S125K"<This block of commented-out lines of code should be removed.(¼„ÙÉøÿÿÿÿ
X
java:S1128"BRemove this unused import 'org.example.config.BarrageScoreConfig'.(Ô¼úÂ

View File

@@ -1,3 +0,0 @@
M
java:S1128"+Remove this unused import 'java.util.List'.(Õë±Äøÿÿÿÿ8§§‡‡œ1

View File

@@ -1,11 +0,0 @@
O
java:S5993"9Change the visibility of this constructor to "protected".(”£¢–
C
java:S1948"(Make "logger" transient or serializable.(º½Ââþÿÿÿÿ
R
java:S1128"<Remove this unused import 'com.alibaba.fastjson.JSONObject'.(äýµ<C3BD>
[
java:S1128"@Remove this unused import 'com.alibaba.fastjson.util.TypeUtils'.(¦ñðÐûÿÿÿÿ
^
java:S1128"HRemove this unused import 'org.example.core.taskcenter.task.TaskRecord'.(æß΀

View File

@@ -1,9 +0,0 @@
O
java:S5993"9Change the visibility of this constructor to "protected".(窙娤
O
java:S1611"4Remove the parentheses around the "plugin" parameter(艇氘<E88987><E6B098><EFBFBD><EFBFBD><EFBFBD>
B
java:S1602(",Remove useless curly braces around statement(骷寄
Z
java:S1128 "DRemove this unused import 'java.util.concurrent.ExecutionException'.(。赝

View File

@@ -1,3 +0,0 @@
R
java:S1128"<Remove this unused import 'org.example.constpool.ConstPool'.(õïÝ×

View File

@@ -1,3 +0,0 @@
R
java:S1128"<Remove this unused import 'org.example.constpool.ConstPool'.(õïÝ×

View File

@@ -1,2 +0,0 @@
S java:S106 "9Replace this use of System.out or System.err by a logger.(޽ަÿÿÿÿÿ

View File

@@ -1,4 +0,0 @@
t java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(©®ÃÚþÿÿÿÿ
t java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(çã—´ýÿÿÿÿ
o java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(ϯ·Ã

View File

@@ -1,5 +0,0 @@
i
java:S1602"SRemove useless curly braces around statement and then remove useless return keyword(¿Ž³Û
[
java:S1128"@Remove this unused import 'org.example.init.InitPluginRegister'.(ÆÎë”ûÿÿÿÿ

View File

@@ -1,5 +0,0 @@
m
java:S3776"RRefactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed.(¸¼Å•ÿÿÿÿÿ
A
java:S1168"+Return an empty collection instead of null.(¥¹ï<C2B9>

View File

@@ -1,8 +0,0 @@
[ java:S112+"FDefine and throw a dedicated exception instead of using a generic one.(ÇÖÃÊ
Z java:S112/"FDefine and throw a dedicated exception instead of using a generic one.(Ÿ²Ÿ
[ java:S1122"FDefine and throw a dedicated exception instead of using a generic one.(Öç®Á
` java:S1126"FDefine and throw a dedicated exception instead of using a generic one.(à£<C3A0>Òþÿÿÿÿ
[ java:S112@"FDefine and throw a dedicated exception instead of using a generic one.(Þ˽Ï
m
java:S3776""RRefactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed.(â€ö÷ùÿÿÿÿ

View File

@@ -1,6 +0,0 @@
` java:S112-"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
t java:S120"ZRename this package name to match the regular expression '^[a-z_]+(\.[a-z_][a-z0-9_]*)*$'.(—²¦Ïþÿÿÿÿ
S java:S106'"9Replace this use of System.out or System.err by a logger.(÷‹–¤øÿÿÿÿ
N java:S106*"9Replace this use of System.out or System.err by a logger.(ç ²ä
S java:S106+"9Replace this use of System.out or System.err by a logger.(ܵ¹Êúÿÿÿÿ

View File

@@ -1,11 +0,0 @@
n
java:S3008"SRename this field "Instance" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ò™€¼ùÿÿÿÿ
P
java:S1118":Add a private constructor to hide the implicit public one.(„®Ä¾
r
java:S3077"WUse a thread-safe type; adding "volatile" is not enough to make this field thread-safe.(ò™€¼ùÿÿÿÿ
F
java:S1128"0Remove this unused import 'java.util.ArrayList'.(÷‰îƒ
F
java:S1128"+Remove this unused import 'java.util.List'.(Õë±Äøÿÿÿÿ

View File

@@ -1,18 +0,0 @@
s java:S117«"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ºí×ùûÿÿÿÿ8òÉýÖ¾1
m java:S116#"XRename this field "pluginName_CN" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(×ø<C397>Ã
V
java:S5993'"9Change the visibility of this constructor to "protected".(ϸ“ò8<>ÊýÖ¾1
V
java:S5993/"9Change the visibility of this constructor to "protected".(óïù¨8<>ÊýÖ¾1
[
java:S59935"9Change the visibility of this constructor to "protected".(Š ùÖüÿÿÿÿ8<>ÊýÖ¾1
C
java:S1948"(Make "needPlugins" private or transient.(<28>¦Úüÿÿÿÿ
C
java:S1948"(Make "logger" transient or serializable.(<28>ÿ޼ýÿÿÿÿ
k java:S100¨"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(òèø¯8°ÊýÖ¾1
p java:S100«"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ºí×ùûÿÿÿÿ8°ÊýÖ¾1
b
java:S1128
"@Remove this unused import 'org.example.plugin.SpringBootPlugin'.(ÈðÔÿÿÿÿÿ8²ÊýÖ¾1

View File

@@ -1,3 +0,0 @@
`
java:S1128 "ERemove this unused import 'org.springframework.stereotype.Component'.(Þ÷Ѹÿÿÿÿÿ

View File

@@ -1,14 +0,0 @@
d
java:S2094"BRemove this empty class, write its code or make it an "interface".( ëá˜ÿÿÿÿÿ8şν³1
X java:S125"<This block of commented-out lines of code should be removed.(Ûðžð8ʟν³1
p
java:S1128"SRemove this unused import 'org.example.core.publisher.impl.BilibiliVideoPublisher'.(µ­±×8ԟν³1
`
java:S1128">Remove this unused import 'org.example.pojo.BilibiliUploader'.(’·‡Æúÿÿÿÿ8ԟν³1
g
java:S1128"ERemove this unused import 'org.example.pojo.BilibiliVideoManuscript'.(î«èûúÿÿÿÿ8ԟν³1
M
java:S1128"0Remove this unused import 'java.util.ArrayList'.(÷‰îƒ8ԟν³1
M
java:S1128"+Remove this unused import 'java.util.List'.(Õë±Äøÿÿÿÿ8ԟν³1

View File

@@ -1,7 +0,0 @@
` java:S112""FDefine and throw a dedicated exception instead of using a generic one.(²ñçòüÿÿÿÿ
` java:S1124"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
M
java:S1128"7Remove this unused import 'org.sqlite.SQLiteException'.(µ²Ý÷
[
java:S1128"ERemove this unused import 'java.util.concurrent.locks.ReentrantLock'.(òª<C3B2>ø

View File

@@ -1,24 +0,0 @@
g java:S112?"FDefine and throw a dedicated exception instead of using a generic one.(°<>×ýÿÿÿÿ8Âú<C382>¸´1
g java:S112B"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ8î‡ÚÀ´1
o java:S116"TRename this field "FILE_PATH" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÁÓƒw8‡“õÄ´1
} java:S116"\Rename this field "LOGIN_SCRIPT_PATH" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÄžíÙøÿÿÿÿ8‡“õÄ´1
 java:S116"dRename this field "CONFIRM_LOGIN_SCRIPT_PATH" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(”žú¨8‡“õÄ´1
o java:S116 "NRename this field "URL" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>¿Åªùÿÿÿÿ8‡“õÄ´1
=
java:S1170"!Make this final field static too.(ÁÓƒw8‡“õÄ´1
C
java:S1170"!Make this final field static too.(ÄžíÙøÿÿÿÿ8‡“õÄ´1
>
java:S1170"!Make this final field static too.(”žú¨8ˆ“õÄ´1
C
java:S1170 "!Make this final field static too.(<28>¿Åªùÿÿÿÿ8ˆ“õÄ´1
]
java:S1075"ARefactor your code to get this URI from a customizable parameter.(ÁÓƒw8Š“õÄ´1
{
java:S2142A"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(ä ¹€8ýú<C3BD>¸´1
X
java:S1874/"6Remove this use of "implicitlyWait"; it is deprecated.(˜¾ôÙøÿÿÿÿ8“õÄ´1
U java:S106;"9Replace this use of System.out or System.err by a logger.(ã²¶®ˆÚÀ´1
U
java:S1144G"8Remove this unused private "loadCookiesFromFile" method.(ºÚ±À8˜û<CB9C>¸´1

View File

@@ -1,8 +0,0 @@
_
java:S2583A"DChange this condition so that it does not always evaluate to "false"(°¤–®ÿÿÿÿÿ
t
java:S2142K"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(ä ¹€
> java:S108K")Either remove or fill this block of code.(ä ¹€
X
java:S1128"BRemove this unused import 'org.example.bean.barrage.DouyuBarrage'.(<28>Ͷ

View File

@@ -1,5 +0,0 @@
W
java:S1128"ARemove this unused import 'org.apache.ibatis.annotations.Mapper'.(à©•ù
H
java:S1128"2Remove this unused import 'java.sql.SQLException'.(ÛïÆŸ

View File

@@ -1,3 +0,0 @@
U
java:S1118":Add a private constructor to hide the implicit public one.(££®õüÿÿÿÿ

View File

@@ -1,11 +0,0 @@
T
java:S5993"9Change the visibility of this constructor to "protected".(žôè¡øÿÿÿÿ
T
java:S5993"9Change the visibility of this constructor to "protected".(ÅäÃÛÿÿÿÿÿ
A
java:S1948"&Make "site" transient or serializable.(»Ö<C2BB>üÿÿÿÿ
t
java:S3038'"Y"process" is defined in the "PageProcessor" interface and can be removed from this class.(òº‘ïûÿÿÿÿ
e
java:S1128"JRemove this unused import 'us.codecraft.webmagic.processor.PageProcessor'.(¼ŒÆˆûÿÿÿÿ

View File

@@ -1,7 +0,0 @@
_
java:S1128"BRemove this unused import 'org.example.bean.barrage.DouyuBarrage'.(<28>Ͷ8´îóų1
}
java:S1128 "[Remove this unused import 'org.example.core.creeper.loadconfig.DouyuLiveBarrageLoadConfig'.(¬£Æ¤úÿÿÿÿ8´îóų1
m
java:S1128

View File

@@ -1,3 +0,0 @@
R
java:S1128 "<Remove this unused import 'org.example.constpool.ConstPool'.(õïÝ×

View File

@@ -1,3 +0,0 @@
:
java:S2187"Add some tests to this class.(·‡Ã‰8žÉäó1

View File

@@ -1,5 +0,0 @@
o java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(ÿõé 
t java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(<E28093>ûÿÿÿÿ
Q
java:S1128"6Remove this unused import 'lombok.AllArgsConstructor'.(´œ¾öùÿÿÿÿ

View File

@@ -1,26 +0,0 @@
J
java:S3740?"/Provide the parametrized type for this generic.(ªÛªüøÿÿÿÿ
J
java:S3740K"/Provide the parametrized type for this generic.(˜Ä¦˜ûÿÿÿÿ
E
java:S3740Y"/Provide the parametrized type for this generic.(Û„ÊÑ
J
java:S3740q"/Provide the parametrized type for this generic.(ÝÞž®ÿÿÿÿÿ
J
java:S3740v"/Provide the parametrized type for this generic.(“¼Ì˜ûÿÿÿÿ
ž
java:S1319?"The type of "hotModuleLivePool" should be an interface such as "ConcurrentMap" rather than the implementation "ConcurrentHashMap".(ªÛªüøÿÿÿÿ
x
java:S1104?"]Make hotModuleLivePool a static final constant or non-public and provide accessors if needed.(ªÛªüøÿÿÿÿ
¯
java:S6548"˜A Singleton implementation was detected. Make sure the use of the Singleton pattern is required and the implementation is the right one for the context.(䑚´
r
java:S3077%"WUse a thread-safe type; adding "volatile" is not enough to make this field thread-safe.(ª’Àûÿÿÿÿ
c java:S100("NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‘ßÿã
<
java:S1452U"&Remove usage of generic wildcard type.(Š´Âã
<
java:S1452Y"&Remove usage of generic wildcard type.(Û„ÊÑ
H
java:S1135]"2Complete the task associated to this TODO comment.(‡èüÙ

View File

@@ -1,3 +0,0 @@
q java:S116"\Rename this field "is_complete_match" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‰¡¬“
p java:S116"VRename this field "platform_id" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ê‹èçùÿÿÿÿ

View File

@@ -1,10 +0,0 @@
X
java:S2094
"BRemove this empty class, write its code or make it an "interface".(¿àÔ¸
V java:S125"<This block of commented-out lines of code should be removed.(íÎÏÀùÿÿÿÿ
X
java:S1128"BRemove this unused import 'org.example.config.BarrageScoreConfig'.(Ô¼úÂ
O
java:S1128"4Remove this unused import 'org.example.pojo.Anchor'.(¾¬ïßùÿÿÿÿ
F

View File

@@ -1,3 +0,0 @@
I
java:S1128"-Remove this unused import 'org.slf4j.Logger'.(íØ®68³ìõ¹1

View File

@@ -1,23 +0,0 @@

java:S1130"lRemove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body.(ÙØ¤Þýÿÿÿÿ
V java:S125!"<This block of commented-out lines of code should be removed.(û›“Ñúÿÿÿÿ
N java:S106;"9Replace this use of System.out or System.err by a logger.(ʸµ³
S java:S106="9Replace this use of System.out or System.err by a logger.(¬ñé‡þÿÿÿÿ
K
java:S1128"6Remove this unused import 'com.alibaba.fastjson.JSON'.(Ö¢å$
_
java:S1128 "IRemove this unused import 'org.example.constpool.BarrageModuleConstPool'.(¥’‡ 
b
java:S1128
"GRemove this unused import 'org.example.core.listen.BarrageFileMonitor'.(ä±”²ûÿÿÿÿ
O
java:S1128 "4Remove this unused import 'org.example.pojo.Anchor'.(¾¬ïßùÿÿÿÿ
L
java:S1128 "6Remove this unused import 'org.example.util.FileUtil'.(í”Û£
U
java:S1128
":Remove this unused import 'org.example.util.JsonFileUtil'.(“øªŒûÿÿÿÿ
?
java:S1128")Remove this unused import 'java.io.File'.(†Ð¥Å
M

View File

@@ -1,9 +0,0 @@
T
java:S5993"9Change the visibility of this constructor to "protected".(ÂûïÔýÿÿÿÿ
E
java:S1185"(Remove this method to simply inherit it.(ËîÅÐ8¯¼þÖ¾1
H
java:S1168'"+Return an empty collection instead of null.(¥¹ï<C2B9>8³¼þÖ¾1
a
java:S1128"?Remove this unused import 'org.example.sql.annotation.SQLInit'.(ã‘Ô’ýÿÿÿÿ8´¼þÖ¾1

View File

@@ -1,15 +0,0 @@
=
java:S2189.""Add an end condition to this loop.(˜ïˆžÿÿÿÿÿ
i
java:S3008"SRename this field "Instance" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(®°Àˆ
´
java:S6548"˜A Singleton implementation was detected. Make sure the use of the Singleton pattern is required and the implementation is the right one for the context.(Ž¥¡£úÿÿÿÿ
m
java:S3077"WUse a thread-safe type; adding "volatile" is not enough to make this field thread-safe.(®°Àˆ
c java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¿¥ÝÅ
t
java:S21423"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(ä ¹€
> java:S1083")Either remove or fill this block of code.(ä ¹€
]
java:S1128"BRemove this unused import 'org.example.thread.NamedThreadFactory'.(–˜½Üùÿÿÿÿ

View File

@@ -1,30 +0,0 @@
a java:S112­"FDefine and throw a dedicated exception instead of using a generic one.(Ò‚Òéüÿÿÿÿ
F
java:S3740Œ"/Provide the parametrized type for this generic.(ÐïˆÁ
9
java:S2189¨""Add an end condition to this loop.(´ÿÕ™
w
java:S3008 "aRename this field "MAX_WRITE_BUFFER_LIMIT" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(•®¬®
M
java:S1135"2Complete the task associated to this TODO comment.(¤¥©†þÿÿÿÿ
H
java:S1135&"2Complete the task associated to this TODO comment.(ýÊëº
N
java:S30107"3Remove this assignment of "MAX_WRITE_BUFFER_LIMIT".(¸æüÏþÿÿÿÿ
`
java:S3252"EUse static access with "com.alibaba.fastjson.JSON" for "parseObject".(ƒµƒ¨ùÿÿÿÿ
I
java:S1135"2Complete the task associated to this TODO comment.(ئ¼Å
i
java:S3776<18>"RRefactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.(<28>¦Í 
a
java:S3252õ"EUse static access with "com.alibaba.fastjson.JSON" for "parseObject".(ƒµƒ¨ùÿÿÿÿ
u
java:S2142ø"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(ä ¹€
u
java:S2142¬"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(ä ¹€
i
java:S1871½"MThis branch's code block is the same as the block for the branch on line 315.(©®ù‘ùÿÿÿÿ
7
java:S3398<18>" Move this method into "SyncMan".(ãÃù‚

View File

@@ -1,5 +0,0 @@
H
java:S2699)"-Add at least one assertion to this test case.(€ÿë…þÿÿÿÿ
¥
java:S3577"‰Rename class "FileUpload" to match the regular expression: '^((Test|IT)[a-zA-Z0-9_]+|[A-Z][a-zA-Z0-9_]*(Test|Tests|TestCase|IT|ITCase))$'(ñŽÝ¥ùÿÿÿÿ

View File

@@ -1,5 +0,0 @@
@
java:S2160 "+Override the "equals" method in this class.(³ÔöY
O
java:S5993"9Change the visibility of this constructor to "protected".(ö¡ƒ¾

View File

@@ -1,7 +0,0 @@
t java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(€”½øúÿÿÿÿ
o java:S115 "ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(«ÑÒÍ
n java:S115
"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(Þì<C39E>a
t java:S115 "ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(ú«çÔûÿÿÿÿ
v java:S115 "ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(¤¯ºÓ8ÙŸ¢¹1

Some files were not shown because too many files have changed in this diff Show More