Skip to content

Commit 1e282dd

Browse files
committed
Merge pull request #48 from shalinmangar/solr_7258_fixes
Forbid MessageFormat.format(String,Object[]) because it uses default locale
2 parents 08a8f48 + 3676952 commit 1e282dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/de/thetaphi/forbiddenapis/signatures/jdk-unsafe-1.5.txt

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ java.text.DecimalFormat#<init>()
6868
java.text.DecimalFormat#<init>(java.lang.String)
6969
java.text.DecimalFormatSymbols#<init>()
7070
java.text.MessageFormat#<init>(java.lang.String)
71+
java.text.MessageFormat#format(java.lang.String,java.lang.Object[])
7172
java.text.NumberFormat#getInstance()
7273
java.text.NumberFormat#getNumberInstance()
7374
java.text.NumberFormat#getIntegerInstance()

0 commit comments

Comments
 (0)