Skip to content

Commit

Permalink
build(release): update build
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jan 22, 2022
1 parent b1cda4b commit b921ed1
Show file tree
Hide file tree
Showing 227 changed files with 2,158 additions and 1,399 deletions.
342 changes: 342 additions & 0 deletions original-plugin-raw/zh.list.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion original-plugin-raw/zh/META-INF/MANIFEST.MF
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.)

2 changes: 1 addition & 1 deletion original-plugin-raw/zh/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<idea-plugin>
<id>com.intellij.zh</id>
<version>213.241</version>
<version>213.284</version>
<idea-version since-build="213" until-build="213.*"/>
<name>Chinese (Simplified) Language Pack / 中文语言包</name>
<vendor>JetBrains</vendor>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<nobr><font face="verdana" size="-2"><b>${HTTP_METHOD}</b></font></nobr>
</td>
<td width="10">&nbsp;</td>
<td width="100%" valign="top"><font face="verdana" size="-1">所使用的 HTTP 方法Get、Post 等</font></td>
<td width="100%" valign="top"><font face="verdana" size="-1">所使用的 HTTP 方法(Get、Post 等)</font></td>
</tr>
<tr>
<td valign="top">
Expand Down
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>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<body>
报告对 <code>await</code> 的冗余用法<code>await await</code>,或等待非 promise 结果的情况。
报告对 <code>await</code> 的冗余用法(<code>await await</code>),或等待非 promise 结果的情况。
<!-- tooltip end -->
<p>
当选择了 'Report for promises' 选项时,建议在适用的情况下移除 promise 前的 <code>await</code><code>return</code> 语句中和使用 <code>Promise.resolve/reject</code>
当选择了 'Report for promises' 选项时,建议在适用的情况下移除 promise 前的 <code>await</code> (<code>return</code> 语句中和使用 <code>Promise.resolve/reject</code>)
</p>
<p>在此类上下文中移除 <code>await</code> 会导致两个问题。</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion original-plugin-raw/zh/inspectionDescriptions/GrPOJO.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<body>
<p>报表注解 <code>@groovy.transform.stc.POJO</code> 在没有<code>@groovy.transform.CompileStatic</code> 的情况下的应用。<p>
<p>注解 <code>@POJO</code> 将 Groovy 类的编译过程更改为字节码。 如果没有显式启用的静态编译通过 <code>@CompileStatic</code> 注解完成,它就不起作用。
<p>注解 <code>@POJO</code> 将 Groovy 类的编译过程更改为字节码。 如果没有显式启用的静态编译(通过 <code>@CompileStatic</code> 注解完成),它就不起作用。
<p><b>示例:</b></p>
<pre><code>
@POJO // 报告 @POJO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
硬编码的 Struts 操作 URL。
报告 Struts 操作 URL 为“手动”制作的情况,并建议使用 Struts &lt;url&gt;标记<br/>进行转换。
<br/>
示例
示例:
<br/><br/>
&lt;a href="namespace/foo!bar.action?param1=value1&amp;param2=value2"/&gt;
<br/><br/>
Expand Down
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>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
允许查看 Kotlin 注解器报告的问题编译问题、IDE 未解析的引用等。
允许查看 Kotlin 注解器报告的问题: 编译问题、IDE 未解析的引用等。
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
报告在代码清理操作<b>代码 | 代码清理</b>期间过时的语言功能和不必要的冗长代码结构。
报告在代码清理操作(<b>代码 | 代码清理</b>)期间过时的语言功能和不必要的冗长代码结构。
<p>
该快速修复会自动用紧凑和最新的语法替换过时的语言功能或不必要的冗长代码结构。
<p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
检查表格是否有正确的边框。
出于兼容性原因,所有表格行的开头和结尾都应该有边框管道符号
出于兼容性原因,所有表格行的开头和结尾都应该有边框(管道符号)
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<body>
<p>报告 "reactive" 方法中的 <code>subscribe()</code> 调用。</p>
<p>返回发布程序包括 <code>Uni</code><code>Multi</code>的方法不应直接调用 <code>subscribe()</code> 方法,因为它可能破坏反应式调用链。</p>
<p>返回发布程序(包括 <code>Uni</code><code>Multi</code>)的方法不应直接调用 <code>subscribe()</code> 方法,因为它可能破坏反应式调用链。</p>
<p>不要使用 <code>subscribe()</code>,而是考虑使用组合运算符,例如 <code>flatMap()</code><code>merge()</code> 等。</p>
<p><b>示例:</b></p>
<pre><code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
System.out.println(d.toString());
}
</code></pre>
解决此问题的一种可能方式是
解决此问题的一种可能方式是:
<pre><code>
void print(Double d) {
System.out.printf("%f%n", d);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
报告仅包含参数名称的函数调用中参数之前的内联注释因此可用作提示。 在 PHP 8.0 及更高版本中,可以改用命名参数。
报告仅包含参数名称的函数调用中参数之前的内联注释(因此可用作提示)。 在 PHP 8.0 及更高版本中,可以改用命名参数。
<p>
有关详细信息,请参阅 <a href="https://wiki.php.net/rfc/match_expression_v2">Named arguments (php.net)</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
报告对 PHPUnit 相等断言方法<code>assertEquals()</code><code>assertNotEquals()</code><code>assertSame()</code>的调用,这些方法的预期结果参数为非文字,实际结果参数为文字。 这样的调用对于通过的断言表现良好,但如果它们的预期参数和实际参数不同,则可能产生令人困惑的错误报告。
报告对 PHPUnit 相等断言方法(<code>assertEquals()</code><code>assertNotEquals()</code><code>assertSame()</code>)的调用,这些方法的预期结果参数为非文字,实际结果参数为文字。 这样的调用对于通过的断言表现良好,但如果它们的预期参数和实际参数不同,则可能产生令人困惑的错误报告。
<!-- tooltip end -->
<p>
有关详细信息,请参阅 <a href="https://phpunit.readthedocs.io/en/8.4/assertions.html#assertequals">assertEquals</a>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<html><body>
检查 Preview 尺寸宽度和高度是否有最大限制。
检查 Preview 尺寸(宽度和高度)是否有最大限制。
</body></html>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
报告 Qodana 服务消息例如由于报告的大量问题而暂停特定检查
报告 Qodana 服务消息(例如由于报告的大量问题而暂停特定检查)
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
报告类型形参被忽略的泛型类。 这种对泛型类型的<i>原始</i>使用在 Java 中虽然有效,但它违背了类型形参的用途,并且可能掩盖错误。 此检查反映出 <code>javac</code><code>rawtypes</code> 警告。
<p><b>示例:</b></p>
<pre><code>
//警告形参化类 'List' 的原始使用
//警告: 形参化类 'List' 的原始使用
List list = new ArrayList&lt;String&gt;();
//创建了字符串列表,但也接受整数
list.add(1);
Expand Down
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>
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>
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>
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>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
报告无法解析为任何声明的引用例如,方法引用或常量引用
报告无法解析为任何声明的引用(例如,方法引用或常量引用)
<p>由于拼写错误,经常会出现无法解析的引用,并且可能导致
<code>UnknownMethodAlias</code>
<code>UnknownTypeName</code> 等错误。</p>
Expand Down
16 changes: 16 additions & 0 deletions original-plugin-raw/zh/inspectionDescriptions/RedundantCast.html
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&lt;String&gt; l, Object o) {
l.remove((String)o);
}
</code></pre>

</body>
</html>
12 changes: 6 additions & 6 deletions original-plugin-raw/zh/inspectionDescriptions/ResourceType.html
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>
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>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<code>type[]</code> 应用于数组类型,不包含任何空格。
<br>
<br>
示例<code>java.lang.Object[]</code>
示例: <code>java.lang.Object[]</code>
</p>
</body>
</html>
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>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>
<body>
报告不会让函数更易于理解的不必要局部变量 <ul>
报告不会让函数更易于理解的不必要局部变量: <ul>
<li>立刻返回的局部变量</li>
<li>立刻赋值给另一个变量并且不再使用的局部变量</li>
<li>立刻赋值给另一个变量并且不再使用的局部变量</li>
<li>总是与另一个局部变量或形参的值相同的局部变量。</li></ul>
<!-- tooltip end -->
<p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
报告用于代替省略号字符的三个“点”字符。 <br>
报告 UTF-8 属性文件中用于代替省略号字符的三个“点”字符。
</body>
</html>
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>
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>
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<html><body>
<p>将命名实参用作当前和后续的实参。</p></body></html>
<html>
<body>
向函数的所选实参添加形参名称。
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<body>
<code>String</code> 串联的文本复制到系统剪贴板。 这可能很有用,例如,当您将代码中的多行 SQL 查询拆分为需要复制到外部应用程序的串联行时。
</body>
</html>
</html>
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>
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>
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>
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
在当前模板文件的注释中声明隐式 Velocity 变量。
<html>
<body>
在当前模板文件的注释中声明隐式 FreeMarker 变量
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
在外部文件中声明隐式 Velocity 变量,以避免源文件与 IntelliJ IDEA 特定的注释混淆。
<html>
<body>
在外部文件中声明隐式 FreeMarker 变量。
当前模块中的每个 FreeMarker 模板都可以使用此变量。
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
在外部文件中声明隐式 Velocity 变量。 该变量将在当前模块的每个 Velocity 模板中可用。
<html>
<body>
在外部文件中声明隐式 FreeMarker 变量,以避免源文件与 IntelliJ IDEA 特定的注释混淆。
</body>
</html>
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>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
<p>使用通配符语法导入软件包或类的所有内容,并用非限定的引用替换所有出现的内容。</p>
添加所选引用的所有成员的导入,并移除该引用在文件中的显式用法。
</body>
</html>
</html>
Loading

0 comments on commit b921ed1

Please sign in to comment.