Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the message valid as HTML #1383

Merged
merged 6 commits into from Dec 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.

## Unreleased - 2020-??-??

### Fixed
* Invalid HTML in the description of `LI_LAZY_INIT_UPDATE_STATIC` bug pattern ([#1383](https://github.com/spotbugs/spotbugs/pull/1383))

## 4.2.0 - 2020-11-28
### Fixed
* spotbugs reports `VO_VOLATILE_REFERENCE_TO_ARRAY` in synthetic code generated by Eclipse 4.17+ Java compiler ([#1313](https://github.com/spotbugs/spotbugs/issues/1313))
Expand Down
4 changes: 2 additions & 2 deletions docs/locale/ja/LC_MESSAGES/ant.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: spotbugs 3.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-05 01:09+0000\n"
"POT-Creation-Date: 2020-12-02 07:55+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 Down Expand Up @@ -226,7 +226,7 @@ msgid ""
"An optional attribute. It specifies the confidence/priority threshold for"
" reporting issues. If set to ``low``, confidence is not used to filter "
"bugs. If set to ``medium`` (the default), low confidence issues are "
"supressed. If set to ``high``, only high confidence bugs are reported."
"suppressed. If set to ``high``, only high confidence bugs are reported."
msgstr ""
"オプション属性です。問題を報告するための信頼度/優先度を指定します。``low`` "
"に設定すると,信頼度はバグをフィルタリングするために使われません。``medium`` (デフォルト) "
Expand Down