Skip to content

Commit

Permalink
Merge remote-tracking branch 'spotbugs/master' into read-the-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Oct 18, 2017
2 parents f29acc6 + e2ae33c commit 31cfaa1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 38 deletions.
30 changes: 14 additions & 16 deletions docs/locale/ja/LC_MESSAGES/maven.po
Expand Up @@ -3,10 +3,8 @@
# This file is distributed under the same license as the spotbugs package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: spotbugs 3.1\n"
msgstr "Project-Id-Version: spotbugs 3.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-23 14:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand All @@ -19,65 +17,65 @@ msgstr ""

#: ../../maven.rst:2
msgid "Using the SpotBugs Maven Plugin"
msgstr ""
msgstr "SpotBugs Maven プラグインの使い方"

#: ../../maven.rst:4
msgid "This chapter describes how to integrate SpotBugs into a Maven project."
msgstr ""
msgstr "この章では,Maven プロジェクトに SpotBugs を統合する方法について説明します。"

#: ../../maven.rst:7
msgid "Add spotbugs-maven-plugin to your pom.xml"
msgstr ""
msgstr "pom.xml に spotbugs-maven-plugin を追加する"

#: ../../maven.rst:9
msgid "Add ``<plugin>`` into your ``pom.xml`` like below:"
msgstr ""
msgstr "次のように ``pom.xml`` に ``<plugin>`` を追加してください。"

#: ../../maven.rst:28
msgid "Goals of spotbugs-maven-plugin"
msgstr ""
msgstr "spotbugs-maven-plugin のゴール"

#: ../../maven.rst:31
msgid "spotbugs goal"
msgstr ""
msgstr "spotbugs ゴール"

#: ../../maven.rst:33
msgid ""
"``spotbugs`` goal analyses target project by SpotBugs. For detail, please"
" refer `spotbugs goal description in maven site "
"<https://spotbugs.github.io/spotbugs-maven-plugin/spotbugs-mojo.html>`_."
msgstr ""
msgstr "``spotbugs`` ゴールは,SpotBugs によるターゲットプロジェクトの解析をします。詳細については,`maven サイトの spotbugs ゴールの説明 <https://spotbugs.github.io/spotbugs-maven-plugin/spotbugs-mojo.html>`_ を参照してください。"

#: ../../maven.rst:37
msgid "check goal"
msgstr ""
msgstr "check ゴール"

#: ../../maven.rst:39
msgid ""
"``check`` goal runs analysis like ``spotbugs`` goal, and make the build "
"failed if it found any bugs. For detail, please refer `check goal "
"description in maven site <https://spotbugs.github.io/spotbugs-maven-"
"plugin/check-mojo.html>`_."
msgstr ""
msgstr "``check`` ゴールは,``spotbugs`` ゴールのような解析を行い,バグが見つかったらビルドが失敗します。詳細については,`maven サイトの check ゴールの説明 <https://spotbugs.github.io/spotbugs-maven-plugin/check-mojo.html>`_ を参照してください。"

#: ../../maven.rst:43
msgid "gui goal"
msgstr ""
msgstr "gui ゴール"

#: ../../maven.rst:45
msgid ""
"``gui`` goal launches SpotBugs GUI to check analysis result. For detail, "
"please refer `gui goal description in maven site "
"<https://spotbugs.github.io/spotbugs-maven-plugin/gui-mojo.html>`_."
msgstr ""
msgstr "``gui`` ゴールは,SpotBugs GUI を起動し,解析結果を確認します。詳細については,`maven サイトの gui ゴール <https://spotbugs.github.io/spotbugs-maven-plugin/gui-mojo.html>`_ を参照してください。"

#: ../../maven.rst:49
msgid "help goal"
msgstr ""
msgstr "help ゴール"

#: ../../maven.rst:51
msgid "``help`` goal displays usage of this Maven plugin."
msgstr ""
msgstr "``help`` ゴールは,この Maven プラグインの使い方を表示します。"

#~ msgid "This goal launches SpotBugs GUI to check analysis result."
#~ msgstr ""
Expand Down
27 changes: 7 additions & 20 deletions docs/locale/ja/LC_MESSAGES/migration.po
Expand Up @@ -4,8 +4,7 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: spotbugs 3.1\n"
msgstr "Project-Id-Version: spotbugs 3.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-10-18 13:35+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand All @@ -28,9 +27,7 @@ msgstr ""
msgid ""
"Simply replace ``com.google.code.findbugs:findbugs`` with "
"``com.github.spotbugs:spotbugs``."
msgstr ""
"``com.google.code.findbugs:findbugs`` を ``com.github.spotbugs:spotbugs`` "
"に換えてください。"
msgstr "``com.google.code.findbugs:findbugs`` を ``com.github.spotbugs:spotbugs`` に換えてください。"

#: ../../migration.rst:16
msgid "com.google.code.findbugs:jsr305"
Expand All @@ -40,9 +37,7 @@ msgstr ""
msgid ""
"JSR305 is already Dormant status, so SpotBugs does not release ``jsr305``"
" jar file. Please continue using findbugs' one."
msgstr ""
"JSR305 は,すでに休止状態なので,SpotBugs は ``jsr305`` jarファイルをリリースしません。FindBugs "
"のものを使い続けてください。"
msgstr "JSR305 は,すでに休止状態なので,SpotBugs は ``jsr305`` jarファイルをリリースしません。FindBugs のものを使い続けてください。"

#: ../../migration.rst:22
msgid "com.google.code.findbugs:findbugs-annotations"
Expand All @@ -61,9 +56,7 @@ msgstr ""
msgid ""
"Please depend on both of ``spotbugs-annotations`` and ``net.jcip:jcip-"
"annotations:1.0`` instead."
msgstr ""
"代わりに ``spotbugs-annotations`` と ``net.jcip:jcip-annotations:1.0`` "
"の両方に依存してください。"
msgstr "代わりに ``spotbugs-annotations`` と ``net.jcip:jcip-annotations:1.0`` の両方に依存してください。"

#: ../../migration.rst:44
msgid "FindBugs Ant task"
Expand All @@ -77,14 +70,11 @@ msgstr "``findbugs-ant.jar`` を ``spotbugs-ant.jar`` に換えてください
msgid "FindBugs Maven plugin"
msgstr "FindBugs Maven プラグイン"

#: ../../migration.rst:68
#, fuzzy
#: ../../migration.rst:101
msgid ""
"Please use `com.github.spotbugs:spotbugs-maven-plugin` instead of "
"`org.codehaus.mojo:findbugs-maven-plugin`."
msgstr ""
"``org.codehaus.mojo:findbugs-maven-plugin`` の代わりに "
"``com.github.hazendaz.spotbugs:spotbugs-maven-plugin`` を使用してください。"
msgstr "`org.codehaus.mojo:findbugs-maven-plugin` の代わりに `com.github.spotbugs:spotbugs-maven-plugin` を使用してください。"

#: ../../migration.rst:74
msgid "FindBugs Gradle plugin"
Expand All @@ -94,9 +84,7 @@ msgstr "FindBugs Gradle プラグイン"
msgid ""
"Please use spotbugs plugin found on "
"https://plugins.gradle.org/plugin/com.github.spotbugs"
msgstr ""
"https://plugins.gradle.org/plugin/com.github.spotbugs にある spotbugs "
"プラグインを使用してください。"
msgstr "https://plugins.gradle.org/plugin/com.github.spotbugs にある spotbugs プラグインを使用してください。"

#: ../../migration.rst:96
msgid "FindBugs Eclipse plugin"
Expand All @@ -120,4 +108,3 @@ msgstr "https://spotbugs.github.io/eclipse-latest/ (最新のビルドを使用

#~ msgid "xml"
#~ msgstr ""

3 changes: 1 addition & 2 deletions spotbugs/build.gradle
@@ -1,5 +1,5 @@
plugins {
id "com.github.spotbugs" version "1.4"
id "com.github.spotbugs" version "1.5"
}

apply from: "$rootDir/gradle/jacoco.gradle"
Expand Down Expand Up @@ -68,7 +68,6 @@ dependencies {
spotbugs {
effort = "max"
reportLevel = "high"
toolVersion '3.1.0-RC6'
}

clean {
Expand Down

0 comments on commit 31cfaa1

Please sign in to comment.