Skip to content

Add support for referencing shiftop* scripts #100

Add support for referencing shiftop* scripts

Add support for referencing shiftop* scripts #100

Triggered via push August 29, 2024 19:26
Status Success
Total duration 9m 21s
Artifacts 2

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

494 warnings and 77 notices
Test
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
C-style array declaration: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L39
Field `ZZ_LEXSTATE` has C-style array type declaration
C-style array declaration: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L31
Field `ZZ_LEXSTATE` has C-style array type declaration
C-style array declaration: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L41
Field `ZZ_LEXSTATE` has C-style array type declaration
Constant values: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L669
Condition `state == DOC_COMMENT` is always `false`
Constant values: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L675
Condition `state == DOC_COMMENT` is always `true`
Field can be local: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L457
Field can be converted to a local variable
Field can be local: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L499
Field can be converted to a local variable
Field can be local: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L460
Field can be converted to a local variable
Field can be local: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L364
Field can be converted to a local variable
Field can be local: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L361
Field can be converted to a local variable
Field can be local: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L216
Field can be converted to a local variable
Field can be local: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L213
Field can be converted to a local variable
Field can be local: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L255
Field can be converted to a local variable
Field can be local: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L403
Field can be converted to a local variable
@NotNull/@Nullable problems: src/main/gen/io/runescript/plugin/symbollang/parser/RsSymParser.java#L18
Not annotated method overrides method annotated with @NotNull
@NotNull/@Nullable problems: src/main/gen/io/runescript/plugin/lang/parser/RsParser.java#L18
Not annotated method overrides method annotated with @NotNull
Redundant type cast: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L506
Casting `null` to `java.io.Reader` is redundant
Redundant nullable return type: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneSystemConfigurable.kt#L18
'createSystemSettingsControl' always returns non-null type
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsCoordLiteralExpressionImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsConditionExpressionImpl.java#L7
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsArithmeticExpression.java#L6
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsHookFragment.java#L6
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsConstantExpression.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/symbollang/parser/RsSymParser.java#L13
Unused import `import static com.intellij.psi.TokenType.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsSwitchCaseDefaultExpressionImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsNullLiteralExpressionImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsStringLiteralContent.java#L6
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsNameLiteralImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsExpressionImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsStringLiteralContentImpl.java#L7
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsCommandExpression.java#L6
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsStringLiteralContentImpl.java#L10
Unused import `import static io.runescript.plugin.lang.psi.RsElementTypes.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsHookRootImpl.java#L10
Unused import `import static io.runescript.plugin.lang.psi.RsElementTypes.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsTypeNameImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsHookFragmentImpl.java#L10
Unused import `import static io.runescript.plugin.lang.psi.RsElementTypes.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsIntegerLiteralExpressionImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsConditionExpression.java#L6
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsHookFragment.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/symbollang/psi/RsSymField.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/symbollang/parser/RsSymParser.java#L10
Unused import `import com.intellij.psi.tree.TokenSet;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsNameLiteral.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsDynamicExpression.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsWhileStatement.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsArithmeticOp.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsCommandExpressionImpl.java#L7
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsStatementListImpl.java#L10
Unused import `import static io.runescript.plugin.lang.psi.RsElementTypes.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsTypeName.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsStatementImpl.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsHookRootImpl.java#L7
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsCalcExpression.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsBooleanLiteralExpressionImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsEmptyStatement.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsStatementImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsGosubExpression.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsExpressionImpl.java#L10
Unused import `import static io.runescript.plugin.lang.psi.RsElementTypes.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsStatementListImpl.java#L7
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsDynamicExpressionImpl.java#L10
Unused import `import static io.runescript.plugin.lang.psi.RsElementTypes.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsHookRoot.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsEmptyStatementImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsParExpression.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsStatement.java#L5
Unused import `import org.jetbrains.annotations.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsConditionOpImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/symbollang/psi/impl/RsSymFieldImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsArithmeticOpImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsVisitor.java#L8
Unused import `import io.runescript.plugin.lang.psi.type.inference.RsInferenceDataHolder;`
Unused import: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L10
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsStatementImpl.java#L10
Unused import `import static io.runescript.plugin.lang.psi.RsElementTypes.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsStatementImpl.java#L7
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsLongLiteralExpressionImpl.java#L9
Unused import `import com.intellij.psi.util.PsiTreeUtil;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsExpressionImpl.java#L7
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsHookFragmentImpl.java#L7
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsHookRootImpl.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsDynamicExpressionImpl.java#L7
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsCommandExpression.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsStatement.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsExpression.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsArithmeticExpressionImpl.java#L10
Unused import `import static io.runescript.plugin.lang.psi.RsElementTypes.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsParameterImpl.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsConditionExpressionImpl.java#L10
Unused import `import static io.runescript.plugin.lang.psi.RsElementTypes.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsTypeNameImpl.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsExpression.java#L5
Unused import `import org.jetbrains.annotations.*;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsConditionOp.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsDynamicExpression.java#L6
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsArithmeticExpressionImpl.java#L7
Unused import `import com.intellij.psi.PsiElement;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsBlockStatement.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L7
Unused import `import com.intellij.psi.TokenType;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/RsParameter.java#L4
Unused import `import java.util.List;`
Unused import: src/main/gen/io/runescript/plugin/lang/psi/impl/RsCommandExpressionImpl.java#L10
Unused import `import static io.runescript.plugin.lang.psi.RsElementTypes.*;`
Unnecessary 'return' statement: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L684
`return` is unnecessary as the last statement in a 'void' method
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L69
Unicode escape sequence `\u6800` can be replaced with '栀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L326
Unicode escape sequence `\u0273` can be replaced with 'ɳ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L59
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L165
Unicode escape sequence `\u1260` can be replaced with 'በ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L162
Unicode escape sequence `\u0f18` can be replaced with '༘'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L67
Unicode escape sequence `\u6100` can be replaced with '愀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L66
Unicode escape sequence `\u5a00` can be replaced with '娀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L62
Unicode escape sequence `\u4800` can be replaced with '䠀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L164
Unicode escape sequence `\u11f0` can be replaced with 'ᇰ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L164
Unicode escape sequence `\u1180` can be replaced with 'ᆀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L58
Unicode escape sequence `\u2b00` can be replaced with '⬀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L158
Unicode escape sequence `\u08f8` can be replaced with 'ࣸ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L64
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L52
Unicode escape sequence `\u0700` can be replaced with '܀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L64
Unicode escape sequence `\u5100` can be replaced with '儀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L248
Unicode escape sequence `\u0154` can be replaced with 'Ŕ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L165
Unicode escape sequence `\u1228` can be replaced with 'ረ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L71
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L157
Unicode escape sequence `\u07a8` can be replaced with 'ި'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L326
Unicode escape sequence `\u0260` can be replaced with 'ɠ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L236
Unicode escape sequence `\u0147` can be replaced with 'Ň'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L58
Unicode escape sequence `\u2c00` can be replaced with 'Ⰰ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L54
Unicode escape sequence `\u1300` can be replaced with 'ጀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L325
Unicode escape sequence `\u0201` can be replaced with 'ȁ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L166
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L153
Unicode escape sequence `\u0268` can be replaced with 'ɨ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L152
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L324
Unicode escape sequence `\u0169` can be replaced with 'ũ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L153
Unicode escape sequence `\u02a0` can be replaced with 'ʠ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L53
Unicode escape sequence `\u0900` can be replaced with 'ऀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L65
Unicode escape sequence `\u5600` can be replaced with '嘀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L62
Unicode escape sequence `\u4600` can be replaced with '䘀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L166
Unicode escape sequence `\u13e8` can be replaced with 'Ꮸ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L160
Unicode escape sequence `\u0c40` can be replaced with 'ీ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L242
Unicode escape sequence `\u018c` can be replaced with 'ƌ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L253
Unicode escape sequence `\u0164` can be replaced with 'Ť'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L58
Unicode escape sequence `\u2900` can be replaced with '⤀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L65
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L328
Unicode escape sequence `\u0357` can be replaced with '͗'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L71
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L55
Unicode escape sequence `\u1b00` can be replaced with 'ᬀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L54
Unicode escape sequence `\u1100` can be replaced with 'ᄀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L154
Unicode escape sequence `\u03b8` can be replaced with 'θ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L70
Unicode escape sequence `\u6f00` can be replaced with '漀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L154
Unicode escape sequence `\u03f0` can be replaced with 'ϰ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L160
Unicode escape sequence `\u0af0` can be replaced with '૰'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L161
Unicode escape sequence `\u0e38` can be replaced with 'ุ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L159
Unicode escape sequence `\u0a48` can be replaced with 'ੈ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L58
Unicode escape sequence `\u2a00` can be replaced with '⨀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L155
Unicode escape sequence `\u0498` can be replaced with 'Ҙ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L158
Unicode escape sequence `\u0850` can be replaced with 'ࡐ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L69
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L68
Unicode escape sequence `\u6500` can be replaced with '攀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L154
Unicode escape sequence `\u0460` can be replaced with 'Ѡ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L165
Unicode escape sequence `\u1340` can be replaced with 'ፀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L69
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L55
Unicode escape sequence `\u1700` can be replaced with 'ᜀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L215
Unicode escape sequence `\u015c` can be replaced with 'Ŝ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L68
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L154
Unicode escape sequence `\u0428` can be replaced with 'Ш'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L63
Unicode escape sequence `\u4a00` can be replaced with '䨀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L328
Unicode escape sequence `\u0344` can be replaced with '̈́'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L66
Unicode escape sequence `\u5b00` can be replaced with '嬀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L328
Unicode escape sequence `\u031e` can be replaced with '̞'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L62
Unicode escape sequence `\u4300` can be replaced with '䌀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L56
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L65
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L54
Unicode escape sequence `\u1200` can be replaced with 'ሀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L160
Unicode escape sequence `\u0c08` can be replaced with 'ఈ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L63
Unicode escape sequence `\u4900` can be replaced with '䤀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L60
Unicode escape sequence `\u3400` can be replaced with '㐀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L55
Unicode escape sequence `\u1900` can be replaced with 'ᤀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L327
Unicode escape sequence `\u02bf` can be replaced with 'ʿ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L325
Unicode escape sequence `\u01db` can be replaced with 'Ǜ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L53
Unicode escape sequence `\u0f00` can be replaced with 'ༀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L262
Unicode escape sequence `\u0182` can be replaced with 'Ƃ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L41
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L57
Unicode escape sequence `\u2600` can be replaced with '☀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L327
Unicode escape sequence `\u02f8` can be replaced with '˸'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L329
Unicode escape sequence `\u03a3` can be replaced with 'Σ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L165
Unicode escape sequence `\u1308` can be replaced with 'ገ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L157
Unicode escape sequence `\u0770` can be replaced with 'ݰ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L58
Unicode escape sequence `\u2800` can be replaced with '⠀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L58
Unicode escape sequence `\u2700` can be replaced with '✀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L156
Unicode escape sequence `\u0658` can be replaced with '٘'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L68
Unicode escape sequence `\u6200` can be replaced with '戀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L67
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L68
Unicode escape sequence `\u6600` can be replaced with '昀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L156
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L58
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L165
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L180
Unicode escape sequence `\u010d` can be replaced with 'č'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L55
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L52
Unicode escape sequence `\u0400` can be replaced with 'Ѐ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L156
Unicode escape sequence `\u0700` can be replaced with '܀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L60
Unicode escape sequence `\u3200` can be replaced with '㈀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L164
Unicode escape sequence `\u10a0` can be replaced with 'Ⴀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L69
Unicode escape sequence `\u6b00` can be replaced with '欀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L105
Unicode escape sequence `\u01ca` can be replaced with 'NJ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L160
Unicode escape sequence `\u0bd0` can be replaced with 'ௐ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L60
Unicode escape sequence `\u3500` can be replaced with '㔀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L163
Unicode escape sequence `\u1030` can be replaced with 'ူ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L153
Unicode escape sequence `\u02d8` can be replaced with '˘'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L57
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L330
Unicode escape sequence `\u03b6` can be replaced with 'ζ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L329
Unicode escape sequence `\u0390` can be replaced with 'ΐ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L61
Unicode escape sequence `\u3f00` can be replaced with '㼀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L68
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L160
Unicode escape sequence `\u0c78` can be replaced with '౸'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L70
Unicode escape sequence `\u6e00` can be replaced with '渀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L54
Unicode escape sequence `\u1000` can be replaced with 'က'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L152
Unicode escape sequence `\u0230` can be replaced with 'Ȱ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L56
Unicode escape sequence `\u1e00` can be replaced with 'Ḁ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L71
Unicode escape sequence `\u0dec` can be replaced with '෬'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L57
Unicode escape sequence `\u2400` can be replaced with '␀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L151
Unicode escape sequence `\u0118` can be replaced with 'Ę'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L164
Unicode escape sequence `\u1110` can be replaced with 'ᄐ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L56
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L56
Unicode escape sequence `\u2100` can be replaced with '℀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L67
Unicode escape sequence `\u5e00` can be replaced with '帀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L161
Unicode escape sequence `\u0d58` can be replaced with '൘'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L161
Unicode escape sequence `\u0d20` can be replaced with 'ഠ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L166
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L69
Unicode escape sequence `\u6900` can be replaced with '椀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L63
Unicode escape sequence `\u4f00` can be replaced with '伀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L70
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L70
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L66
Unicode escape sequence `\u5c00` can be replaced with '尀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L67
Unicode escape sequence `\u5f00` can be replaced with '开'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L53
Unicode escape sequence `\u0d00` can be replaced with 'ഀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L63
Unicode escape sequence `\u4b00` can be replaced with '䬀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L67
Unicode escape sequence `\u6000` can be replaced with '怀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L325
Unicode escape sequence `\u01ee` can be replaced with 'Ǯ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L63
Unicode escape sequence `\u4d00` can be replaced with '䴀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L204
Unicode escape sequence `\u010b` can be replaced with 'ċ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L69
Unicode escape sequence `\u01f5` can be replaced with 'ǵ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L55
Unicode escape sequence `\u1800` can be replaced with '᠀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L153
Unicode escape sequence `\u0310` can be replaced with '̐'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L62
Unicode escape sequence `\u4100` can be replaced with '䄀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L68
Unicode escape sequence `\u6400` can be replaced with '搀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L63
Unicode escape sequence `\u4c00` can be replaced with '䰀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L156
Unicode escape sequence `\u0620` can be replaced with 'ؠ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L54
Unicode escape sequence `\u1500` can be replaced with 'ᔀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L155
Unicode escape sequence `\u04d0` can be replaced with 'Ӑ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L327
Unicode escape sequence `\u02d2` can be replaced with '˒'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L324
Unicode escape sequence `\u017c` can be replaced with 'ż'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L157
Unicode escape sequence `\u0738` can be replaced with 'ܸ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L165
Unicode escape sequence `\u12d0` can be replaced with 'ዐ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L163
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L152
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L55
Unicode escape sequence `\u1a00` can be replaced with 'ᨀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L164
Unicode escape sequence `\u11b8` can be replaced with 'ᆸ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L324
Unicode escape sequence `\u0156` can be replaced with 'Ŗ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L329
Unicode escape sequence `\u024d` can be replaced with 'ɍ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L67
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L164
Unicode escape sequence `\u1068` can be replaced with 'ၨ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L160
Unicode escape sequence `\u0b28` can be replaced with 'ନ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L165
Unicode escape sequence `\u1298` can be replaced with 'ኘ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L56
Unicode escape sequence `\u2300` can be replaced with '⌀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L62
Unicode escape sequence `\u4200` can be replaced with '䈀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L59
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L166
Unicode escape sequence `\u13e8` can be replaced with 'Ꮸ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L59
Unicode escape sequence `\u2f00` can be replaced with '⼀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L59
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L163
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L327
Unicode escape sequence `\u02e5` can be replaced with '˥'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L155
Unicode escape sequence `\u0540` can be replaced with 'Հ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L61
Unicode escape sequence `\u3e00` can be replaced with '㸀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L70
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L60
Unicode escape sequence `\u3600` can be replaced with '㘀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L60
Unicode escape sequence `\u3300` can be replaced with '㌀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L53
Unicode escape sequence `\u0800` can be replaced with 'ࠀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L161
Unicode escape sequence `\u0d90` can be replaced with 'ඐ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L59
Unicode escape sequence `\u2e00` can be replaced with '⸀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L326
Unicode escape sequence `\u023a` can be replaced with 'Ⱥ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L65
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L49
Unicode escape sequence `\u10ff` can be replaced with 'ჿ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L68
Unicode escape sequence `\u6300` can be replaced with '挀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L67
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L58
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L65
Unicode escape sequence `\u5700` can be replaced with '圀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L71
Unicode escape sequence `\u7100` can be replaced with '焀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L54
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L327
Unicode escape sequence `\u0299` can be replaced with 'ʙ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L252
Unicode escape sequence `\u0171` can be replaced with 'ű'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L158
Unicode escape sequence `\u0968` can be replaced with '२'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L69
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L66
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L330
Unicode escape sequence `\u03ef` can be replaced with 'ϯ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L64
Unicode escape sequence `\u5200` can be replaced with '刀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L61
Unicode escape sequence `\u3c00` can be replaced with '㰀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L52
Unicode escape sequence `\u0200` can be replaced with 'Ȁ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L65
Unicode escape sequence `\u5500` can be replaced with '唀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L55
Unicode escape sequence `\u1600` can be replaced with 'ᘀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L324
Unicode escape sequence `\u011d` can be replaced with 'ĝ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L152
Unicode escape sequence `\u01c0` can be replaced with 'ǀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L152
Unicode escape sequence `\u0188` can be replaced with 'ƈ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L157
Unicode escape sequence `\u0818` can be replaced with '࠘'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L64
Unicode escape sequence `\u5300` can be replaced with '匀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L325
Unicode escape sequence `\u01b5` can be replaced with 'Ƶ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L325
Unicode escape sequence `\u01c8` can be replaced with 'Lj'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L324
Unicode escape sequence `\u018f` can be replaced with 'Ə'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L328
Unicode escape sequence `\u036a` can be replaced with 'ͪ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L64
Unicode escape sequence `\u5000` can be replaced with '倀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L157
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L163
Unicode escape sequence `\u0fc0` can be replaced with '࿀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L156
Unicode escape sequence `\u05b0` can be replaced with 'ְ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L41
Unicode escape sequence `\u10ff` can be replaced with 'ჿ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L324
Unicode escape sequence `\u0130` can be replaced with 'İ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L70
Unicode escape sequence `\u6c00` can be replaced with '氀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L163
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L71
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L157
Unicode escape sequence `\u07e0` can be replaced with 'ߠ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L158
Unicode escape sequence `\u08c0` can be replaced with 'ࣀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L60
Unicode escape sequence `\u3700` can be replaced with '㜀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L324
Unicode escape sequence `\u0143` can be replaced with 'Ń'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L329
Unicode escape sequence `\u0273` can be replaced with 'ɳ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L194
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L71
Unicode escape sequence `\u7000` can be replaced with '瀀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L59
Unicode escape sequence `\u2d00` can be replaced with 'ⴀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L161
Unicode escape sequence `\u0ce8` can be replaced with '೨'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L60
Unicode escape sequence `\u3800` can be replaced with '㠀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L68
Unicode escape sequence `\u6700` can be replaced with '最'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L330
Unicode escape sequence `\u03dc` can be replaced with 'Ϝ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L329
Unicode escape sequence `\u030b` can be replaced with '̋'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L158
Unicode escape sequence `\u09a0` can be replaced with 'ঠ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L62
Unicode escape sequence `\u4700` can be replaced with '䜀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L66
Unicode escape sequence `\u5900` can be replaced with '夀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L166
Unicode escape sequence `\u13b0` can be replaced with 'Ꮀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L61
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L57
Unicode escape sequence `\u2500` can be replaced with '─'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L60
Unicode escape sequence `\u3900` can be replaced with '㤀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L57
Unicode escape sequence `\u1b00` can be replaced with 'ᬀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L62
Unicode escape sequence `\u4400` can be replaced with '䐀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L328
Unicode escape sequence `\u030b` can be replaced with '̋'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L63
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L159
Unicode escape sequence `\u0ab8` can be replaced with 'સ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L172
Unicode escape sequence `\u0177` can be replaced with 'ŷ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L160
Unicode escape sequence `\u0b60` can be replaced with 'ୠ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L52
Unicode escape sequence `\u0500` can be replaced with 'Ԁ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L326
Unicode escape sequence `\u0214` can be replaced with 'Ȕ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L49
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L55
Unicode escape sequence `\u1c00` can be replaced with 'ᰀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L163
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L162
Unicode escape sequence `\u0f88` can be replaced with 'ྈ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L323
Unicode escape sequence `\u010a` can be replaced with 'Ċ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L328
Unicode escape sequence `\u0331` can be replaced with '̱'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L155
Unicode escape sequence `\u0508` can be replaced with 'Ԉ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L61
Unicode escape sequence `\u3a00` can be replaced with '㨀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L165
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L161
Unicode escape sequence `\u0cb0` can be replaced with 'ರ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L66
Unicode escape sequence `\u5d00` can be replaced with '崀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L66
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L56
Unicode escape sequence `\u1d00` can be replaced with 'ᴀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L327
Unicode escape sequence `\u02ac` can be replaced with 'ʬ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L54
Unicode escape sequence `\u1400` can be replaced with '᐀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L164
Unicode escape sequence `\u1148` can be replaced with 'ᅈ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L155
Unicode escape sequence `\u0578` can be replaced with 'ո'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L156
Unicode escape sequence `\u0690` can be replaced with 'ڐ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L158
Unicode escape sequence `\u0930` can be replaced with 'र'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L56
Unicode escape sequence `\u2200` can be replaced with '∀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L327
Unicode escape sequence `\u0286` can be replaced with 'ʆ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L62
Unicode escape sequence `\u4500` can be replaced with '䔀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L153
Unicode escape sequence `\u0348` can be replaced with '͈'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L164
Unicode escape sequence `\u10d8` can be replaced with 'ი'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L65
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L162
Unicode escape sequence `\u0ea8` can be replaced with 'ຨ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L52
Unicode escape sequence `\u0300` can be replaced with '̀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L326
Unicode escape sequence `\u0227` can be replaced with 'ȧ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L57
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L70
Unicode escape sequence `\u6d00` can be replaced with '洀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L57
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L326
Unicode escape sequence `\u024d` can be replaced with 'ɍ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L71
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L70
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L156
Unicode escape sequence `\u06c8` can be replaced with 'ۈ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L152
Unicode escape sequence `\u01f8` can be replaced with 'Ǹ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L61
Unicode escape sequence `\u3b00` can be replaced with '㬀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L66
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L329
Unicode escape sequence `\u037d` can be replaced with 'ͽ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L64
Unicode escape sequence `\u5400` can be replaced with '吀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L159
Unicode escape sequence `\u0a10` can be replaced with 'ਐ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L156
Unicode escape sequence `\u05e8` can be replaced with 'ר'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L262
Unicode escape sequence `\u0131` can be replaced with 'ı'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L61
Unicode escape sequence `\u3d00` can be replaced with '㴀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L61
Unicode escape sequence `\u4000` can be replaced with '䀀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L329
Unicode escape sequence `\u024d` can be replaced with 'ɍ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L163
Unicode escape sequence `\u0150` can be replaced with 'Ő'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L65
Unicode escape sequence `\u5800` can be replaced with '堀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L166
Unicode escape sequence `\u1378` can be replaced with '፸'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L330
Unicode escape sequence `\u03c9` can be replaced with 'ω'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L52
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L57
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L67
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L162
Unicode escape sequence `\u0f50` can be replaced with 'ཐ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L64
Unicode escape sequence `\u1f00` can be replaced with 'ἀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L85
Unicode escape sequence `\u0181` can be replaced with 'Ɓ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L63
Unicode escape sequence `\u4e00` can be replaced with '一'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L151
Unicode escape sequence `\u016c` can be replaced with 'Ŭ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L69
Unicode escape sequence `\u6a00` can be replaced with '樀'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L64
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L53
Unicode escape sequence `\u0c00` can be replaced with 'ఀ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L325
Unicode escape sequence `\u01a2` can be replaced with 'Ƣ'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L54
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unnecessary unicode escape sequence: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L69
Unicode escape sequence `\u0100` can be replaced with 'Ā'
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneManager.kt#L74
'com.intellij.openapi.externalSystem.importing.ProjectResolverPolicy' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneProjectResolver.kt#L26
'com.intellij.openapi.externalSystem.importing.ProjectResolverPolicy' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneManager.kt#L75
'isPartialDataResolveAllowed()' is declared in unstable interface 'com.intellij.openapi.externalSystem.importing.ProjectResolverPolicy' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneOpenProjectProvider.kt#L9
'com.intellij.openapi.externalSystem.importing.AbstractOpenProjectProvider' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneProjectResolver.kt#L21
Overridden method 'resolveProjectInfo(com.intellij.openapi.externalSystem.model.task.@org.jetbrains.annotations.NotNull ExternalSystemTaskId, [email protected] String, boolean, @org.jetbrains.annotations.Nullable S, com.intellij.openapi.externalSystem.importing.@org.jetbrains.annotations.Nullable ProjectResolverPolicy, com.intellij.openapi.externalSystem.model.task.@org.jetbrains.annotations.NotNull ExternalSystemTaskNotificationListener)' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneOpenProjectProvider.kt#L12
Overridden method 'isProjectFile(com.intellij.openapi.vfs.VirtualFile)' is declared in unstable 'com.intellij.openapi.externalSystem.importing.AbstractOpenProjectProvider' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneOpenProjectProvider.kt#L16
Overridden method 'linkToExistingProjectAsync(com.intellij.openapi.vfs.VirtualFile, com.intellij.openapi.project.Project, kotlin.coroutines.Continuation)' is declared in unstable 'com.intellij.openapi.externalSystem.importing.AbstractOpenProjectProvider' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneManager.kt#L74
Overridden method 'isApplicable(com.intellij.openapi.externalSystem.importing.@org.jetbrains.annotations.Nullable ProjectResolverPolicy)' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneUnlinkedProjectAware.kt#L38
'onProjectUnlinked(java.lang.String)' is declared in unstable 'com.intellij.openapi.externalSystem.autolink.ExternalSystemProjectLinkListener' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneUnlinkedProjectAware.kt#L23
'linkToExistingProject(java.lang.String, com.intellij.openapi.project.Project)' is declared in unstable 'com.intellij.openapi.externalSystem.importing.AbstractOpenProjectProvider' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneUnlinkedProjectAware.kt#L28
'com.intellij.openapi.externalSystem.autolink.ExternalSystemProjectLinkListener' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneOpenProjectProvider.kt#L9
'AbstractOpenProjectProvider()' is declared in unstable 'com.intellij.openapi.externalSystem.importing.AbstractOpenProjectProvider' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/io/runescript/plugin/ide/neptune/NeptuneUnlinkedProjectAware.kt#L34
'onProjectLinked(java.lang.String)' is declared in unstable 'com.intellij.openapi.externalSystem.autolink.ExternalSystemProjectLinkListener' marked with @ApiStatus.Experimental
Unused assignment: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L344
The value `zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L101
The value `zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L90
The value `zzUnpackcmap_blocks(ZZ_CMAP_BLOCKS_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L129
The value `zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L335
The value `zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L155
The value `zzUnpacktrans(ZZ_TRANS_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L196
The value `zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L76
The value `zzUnpackcmap_top(ZZ_CMAP_TOP_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L396
The value `zzUnpacktrans(ZZ_TRANS_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L299
The value `zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L74
The value `zzUnpackcmap_blocks(ZZ_CMAP_BLOCKS_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L54
The value `zzUnpackcmap_top(ZZ_CMAP_TOP_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L268
The value `zzUnpackcmap_blocks(ZZ_CMAP_BLOCKS_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L171
The value `zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/symbollang/lexer/_RsSymLexer.java#L46
The value `zzUnpackcmap_top(ZZ_CMAP_TOP_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L127
The value `zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/lang/lexer/_RsLexer.java#L299
The value `zzUnpacktrans(ZZ_TRANS_PACKED_0, offset, result)` assigned to `offset` is never used
Unused assignment: src/main/gen/io/runescript/plugin/lang/doc/lexer/_RsDocLexer.java#L440
The value `zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result)` assigned to `offset` is never used
Unused symbol: src/main/kotlin/io/runescript/plugin/ide/RsBundle.kt#L18
Function "pointer" is never used

Artifacts

Produced during runtime
Name Size
pluginVerifier-result Expired
24.1 KB
runescript-plugin-1.5.1 Expired
682 KB