MCPcopy Create free account
hub / github.com/Neop/mudmap2 / max

Method max

src/main/java/mudmap2/frontend/dialog/PlaceDialog.java:255–258  ·  view source on GitHub ↗
(int a, int b)

Source from the content-addressed store, hash-verified

253
254 // Integer.max() causes java.lang.NoSuchMethodError in some cases
255 private int max(int a, int b){
256 if(a > b) return a;
257 else return b;
258 }
259
260 /**
261 * Saves the place data

Callers 14

createMethod · 0.95
mouseWheelMovedMethod · 0.80
setTileSizeMethod · 0.80
tileSizeIncrementMethod · 0.80
tileSizeDecrementMethod · 0.80
isSelectedMethod · 0.80
getTileBorderWidthMethod · 0.80
getExitCircleRadiusMethod · 0.80
getSelectionSizeMethod · 0.80
getSelectionCenterMethod · 0.80
updateSizeCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected