Skip to content

Commit

Permalink
fix typo in implement-plugin page
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Jul 2, 2017
1 parent a4e0279 commit 7323029
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/implement-plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Then Maven archetype plugin will ask you to decide plugin's groupId, artifactId,
-DarchetypeGroupId=com.github.spotbugs \
-DarchetypeVersion=0.1.0
Write java codes to represent bug to find
-----------------------------------------
Write java code to represent bug to find
----------------------------------------

In generated project, you can find a file named as `BadCase.java <https://github.com/spotbugs/spotbugs-archetype/blob/spotbugs-archetype-0.1.0/src/main/resources/archetype-resources/src/test/java/BadCase.java>`_.
Update this file to represent the target bug to find.
Expand All @@ -34,8 +34,8 @@ You can use `BugInstanceMatcher <https://github.com/spotbugs/spotbugs/blob/maste
Currently this test should fail, because we've not updated detector itself yet.


Write java codes to avoid false-positive
----------------------------------------
Write java code to avoid false-positive
---------------------------------------

To avoid false-positive, it is good to ensure that in which case detector should NOT find bug.

Expand Down
12 changes: 9 additions & 3 deletions docs/locale/ja/LC_MESSAGES/implement-plugin.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: spotbugs 3.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-02 06:33+0000\n"
"POT-Creation-Date: 2017-07-02 06:48+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -34,7 +34,7 @@ msgid ""
msgstr ""

#: ../../implement-plugin.rst:18
msgid "Write java codes to represent bug to find"
msgid "Write java code to represent bug to find"
msgstr ""

#: ../../implement-plugin.rst:20
Expand Down Expand Up @@ -82,7 +82,7 @@ msgid ""
msgstr ""

#: ../../implement-plugin.rst:38
msgid "Write java codes to avoid false-positive"
msgid "Write java code to avoid false-positive"
msgstr ""

#: ../../implement-plugin.rst:40
Expand Down Expand Up @@ -256,3 +256,9 @@ msgstr ""
#~ msgid "Update findbugs.xml and messages.xml"
#~ msgstr ""

#~ msgid "Write java codes to represent bug to find"
#~ msgstr ""

#~ msgid "Write java codes to avoid false-positive"
#~ msgstr ""

0 comments on commit 7323029

Please sign in to comment.