-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1cda4b
commit b921ed1
Showing
227 changed files
with
2,158 additions
and
1,399 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Manifest-Version: 1.0 | ||
Ant-Version: Apache Ant 1.10.5 | ||
Created-By: 11.0.13+7-b1751.21 (JetBrains s.r.o.) | ||
Created-By: 11.0.13+7-b1751.25 (JetBrains s.r.o.) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
818 changes: 409 additions & 409 deletions
818
original-plugin-raw/zh/defaultBundleActions/DefaultActionsBundle.properties
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/AndroidRoomQuestionMarkBindParameter.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
报告使用未命名的查询形参(如 <code>WHERE id = ?</code>)的 Room SQL 查询。 Room 查询分析器不支持此做法,它需要已命名的查询形参(如 <code>WHERE id = :id</code>),这些形参对应于使用 <code>@Query</code> 注解的方法的实参。 | ||
报告使用未命名的查询形参(如 <code>WHERE id = ?</code>)的 Room SQL 查询。 Room 查询分析器不支持此做法,它需要已命名的查询形参(如 <code>WHERE id = :id</code>),这些形参对应于使用 <code>@Query</code> 注解的方法的实参。 | ||
</body> | ||
</html> |
4 changes: 2 additions & 2 deletions
4
original-plugin-raw/zh/inspectionDescriptions/ES6RedundantAwait.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 10 additions & 6 deletions
16
original-plugin-raw/zh/inspectionDescriptions/InfiniteRecursion.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
<html> | ||
<body> | ||
报告具有无限递归的方法和函数。 | ||
报告除非抛出异常否则无限调用自身的方法。 | ||
<p> | ||
此检查报告的方法不能正常返回。 | ||
虽然此类行为可能是有意为之,但在许多情况下,可能纯属疏忽。 | ||
</p> | ||
<p><b>示例:</b></p> | ||
<pre><code> | ||
int factorial(int n) { | ||
return n * factorial(n - 1); | ||
} | ||
</code></pre> | ||
<pre><code> int baz() { | ||
return baz(); | ||
}</code></pre> | ||
<!-- tooltip end --> | ||
|
||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/KotlinAnnotator.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
允许查看 Kotlin 注解器报告的问题:编译问题、IDE 未解析的引用等。 | ||
允许查看 Kotlin 注解器报告的问题: 编译问题、IDE 未解析的引用等。 | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/KotlinDeprecation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/MarkdownNoTableBorders.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<html> | ||
<body> | ||
检查表格是否有正确的边框。 | ||
出于兼容性原因,所有表格行的开头和结尾都应该有边框(管道符号)。 | ||
出于兼容性原因,所有表格行的开头和结尾都应该有边框(管道符号)。 | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/MutinyCallingSubscribeInNonBlockingScope.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gin-raw/zh/inspectionDescriptions/PhpCommentCanBeReplacedWithNamedArgumentInspection.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lugin-raw/zh/inspectionDescriptions/PhpUnitMisorderedAssertEqualsArgumentsInspection.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/PreviewDimensionRespectsLimit.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<html><body> | ||
检查 Preview 尺寸(宽度和高度)是否有最大限制。 | ||
检查 Preview 尺寸(宽度和高度)是否有最大限制。 | ||
</body></html> |
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/QodanaServiceMessage.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
报告 Qodana 服务消息(例如由于报告的大量问题而暂停特定检查)。 | ||
报告 Qodana 服务消息(例如由于报告的大量问题而暂停特定检查)。 | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/RbsDynamicTypeUsedInStaticContext.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<html> | ||
<body> | ||
报告动态类型(<code>instance</code>、<code>class</code> 和 <code>self</code>)在静态上下文中的用法。 | ||
报告动态类型(<code>instance</code>、<code>class</code> 和 <code>self</code>)在静态上下文中的用法。 | ||
<p>在静态上下文中使用动态类型可能会令人混淆,因为该类型永远不会改变。 对于给定的上下文,最好使用静态等效项。</p> | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/RbsIncorrectClassInclusionStatement.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<html> | ||
<body> | ||
报告引用类的包含调用(<code>include</code>、<code>prepend</code> 和 <code>extend</code>)。 | ||
报告引用类的包含调用(<code>include</code>、<code>prepend</code> 和 <code>extend</code>)。 | ||
<p>包含调用仅允许引用模块或接口。</p> | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/RbsLiteralClassReferenced.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<html> | ||
<body> | ||
报告对类型签名中的类 <code>NilClass</code>、<code>TrueClass</code> 和 <code>FalseClass</code> 的引用。 | ||
<p>这些类的用法非常冗长,可以替换为它们各自的文字:<code>nil</code>、<code>true</code> 和 <code>false</code>。</p> | ||
<p>这些类的用法非常冗长,可以替换为它们各自的文字: <code>nil</code>、<code>true</code> 和 <code>false</code>。</p> | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/RbsUnnecessaryParentheses.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<html> | ||
<body> | ||
报告函数类型中不必要的圆括号(例如,<code>def method: () -> untyped</code> 和 <code>^() -> untyped</code>)。 | ||
报告函数类型中不必要的圆括号(例如,<code>def method: () -> untyped</code> 和 <code>^() -> untyped</code>)。 | ||
<p>无参数的函数不需要圆括号,可以安全地移除圆括号。</p> | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/RbsUnresolvedReference.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
original-plugin-raw/zh/inspectionDescriptions/RedundantCast.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
<html> | ||
<body> | ||
报告不必要的转换表达式。 | ||
|
||
<p>示例:</p> | ||
<pre><code> | ||
static Object toObject(String s) { | ||
return (Object) s; | ||
} | ||
</code></pre> | ||
<!-- tooltip end --> | ||
<p> | ||
使用下面的复选框可以忽略澄清转换,例如应为 <code>Object</code> 的集合调用中的转换: | ||
<pre><code> | ||
static void removeFromList(List<String> l, Object o) { | ||
l.remove((String)o); | ||
} | ||
</code></pre> | ||
|
||
</body> | ||
</html> |
12 changes: 6 additions & 6 deletions
12
original-plugin-raw/zh/inspectionDescriptions/ResourceType.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<html> | ||
<body> | ||
此检查会查看使用各种支持的注解(如 RequiresPermission 或 UiThread)进行注解的 Android API 调用,并标记未按照注解指定的方式正确使用 API 的任何调用。 | ||
此检查会查看使用各种支持的注解(如 RequiresPermission 或 UiThread)进行注解的 Android API 调用,并标记未按照注解指定的方式正确使用 API 的任何调用。 | ||
<br><br> | ||
由此检查标记的错误示例: | ||
由此检查标记的错误示例: | ||
<ul> | ||
<li>将错误类型的资源整数(如 R.string)传递给需要不同类型(如 R.dimen)的 API。</li> | ||
<li>忘记在需要它的方法中调用被覆盖的方法(通过 super)</li> | ||
<li>将错误类型的资源整数(如 R.string)传递给需要不同类型(如 R.dimen)的 API。</li> | ||
<li>忘记在需要它的方法中调用被覆盖的方法(通过 super)</li> | ||
<li>调用需要权限但未在清单中声明该权限的方法</li> | ||
<li>将资源颜色引用传递给需要 RGB 整数值的方法。</li> | ||
</ul> | ||
…以及更多。 | ||
...以及更多。 | ||
<br><br> | ||
有关详细信息,请参阅以下文档: | ||
有关详细信息,请参阅以下文档: | ||
<a href="http://developer.android.com/tools/debugging/annotations.html">http://developer.android.com/tools/debugging/annotations.html</a> | ||
</body> | ||
</html> |
4 changes: 2 additions & 2 deletions
4
original-plugin-raw/zh/inspectionDescriptions/SelenideEmptyMatchText.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<html> | ||
<body> | ||
<p>报告传递给 Selenide 的 <code>text()</code> 和 <code>matchText()</code> 条件的空字符串:</p> | ||
<p>报告传递给 Selenide 的 <code>text()</code> 和 <code>matchText()</code> 条件的空字符串:</p> | ||
<p><b>示例:</b></p> | ||
<pre><code> | ||
$("#code").shouldHave(text("")) // 错误:text() 的参数不能为空字符串。 | ||
$("#code").shouldHave(text("")) // 错误: text() 的参数不能为空字符串。 | ||
</code></pre> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/TransitionPropertiesLabel.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<html><body> | ||
检查是否为创建 Compose 传递属性的 animate*(例如 animateFloat、animateColor)调用设置了标签形参。 | ||
检查是否为创建 Compose 传递属性的 animate* (例如 animateFloat、animateColor)调用设置了标签形参。 | ||
</body></html> |
4 changes: 2 additions & 2 deletions
4
original-plugin-raw/zh/inspectionDescriptions/UnnecessaryLocalVariableJS.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/UseEllipsisInPropertyInspection.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
报告用于代替省略号字符的三个“点”字符。 <br> | ||
报告 UTF-8 属性文件中用于代替省略号字符的三个“点”字符。 | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/inspectionDescriptions/ValidatorConfigModelInspection.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
验证验证器配置文件(classpath-root 中的 validators.xml)是否存在语法和引用错误。 | ||
验证验证器配置文件(classpath-root 中的 validators.xml)是否存在语法和引用错误。 | ||
</body> | ||
</html> |
7 changes: 5 additions & 2 deletions
7
original-plugin-raw/zh/intentionDescriptions/AddBracesIntention/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
<html><body> | ||
<p>在单行方法主体周围、值定义周围或 if/else 分支周围添加大括号。</p></body></html> | ||
<html> | ||
<body> | ||
添加大括号以控制流语句。 | ||
</body> | ||
</html> |
7 changes: 5 additions & 2 deletions
7
original-plugin-raw/zh/intentionDescriptions/AddNameToArgumentIntention/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
<html><body> | ||
<p>将命名实参用作当前和后续的实参。</p></body></html> | ||
<html> | ||
<body> | ||
向函数的所选实参添加形参名称。 | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/intentionDescriptions/CreateGetterAndSetterIntention/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
为字段创建 getter 和 setter。 将该字段设为 <code>private</code>,并根据代码样式设置进行重命名(默认添加 '_' 前缀)。 | ||
为字段创建 getter 和 setter。 将该字段设为 <code>private</code>,并根据代码样式设置进行重命名(默认添加 '_' 前缀)。 | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/intentionDescriptions/CreateGetterIntention/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
为字段创建 getter。 将该字段设为 <code>private</code>,并根据代码样式设置进行重命名(默认添加 '_' 前缀)。 | ||
为字段创建 getter。 将该字段设为 <code>private</code>,并根据代码样式设置进行重命名(默认添加 '_' 前缀)。 | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
original-plugin-raw/zh/intentionDescriptions/CreateSetterIntention/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
为字段创建 setter。 将该字段设为 <code>private</code>,并根据代码样式设置进行重命名(默认添加 '_' 前缀)。 | ||
为字段创建 setter。 将该字段设为 <code>private</code>,并根据代码样式设置进行重命名(默认添加 '_' 前缀)。 | ||
</body> | ||
</html> |
6 changes: 5 additions & 1 deletion
6
...plugin-raw/zh/intentionDescriptions/DefineImplicitVariableIntentionLocal/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
在当前模板文件的注释中声明隐式 Velocity 变量。 | ||
<html> | ||
<body> | ||
在当前模板文件的注释中声明隐式 FreeMarker 变量 | ||
</body> | ||
</html> |
7 changes: 6 additions & 1 deletion
7
...aw/zh/intentionDescriptions/DefineImplicitVariableIntentionLocalExternal/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
在外部文件中声明隐式 Velocity 变量,以避免源文件与 IntelliJ IDEA 特定的注释混淆。 | ||
<html> | ||
<body> | ||
在外部文件中声明隐式 FreeMarker 变量。 | ||
当前模块中的每个 FreeMarker 模板都可以使用此变量。 | ||
</body> | ||
</html> |
6 changes: 5 additions & 1 deletion
6
...n-raw/zh/intentionDescriptions/DefineImplicitVariableIntentionModuleWide/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
在外部文件中声明隐式 Velocity 变量。 该变量将在当前模块的每个 Velocity 模板中可用。 | ||
<html> | ||
<body> | ||
在外部文件中声明隐式 FreeMarker 变量,以避免源文件与 IntelliJ IDEA 特定的注释混淆。 | ||
</body> | ||
</html> |
4 changes: 2 additions & 2 deletions
4
original-plugin-raw/zh/intentionDescriptions/ExpandBooleanIntention/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
<p>用等效的 <b>if-then-else</b> 语句替换使用布尔表达式的 <b>return</b> 语句。</p> | ||
将使用 <code>boolean</code> 表达式的 <code>return</code> 或赋值语句替换为等效的 <code>if</code> <code>else</code> 语句。 | ||
</body> | ||
</html> | ||
</html> |
4 changes: 2 additions & 2 deletions
4
original-plugin-raw/zh/intentionDescriptions/ImportAllMembersIntention/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
<p>使用通配符语法导入软件包或类的所有内容,并用非限定的引用替换所有出现的内容。</p> | ||
添加所选引用的所有成员的导入,并移除该引用在文件中的显式用法。 | ||
</body> | ||
</html> | ||
</html> |
Oops, something went wrong.