src\MyApplication\.idea\compiler.xml
This commit is contained in:
parent
a772a74200
commit
560bc05873
|
@ -1,228 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectCodeStyleSettingsManager">
|
||||
<option name="PER_PROJECT_SETTINGS">
|
||||
<value>
|
||||
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" />
|
||||
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" />
|
||||
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
|
||||
<value />
|
||||
</option>
|
||||
<option name="IMPORT_LAYOUT_TABLE">
|
||||
<value>
|
||||
<package name="android" withSubpackages="true" static="false" />
|
||||
<emptyLine />
|
||||
<package name="com" withSubpackages="true" static="false" />
|
||||
<emptyLine />
|
||||
<package name="junit" withSubpackages="true" static="false" />
|
||||
<emptyLine />
|
||||
<package name="net" withSubpackages="true" static="false" />
|
||||
<emptyLine />
|
||||
<package name="org" withSubpackages="true" static="false" />
|
||||
<emptyLine />
|
||||
<package name="java" withSubpackages="true" static="false" />
|
||||
<emptyLine />
|
||||
<package name="javax" withSubpackages="true" static="false" />
|
||||
<emptyLine />
|
||||
<package name="" withSubpackages="true" static="false" />
|
||||
<emptyLine />
|
||||
<package name="" withSubpackages="true" static="true" />
|
||||
<emptyLine />
|
||||
</value>
|
||||
</option>
|
||||
<option name="RIGHT_MARGIN" value="100" />
|
||||
<AndroidXmlCodeStyleSettings>
|
||||
<option name="USE_CUSTOM_SETTINGS" value="true" />
|
||||
</AndroidXmlCodeStyleSettings>
|
||||
<Objective-C-extensions>
|
||||
<file>
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Import" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Macro" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Typedef" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Enum" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Constant" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Global" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Struct" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="FunctionPredecl" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Function" />
|
||||
</file>
|
||||
<class>
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Property" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Synthesize" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InitMethod" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="StaticMethod" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InstanceMethod" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="DeallocMethod" />
|
||||
</class>
|
||||
<extensions>
|
||||
<pair source="cpp" header="h" />
|
||||
<pair source="c" header="h" />
|
||||
</extensions>
|
||||
</Objective-C-extensions>
|
||||
<XML>
|
||||
<option name="XML_KEEP_LINE_BREAKS" value="false" />
|
||||
<option name="XML_ALIGN_ATTRIBUTES" value="false" />
|
||||
<option name="XML_SPACE_INSIDE_EMPTY_TAG" value="true" />
|
||||
</XML>
|
||||
<codeStyleSettings language="XML">
|
||||
<option name="FORCE_REARRANGE_MODE" value="1" />
|
||||
<indentOptions>
|
||||
<option name="CONTINUATION_INDENT_SIZE" value="4" />
|
||||
</indentOptions>
|
||||
<arrangement>
|
||||
<rules>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>xmlns:android</NAME>
|
||||
<XML_NAMESPACE>^$</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>xmlns:.*</NAME>
|
||||
<XML_NAMESPACE>^$</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
<order>BY_NAME</order>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>.*:id</NAME>
|
||||
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>.*:name</NAME>
|
||||
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>name</NAME>
|
||||
<XML_NAMESPACE>^$</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>style</NAME>
|
||||
<XML_NAMESPACE>^$</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>.*</NAME>
|
||||
<XML_NAMESPACE>^$</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
<order>BY_NAME</order>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>.*:layout_width</NAME>
|
||||
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>.*:layout_height</NAME>
|
||||
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>.*:layout_.*</NAME>
|
||||
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
<order>BY_NAME</order>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>.*:width</NAME>
|
||||
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
<order>BY_NAME</order>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>.*:height</NAME>
|
||||
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
<order>BY_NAME</order>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>.*</NAME>
|
||||
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
<order>BY_NAME</order>
|
||||
</rule>
|
||||
</section>
|
||||
<section>
|
||||
<rule>
|
||||
<match>
|
||||
<AND>
|
||||
<NAME>.*</NAME>
|
||||
<XML_NAMESPACE>.*</XML_NAMESPACE>
|
||||
</AND>
|
||||
</match>
|
||||
<order>BY_NAME</order>
|
||||
</rule>
|
||||
</section>
|
||||
</rules>
|
||||
</arrangement>
|
||||
</codeStyleSettings>
|
||||
</value>
|
||||
</option>
|
||||
<option name="PREFERRED_PROJECT_CODE_STYLE" value="glandroid" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
|
||||
<file url="PROJECT" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,10 +0,0 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="AndroidLintLintBaseline" enabled="false" level="INFO" enabled_by_default="false" />
|
||||
<inspection_tool class="LoggerInitializedWithForeignClass" enabled="false" level="WARNING" enabled_by_default="false">
|
||||
<option name="loggerClassName" value="org.apache.log4j.Logger,org.slf4j.LoggerFactory,org.apache.commons.logging.LogFactory,java.util.logging.Logger" />
|
||||
<option name="loggerFactoryMethodName" value="getLogger,getLogger,getLog,getLogger" />
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
|
@ -1,7 +0,0 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="PROJECT_PROFILE" value="Project Default" />
|
||||
<option name="USE_PROJECT_PROFILE" value="true" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RunConfigurationProducerService">
|
||||
<option name="ignoredProducers">
|
||||
<set>
|
||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
|
||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
|
||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
|
||||
</set>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
|
@ -1,15 +0,0 @@
|
|||
|
||||
Y
|
||||
squid:S106"9Replace this use of System.out or System.err by a logger.(óîý´þÿÿÿÿ8€<38>ž‹¹,
|
||||
Lsquid:S1444"0Make this "public static avatarPath" field final(ក†8ñéã<C3A9>¹,
|
||||
T
|
||||
squid:S106"9Replace this use of System.out or System.err by a logger.(”“î€8çì½<C3AC>¹,
|
||||
^squid:CallToDeprecatedMethod"1Remove this use of "discCache"; it is deprecated.(’áŽÙ8ñéã<C3A9>¹,
|
||||
usquid:S00116"XRename this field "ApplicationId" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Âñ¶8ñéã<C3A9>¹,
|
||||
osquid:ModifiersOrderCheck"EReorder the modifiers to comply with the Java Language Specification.(ក†8ñéã<C3A9>¹,
|
||||
osquid:CallToDeprecatedMethod"BRemove this use of "discCacheFileNameGenerator"; it is deprecated.(àò‹Ó8ñéã<C3A9>¹,
|
||||
‰"squid:ClassVariableVisibilityCheck"VMake avatarPath a static final constant or non-public and provide accessors if needed.(ក†8ñéã<C3A9>¹,
|
||||
fsquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(ßåÂ
8ñéã<C3A9>¹,
|
||||
Ksquid:S1068"*Remove this unused "noteDb" private field.(¤Ý¯›ûÿÿÿÿ8ñéã<C3A9>¹,
|
||||
lsquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(<28>ÔÙÚùÿÿÿÿ8Ï䄃¹,
|
||||
Ksquid:S1068"/Remove this unused "mFontSizeId" private field.(ÙüÙé8Ç¢–‹¹,
|
|
@ -1,27 +0,0 @@
|
|||
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(ñ¥—²ýÿÿÿÿ
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(ù¤¾¤
|
||||
_squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(À<>ÎC
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(¼õØ€ùÿÿÿÿ
|
||||
@squid:S1172"+Remove this unused method parameter "view".(É‚£<E2809A>
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(éóÈàûÿÿÿÿ
|
||||
Psquid:S2696"6Make the enclosing method "static" or remove this set.(Ý…ÿÛüÿÿÿÿ
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(¾Äºú
|
||||
–squid:S1186"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(ò‘<C3B2>‘
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(û<>¤™ûÿÿÿÿ
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(›¢¼Äüÿÿÿÿ
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(¹ÿÁ<C3BF>ûÿÿÿÿ
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(Ù÷žñùÿÿÿÿ
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(™Õüþÿÿÿÿ
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(³¿á•
|
||||
Ssquid:S1155">Use isEmpty() to check whether the collection is empty or not.(ö‡Òí
|
||||
Jsquid:S2696"6Make the enclosing method "static" or remove this set.(º’ë1
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(Œö܉
|
||||
@squid:S1444",Make this "public static mState" field final(½²»|
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(Œö܉
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(¢ææòýÿÿÿÿ
|
||||
}"squid:ClassVariableVisibilityCheck"RMake mState a static final constant or non-public and provide accessors if needed.(½²»|
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(¶¾õÕ
|
||||
Lsquid:S2589"7Remove this expression which always evaluates to "true"(â¿ß“
|
||||
Ksquid:S2696"6Make the enclosing method "static" or remove this set.(ƒÌï<C38C>
|
||||
Bsquid:S2387"."mState" is the name of a field in "Fragment".(½²»|
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(Áä–—
|
||||
_squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(¡ÅøP
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(Žëê·
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(éØ»Úûÿÿÿÿ
|
||||
Dsquid:S1172"/Remove this unused method parameter "objectId".(¤²˜Š
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(ªÌ¿ú
|
||||
jsquid:S1206"PThis class overrides "equals()" and should therefore also override "hashCode()".(Ý¢êÍýÿÿÿÿ
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(†äßï
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
Osquid:S1118":Add a private constructor to hide the implicit public one.(؉ ú
|
||||
Dsquid:S00108")Either remove or fill this block of code.(ÒÌâ–øÿÿÿÿ
|
||||
Dsquid:S00108")Either remove or fill this block of code.(ÒÌâ–øÿÿÿÿ
|
||||
;squid:S1452"&Remove usage of generic wildcard type.(õ›Éü
|
||||
Zsquid:S2147"ECombine this catch with the one at line 185, which has the same body.(“Ç—Ã
|
||||
Osquid:S1118":Add a private constructor to hide the implicit public one.(Ÿ¶í÷
|
||||
Dsquid:S00108")Either remove or fill this block of code.(ÒÌâ–øÿÿÿÿ
|
||||
Zsquid:S2147"ECombine this catch with the one at line 185, which has the same body.(à“˜ƒ
|
||||
Dsquid:S00108")Either remove or fill this block of code.(ÒÌâ–øÿÿÿÿ
|
|
@ -1,18 +0,0 @@
|
|||
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(”“ɉúÿÿÿÿ
|
||||
ssquid:S1450"YRemove the "isFirstUse" field and declare it as a local variable in the relevant methods.(ÃÑ<C383><C391>ûÿÿÿÿ
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(<28>ÀÆ’
|
||||
qsquid:S1450"WRemove the "baseView" field and declare it as a local variable in the relevant methods.(‘‚¼²þÿÿÿÿ
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(–“Å<E2809C>ýÿÿÿÿ
|
||||
_squid:HiddenFieldCheck":Rename "drawer" which hides the field declared at line 41.(ÐÍè¨þÿÿÿÿ
|
||||
_squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(üêÝ/
|
||||
bsquid:CallToDeprecatedMethod"=Remove this use of "setBackgroundDrawable"; it is deprecated.(”›õV
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(<28>ÀÆ’
|
||||
isquid:MaximumInheritanceDepth"=This class has 10 parents which is greater than 5 authorized.(ù ®Íúÿÿÿÿ
|
||||
ysquid:S1450"_Remove the "noteBookFragment" field and declare it as a local variable in the relevant methods.(Óé«ùÿÿÿÿ
|
||||
_squid:HiddenFieldCheck":Rename "drawer" which hides the field declared at line 41.(ÐÍè¨þÿÿÿÿ
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(Û¿’<C2BF>ýÿÿÿÿ
|
||||
dsquid:CallToDeprecatedMethod"9Remove this use of "setDrawerListener"; it is deprecated.(ø¶Âßÿÿÿÿÿ
|
||||
Asquid:S1905",Remove this unnecessary cast to "ImageView".(ÆïË”
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(ô侄
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(¡…•æùÿÿÿÿ
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
gsquid:S3776"RRefactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed.(Æ¿ú„
|
||||
Gsquid:S1135"2Complete the task associated to this TODO comment.(ž¼í
|
||||
Isquid:S1066"/Merge this if statement with the enclosing one.(¿±Ïßüÿÿÿÿ
|
||||
Gsquid:S1135"2Complete the task associated to this TODO comment.(Ö¾ã¯
|
||||
Gsquid:S1135"2Complete the task associated to this TODO comment.(Àó‚´
|
||||
Lsquid:S1135"2Complete the task associated to this TODO comment.(ÉÓÈìýÿÿÿÿ
|
||||
[squid:S2142"FEither re-interrupt this method or rethrow the "InterruptedException".(ä ¹€
|
||||
_squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.( àˆ{
|
||||
Gsquid:S1135"2Complete the task associated to this TODO comment.(ž¼í
|
||||
›squid:S1186"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(ô¬ý¶ùÿÿÿÿ
|
|
@ -1,36 +0,0 @@
|
|||
|
||||
gsquid:ModifiersOrderCheck"EReorder the modifiers to comply with the Java Language Specification.(ÐÌS
|
||||
ysquid:S1488"_Immediately return this expression instead of assigning it to the temporary variable "curDate".(Ó°Ø’úÿÿÿÿ
|
||||
Rsquid:CallToDeprecatedMethod",Remove this use of "Time"; it is deprecated.(óÌæ‚
|
||||
?squid:S00108")Either remove or fill this block of code.(<28>”ý¾
|
||||
isquid:S00100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(óµÔüúÿÿÿÿ
|
||||
Tsquid:S1226"?Introduce a new variable instead of reusing the parameter "is".(¥ÁÙ¥
|
||||
Rsquid:CallToDeprecatedMethod",Remove this use of "Time"; it is deprecated.(óÌæ‚
|
||||
?squid:S00108")Either remove or fill this block of code.(ï£Ä
|
||||
Rsquid:CallToDeprecatedMethod",Remove this use of "Time"; it is deprecated.(óÌæ‚
|
||||
hsquid:ModifiersOrderCheck"EReorder the modifiers to comply with the Java Language Specification.(‘ÐçÈ
|
||||
Wsquid:CallToDeprecatedMethod",Remove this use of "Date"; it is deprecated.(Ðãûßøÿÿÿÿ
|
||||
?squid:S00108")Either remove or fill this block of code.(<28>”ý¾
|
||||
Rsquid:CallToDeprecatedMethod",Remove this use of "Time"; it is deprecated.(óÌæ‚
|
||||
lsquid:S3776"RRefactor this method to reduce its Cognitive Complexity from 22 to the 15 allowed.(¡¥ÎÏüÿÿÿÿ
|
||||
ssquid:S1149"_Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder".(ÄÍœ
|
||||
|
||||
msquid:ModifiersOrderCheck"EReorder the modifiers to comply with the Java Language Specification.(«Ê‚Ÿýÿÿÿÿ
|
||||
?squid:S00108")Either remove or fill this block of code.(<28>”ý¾
|
||||
Rsquid:CallToDeprecatedMethod",Remove this use of "Time"; it is deprecated.(óÌæ‚
|
||||
isquid:S00100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¡¥ÎÏüÿÿÿÿ
|
||||
Qsquid:S2589"7Remove this expression which always evaluates to "true"(ÜÞ¼<C39E>ûÿÿÿÿ
|
||||
\squid:S1226"BIntroduce a new variable instead of reusing the parameter "start".(¶ùßýÿÿÿÿ
|
||||
=squid:S1148"#Use a logger to log this exception.(€ÉÔ…ýÿÿÿÿ
|
||||
msquid:ModifiersOrderCheck"EReorder the modifiers to comply with the Java Language Specification.(ãו‰þÿÿÿÿ
|
||||
Rsquid:CallToDeprecatedMethod",Remove this use of "Time"; it is deprecated.(óÌæ‚
|
||||
isquid:S00100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(òŸŒ<C5B8>þÿÿÿÿ
|
||||
=squid:S1148"#Use a logger to log this exception.(€ÉÔ…ýÿÿÿÿ
|
||||
Tsquid:S1118":Add a private constructor to hide the implicit public one.(Íë¹’ûÿÿÿÿ
|
||||
msquid:ModifiersOrderCheck"EReorder the modifiers to comply with the Java Language Specification.(êÒÔ’úÿÿÿÿ
|
||||
Rsquid:CallToDeprecatedMethod",Remove this use of "Time"; it is deprecated.(óÌæ‚
|
||||
Qsquid:S2589"7Remove this expression which always evaluates to "true"(¹ï¤Ÿýÿÿÿÿ
|
||||
msquid:ModifiersOrderCheck"EReorder the modifiers to comply with the Java Language Specification.(Ô×ÒÖøÿÿÿÿ
|
||||
Wsquid:S1226"BIntroduce a new variable instead of reusing the parameter "start".(ÑÉþÔ
|
||||
Zsquid:S1226"@Introduce a new variable instead of reusing the parameter "num".(ÎÈÖ‡ýÿÿÿÿ
|
||||
Rsquid:CallToDeprecatedMethod",Remove this use of "Time"; it is deprecated.(óÌæ‚
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(‚„É“øÿÿÿÿ
|
||||
›squid:S1186"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(¯¢ç´üÿÿÿÿ
|
|
@ -1,12 +0,0 @@
|
|||
|
||||
3squid:S2131"Use "Integer.toString" instead.(§”Ý
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(¯²Ç‚ÿÿÿÿÿ
|
||||
ssquid:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(ñП’øÿÿÿÿ
|
||||
4squid:S2131"Use "Integer.toString" instead.(¨¨üž
|
||||
4squid:S2131"Use "Integer.toString" instead.(‚û‰˜
|
||||
4squid:S2131"Use "Integer.toString" instead.(Ԣ؉
|
||||
9squid:S2131"Use "Integer.toString" instead.(Ìì³Çøÿÿÿÿ
|
||||
4squid:S2131"Use "Integer.toString" instead.(‚û‰˜
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(ÌÙ·Îøÿÿÿÿ
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(«·³‰ýÿÿÿÿ
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(®ôˆÍøÿÿÿÿ
|
|
@ -1,29 +0,0 @@
|
|||
|
||||
hsquid:CallToDeprecatedMethod"=Remove this use of "EXTRA_SHORTCUT_INTENT"; it is deprecated.(ËúÕâÿÿÿÿÿ
|
||||
Bsquid:S1199"-Extract this nested code block into a method.(в¶Ë
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(Ö¹ßÂþÿÿÿÿ
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(£<>Ëßúÿÿÿÿ
|
||||
nsquid:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(À—’¢
|
||||
Vsquid:S1161":Add the "@Override" annotation above this method signature(ßìê¯8’«Ùþ¸,
|
||||
Gsquid:S1199"-Extract this nested code block into a method.(£É€Øúÿÿÿÿ
|
||||
S"squid:SwitchLastCaseIsDefaultCheck""Add a default case to this switch.(øå´¡ÿÿÿÿÿ
|
||||
2squid:S2386"Make this member "protected".(ã´Í—
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(›üÊÚ
|
||||
ksquid:CallToDeprecatedMethod"9Remove this use of "setTextAppearance"; it is deprecated.(Ãîœåúÿÿÿÿ8ó©Å‹¹,
|
||||
`squid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(ý<>§ñ
|
||||
2squid:S2386"Make this member "protected".(éÎÓÆ
|
||||
Gsquid:S1199"-Extract this nested code block into a method.(ºß¡«üÿÿÿÿ
|
||||
gsquid:S3776"RRefactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed.(<28>ñ”Ò
|
||||
Usquid:CallToDeprecatedMethod"0Remove this use of "fromHtml"; it is deprecated.(„í’c
|
||||
Bsquid:S1199"-Extract this nested code block into a method.( ’®ì
|
||||
Vsquid:S2209"5Change this instance-reference to a static reference.(Ø÷‘Ïÿÿÿÿÿ8’«Ùþ¸,
|
||||
S"squid:SwitchLastCaseIsDefaultCheck""Add a default case to this switch.(ÅþÓÍÿÿÿÿÿ
|
||||
asquid:CallToDeprecatedMethod";Remove this use of "EXTRA_SHORTCUT_NAME"; it is deprecated.(‡ê³ã
|
||||
ssquid:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(êÝýÂþÿÿÿÿ
|
||||
@squid:S1172"+Remove this unused method parameter "view".(<28>Çį
|
||||
esquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(Ȭ¬ÿüÿÿÿÿ
|
||||
osquid:CallToDeprecatedMethod"DRemove this use of "EXTRA_SHORTCUT_ICON_RESOURCE"; it is deprecated.(ýÈž„úÿÿÿÿ
|
||||
psquid:S00100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ñ¦ú‚ùÿÿÿÿ8’«Ùþ¸,
|
||||
2squid:S2386"Make this member "protected".(Ž‚ô
|
||||
S"squid:SwitchLastCaseIsDefaultCheck""Add a default case to this switch.(ד¾ñùÿÿÿÿ
|
||||
esquid:S1301"KReplace this "switch" statement by "if" statements to increase readability.(øå´¡ÿÿÿÿÿ
|
|
@ -1,23 +0,0 @@
|
|||
|
||||
<
|
||||
build.gradle,f\0\f07866736216be0ee2aba49e392191aeae700a35
|
||||
?
|
||||
settings.gradle,0\5\05efc8b1657769a27696d478ded1e95f38737233
|
||||
A
|
||||
gradle.properties,2\a\2afbb999f001938c88fa43fc2ef52abf0f8213e4
|
||||
@
|
||||
local.properties,0\7\0712df971a99ac4d2fccb8e0fb19f377f3374cca
|
||||
€
|
||||
Papp\src\main\java\com\example\administrator\myapplication\db\DatabaseHelper.java,a\a\aa2f43374bddf98bfc4aea5a398fe877e5337db3
|
||||
|
|
||||
Lapp\src\main\java\com\example\administrator\myapplication\utils\SPUtils.java,5\7\57c831202760b4842bfc3ee5ac2511ebb0122f9e
|
||||
€
|
||||
Papp\src\main\java\com\example\administrator\myapplication\utils\StringUtils.java,a\0\a02bf92a1675ea96231995a8137b01dd95f322ae
|
||||
‚
|
||||
Rapp\src\main\java\com\example\administrator\myapplication\entity\NotebookData.java,4\8\487d5149cb35c7a7667af03d218f63298d21b1f0
|
||||
~
|
||||
Napp\src\main\java\com\example\administrator\myapplication\db\NoteDatabase.java,b\3\b395e8da890bfdf6daeefc467704d4b30eac2ea4
|
||||
‚
|
||||
Rapp\src\main\java\com\example\administrator\myapplication\ui\NoteEditFragment.java,c\3\c398df7bbcd019772b6c3e3a739dc867ce964184
|
||||
‚
|
||||
Rapp\src\main\java\com\example\administrator\myapplication\app\BaseApplication.java,2\5\251d187717c2a2bb0fc4a2a1922d62e8bdc3c251
|
Loading…
Reference in New Issue