The following document contains the results of Clirr.
Severity | Message | Class | Method / Field |
---|---|---|---|
![]() | Parameter 2 of 'public Raycasting(cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot, java.util.logging.Logger)' has changed its type to cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.LevelGeometryModule | cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.Raycasting | public Raycasting(cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot, java.util.logging.Logger) |
![]() | Parameter 2 of 'public RaycastingBSP(cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot, java.util.logging.Logger)' has changed its type to cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.LevelGeometryModule | cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.RaycastingBSP | public RaycastingBSP(cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot, java.util.logging.Logger) |
![]() | In method 'public RaycastingBSP(cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot)' the number of arguments has changed | cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.RaycastingBSP | public RaycastingBSP(cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot) |
![]() | Class cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.BSPNode removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.BSPNode | |
![]() | Parameter 1 of 'public LevelGeometry(java.lang.String)' has changed its type to java.util.logging.Logger | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.LevelGeometry | public LevelGeometry(java.lang.String) |
![]() | Accessibility of field random has been weakened from public to private | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | random |
![]() | In method 'public NavMesh(boolean)' the number of arguments has changed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public NavMesh(boolean) |
![]() | Method 'public NavMesh()' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public NavMesh() |
![]() | Method 'public void draw()' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public void draw() |
![]() | Method 'public void draw(java.lang.String, cz.cuni.amis.pogamut.base3d.worldview.object.Location)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public void draw(java.lang.String, cz.cuni.amis.pogamut.base3d.worldview.object.Location) |
![]() | Method 'public void drawLevelGeometry(cz.cuni.amis.pogamut.base3d.worldview.object.Location)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public void drawLevelGeometry(cz.cuni.amis.pogamut.base3d.worldview.object.Location) |
![]() | Method 'public void drawOnePolygon(int, cz.cuni.amis.pogamut.base3d.worldview.object.Location)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public void drawOnePolygon(int, cz.cuni.amis.pogamut.base3d.worldview.object.Location) |
![]() | Method 'public void drawOnePolygon(int)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public void drawOnePolygon(int) |
![]() | Method 'public void drawOnlyBiggestLeaf()' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public void drawOnlyBiggestLeaf() |
![]() | Method 'public void drawPath(cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture, cz.cuni.amis.pogamut.base3d.worldview.object.Location)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public void drawPath(cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture, cz.cuni.amis.pogamut.base3d.worldview.object.Location) |
![]() | Method 'public void drawPolygonPath(java.util.List, cz.cuni.amis.pogamut.base3d.worldview.object.Location)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public void drawPolygonPath(java.util.List, cz.cuni.amis.pogamut.base3d.worldview.object.Location) |
![]() | Method 'public cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.LevelGeometry getLevelGeometry()' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.LevelGeometry getLevelGeometry() |
![]() | Method 'public java.lang.String polygonToDebugString(int)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public java.lang.String polygonToDebugString(int) |
![]() | Parameter 1 of 'public void setBiggestLeafInTree(cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.BSPNode)' has changed its type to cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMeshBSPNode | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public void setBiggestLeafInTree(cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.BSPNode) |
![]() | Method 'public java.lang.String toDebugString()' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public java.lang.String toDebugString() |
![]() | Method 'public void unDraw()' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public void unDraw() |
![]() | Changed type of field biggestLeafInTree from cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.BSPNode to cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMeshBSPNode | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMeshCore | biggestLeafInTree |
![]() | Changed type of field bspTree from cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.BSPNode to cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMeshBSPNode | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMeshCore | bspTree |
![]() | Removed field navMesh | cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot | navMesh |
![]() | Method 'public cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh getNavMesh()' has been removed | cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot | public cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh getNavMesh() |
![]() | Removed cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject from the set of implemented interfaces | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdate | |
![]() | Removed cz.cuni.amis.pogamut.multi.communication.worldview.object.ICompositeWorldObject from the set of implemented interfaces | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdate | |
![]() | Method 'public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdate | public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId() |
![]() | Method 'public cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId getId()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdate | public cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId getId() |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdate$LocationUpdateUpdate removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdate$LocationUpdateUpdate | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateCompositeImpl removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateCompositeImpl | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateLocal removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateLocal | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateLocalImpl removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateLocalImpl | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateLocalImpl$LocationUpdateLocalUpdate removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateLocalImpl$LocationUpdateLocalUpdate | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateMessage removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateMessage | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateMessage$LocationUpdateLocalMessage removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateMessage$LocationUpdateLocalMessage | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateMessage$LocationUpdateSharedMessage removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateMessage$LocationUpdateSharedMessage | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateMessage$LocationUpdateStaticMessage removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateMessage$LocationUpdateStaticMessage | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateShared removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateShared | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateSharedImpl removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateSharedImpl | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateSharedImpl$LocationUpdateSharedUpdate removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateSharedImpl$LocationUpdateSharedUpdate | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStatic removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStatic | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStaticImpl removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStaticImpl | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStaticImpl$LocationUpdateStaticUpdate removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStaticImpl$LocationUpdateStaticUpdate | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator$LocationUpdateCreator removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator$LocationUpdateCreator | |
![]() | Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator$LocationUpdateSharedCreator removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004SharedObjectCreator$LocationUpdateSharedCreator | |
![]() | Value of compile-time constant PROTOTYPE has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdate | PROTOTYPE |