alexruiz / fest-swing-1.x

FEST Functional Swing Testing
http://fest.easytesting.org
109 stars 34 forks source link

Bad String.format() call in Formatting #9

Open martinrleon opened 11 years ago

martinrleon commented 11 years ago

I hope you don't mind me posting issues I come across. I know you are currently working on this repository, but we are in urgent need of a version of FEST that will work with Java 1.7. The current code snapshot seems to address the problem I reported (Issue #2 ).

Hopefully there are only minor issues still remaining to address, like the following.

There are 2 '%s' format specifiers but only one argument provided.

https://github.com/alexruiz/fest-swing-1.x/blob/master/fest-swing/src/main/java/org/fest/swing/format/Formatting.java#L181

Please let me know if you prefer I not continue posting issues I come across.