javabank icon indicating copy to clipboard operation
javabank copied to clipboard

Client(String, int) throws UnknownFormatConversionException

Open Elewyth opened this issue 7 years ago • 3 comments

Using the Client(String, int) constructor throws an UnknownFormatConversionException, because %i is not supported (should be %d).

Reproduce: Client client = new Client("localhost", 2525); (Yes, this is the default, but just to demonstrate)

Elewyth avatar Mar 26 '17 17:03 Elewyth

FYI: This should be resolved now.

tstphnsn avatar Nov 08 '17 11:11 tstphnsn

Sweet! I'll close this issue once I get a new version deployed with Travis.

thejamesthomas avatar Nov 08 '17 22:11 thejamesthomas

Will this be getting deployed? The latest published version still doesnt have this update.

VinayBerry avatar Dec 11 '19 23:12 VinayBerry