Home | History | Annotate | Download | only in util

Lines Matching refs:toString

348                     errln("Numeric code mismatch for region " + r.toString() + ". Expected: " + e + " Got:" + n);
351 errln("Expected region " + r.toString() + " to be of type " + rd[3] + ". Got:" + r.getType().toString());
357 errln("Creating region " + r.toString() + " by its numeric code returned a different region. Got: " + ncRegion.toString());
399 if ( !expectedID.equals(r.toString())) {
400 errln("Unexpected region ID for Region.getInstance(\"" + inputID + "\"); Expected: " + expectedID + " Got: " + r.toString());
430 if ( !expectedID.equals(r.toString())) {
431 errln("Unexpected region ID for Region.getInstance(" + inputID + "); Expected: " + expectedID + " Got: " + r.toString());
451 errln("Region: " + r.toString() + " contains region: " + cr.toString() + ". Expected containing region of this region to be the original region, but got: " +
452 ( cr.getContainingRegion() == null ? "NULL" : cr.getContainingRegion().toString()));
472 errln("Continent: " + r.toString() + " contains territory: " + cr.toString() + ". Expected containing continent of this region to be the original continent, but got: " +
473 ( cr.getContainingRegion() == null ? "NULL" : cr.getContainingRegion().toString()));
490 errln("Containing continent for " + r.toString() + " should have been NULL. Got: " + c.toString());
495 errln("Expected containing continent of region " + r.toString() + " to be " + p.toString() + ". Got: " + ( c == null ? "NULL" : c.toString()) );
512 errln("Containing region for " + r.toString() + " should have been NULL. Got: " + c.toString());
517 errln("Expected containing region of region " + r.toString() + " to be " + p.toString() + ". Got: " + ( c == null ? "NULL" : c.toString()) );
547 errln("Region.getPreferredValues() for region:" + inputID + "should have contained: " + pvr.toString() + "but it didn't.");
567 errln("Region " + c.toString() + "should have contained: " + r.toString() + "but it didn't.");
586 "Available = " + availableTerritories.toString() + "\n" +
587 "Contained in World = " + containedInWorld.toString());