The following document contains the results of Clirr.
Severity | Message | Class | Method / Field |
---|---|---|---|
Method 'public cz.cuni.amis.pogamut.base.utils.logging.LogCategory getLog()' has been added to an interface | cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004GetBackToNavGraph | public cz.cuni.amis.pogamut.base.utils.logging.LogCategory getLog() | |
Method 'public java.util.logging.Logger getLog()' has been added to an interface | cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004RunStraight | public java.util.logging.Logger getLog() | |
Return type of method 'public float getDistance(cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint, cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint)' has been changed to double | cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap | public float getDistance(cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint, cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint) | |
Field random is now static | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.LevelGeometry | random | |
Method 'public void draw(cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server, cz.cuni.amis.pogamut.base3d.worldview.object.Location)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.LevelGeometry | public void draw(cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server, cz.cuni.amis.pogamut.base3d.worldview.object.Location) | |
Method 'public void drawOneTriangle(cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server, int, cz.cuni.amis.pogamut.base3d.worldview.object.Location)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.LevelGeometry | public void drawOneTriangle(cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server, int, cz.cuni.amis.pogamut.base3d.worldview.object.Location) | |
In method 'public LevelGeometryModule(cz.cuni.amis.pogamut.base.communication.worldview.IWorldView, cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger)' the number of arguments has changed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.LevelGeometryModule | public LevelGeometryModule(cz.cuni.amis.pogamut.base.communication.worldview.IWorldView, cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger) | |
Return type of method 'protected void eliminateUnreachablePolygons()' has been changed to boolean | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | protected void eliminateUnreachablePolygons() | |
Method 'public java.util.List getOffMeshPoinsOnPolygon(int)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public java.util.List getOffMeshPoinsOnPolygon(int) | |
Method 'public int getPolygonIdByLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public int getPolygonIdByLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location) | |
Method 'public int getPolygonIdByPoint3D(math.geom3d.Point3D)' has been removed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | public int getPolygonIdByPoint3D(math.geom3d.Point3D) | |
In method 'protected boolean load(cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo)' the number of arguments has changed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.NavMesh | protected boolean load(cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.GameInfo) | |
In method 'public void draw()' the number of arguments has changed | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.drawing.NavMeshDraw | public void draw() | |
Return type of method 'public void draw()' has been changed to boolean | cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.drawing.NavMeshDraw | public void draw() | |
Method 'public void mapInfoObtained()' has been added to an interface | cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController | public void mapInfoObtained() | |
Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Teleport removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.Teleport | ||
Abstract method 'public java.lang.Boolean isSpectator()' has been added | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player | public java.lang.Boolean isSpectator() | |
In method 'public PlayerMessage(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId, java.lang.String, java.lang.String, java.lang.String, boolean, cz.cuni.amis.pogamut.base3d.worldview.object.Rotation, cz.cuni.amis.pogamut.base3d.worldview.object.Location, cz.cuni.amis.pogamut.base3d.worldview.object.Velocity, int, java.lang.String, boolean, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)' the number of arguments has changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerMessage | public PlayerMessage(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId, java.lang.String, java.lang.String, java.lang.String, boolean, cz.cuni.amis.pogamut.base3d.worldview.object.Rotation, cz.cuni.amis.pogamut.base3d.worldview.object.Location, cz.cuni.amis.pogamut.base3d.worldview.object.Velocity, int, java.lang.String, boolean, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) | |
Abstract method 'public java.lang.Boolean isSpectator()' has been added | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerShared | public java.lang.Boolean isSpectator() | |
Class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SeeVolume removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SeeVolume | ||
Method 'public int getHelmetArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self | public int getHelmetArmor() | |
Method 'public java.lang.String getPowerUp()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self | public java.lang.String getPowerUp() | |
Method 'public double getPowerUpTime()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self | public double getPowerUpTime() | |
Method 'public int getShieldBeltArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self | public int getShieldBeltArmor() | |
Method 'public int getThighpadArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self | public int getThighpadArmor() | |
Method 'public int getVestArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self | public int getVestArmor() | |
Method 'public int getHelmetArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl | public int getHelmetArmor() | |
Method 'public java.lang.String getPowerUp()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl | public java.lang.String getPowerUp() | |
Method 'public double getPowerUpTime()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl | public double getPowerUpTime() | |
Method 'public int getShieldBeltArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl | public int getShieldBeltArmor() | |
Method 'public int getThighpadArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl | public int getThighpadArmor() | |
Method 'public int getVestArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfCompositeImpl | public int getVestArmor() | |
Method 'public int getHelmetArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal | public int getHelmetArmor() | |
Method 'public java.lang.String getPowerUp()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal | public java.lang.String getPowerUp() | |
Method 'public double getPowerUpTime()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal | public double getPowerUpTime() | |
Method 'public int getShieldBeltArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal | public int getShieldBeltArmor() | |
Method 'public int getThighpadArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal | public int getThighpadArmor() | |
Method 'public int getVestArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal | public int getVestArmor() | |
Removed field HelmetArmor | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | HelmetArmor | |
Removed field PowerUp | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | PowerUp | |
Removed field PowerUpTime | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | PowerUpTime | |
Removed field ShieldBeltArmor | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | ShieldBeltArmor | |
Removed field ThighpadArmor | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | ThighpadArmor | |
Removed field VestArmor | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | VestArmor | |
In method 'public SelfLocalImpl(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId, cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId, java.lang.String, boolean, cz.cuni.amis.pogamut.base3d.worldview.object.Location, cz.cuni.amis.pogamut.base3d.worldview.object.Velocity, cz.cuni.amis.pogamut.base3d.worldview.object.Rotation, int, java.lang.String, boolean, int, int, int, int, int, int, int, int, int, int, boolean, boolean, boolean, cz.cuni.amis.pogamut.base3d.worldview.object.Location, cz.cuni.amis.pogamut.base3d.worldview.object.Location, java.lang.String, double, java.lang.String, double, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)' the number of arguments has changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | public SelfLocalImpl(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId, cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId, java.lang.String, boolean, cz.cuni.amis.pogamut.base3d.worldview.object.Location, cz.cuni.amis.pogamut.base3d.worldview.object.Velocity, cz.cuni.amis.pogamut.base3d.worldview.object.Rotation, int, java.lang.String, boolean, int, int, int, int, int, int, int, int, int, int, boolean, boolean, boolean, cz.cuni.amis.pogamut.base3d.worldview.object.Location, cz.cuni.amis.pogamut.base3d.worldview.object.Location, java.lang.String, double, java.lang.String, double, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) | |
Method 'public int getHelmetArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | public int getHelmetArmor() | |
Method 'public java.lang.String getPowerUp()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | public java.lang.String getPowerUp() | |
Method 'public double getPowerUpTime()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | public double getPowerUpTime() | |
Method 'public int getShieldBeltArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | public int getShieldBeltArmor() | |
Method 'public int getThighpadArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | public int getThighpadArmor() | |
Method 'public int getVestArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocalImpl | public int getVestArmor() | |
Removed field HelmetArmor | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | HelmetArmor | |
Removed field HelmetArmor_Set | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | HelmetArmor_Set | |
Removed field PowerUp | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | PowerUp | |
Removed field PowerUpTime | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | PowerUpTime | |
Removed field PowerUpTime_Set | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | PowerUpTime_Set | |
Removed field PowerUp_Set | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | PowerUp_Set | |
Removed field ShieldBeltArmor | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | ShieldBeltArmor | |
Removed field ShieldBeltArmor_Set | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | ShieldBeltArmor_Set | |
Removed field ThighpadArmor | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | ThighpadArmor | |
Removed field ThighpadArmor_Set | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | ThighpadArmor_Set | |
Removed field VestArmor | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | VestArmor | |
Removed field VestArmor_Set | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | VestArmor_Set | |
In method 'public SelfMessage(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId, cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId, java.lang.String, boolean, cz.cuni.amis.pogamut.base3d.worldview.object.Location, cz.cuni.amis.pogamut.base3d.worldview.object.Velocity, cz.cuni.amis.pogamut.base3d.worldview.object.Rotation, int, java.lang.String, boolean, int, int, int, int, int, int, int, int, int, int, boolean, boolean, boolean, cz.cuni.amis.pogamut.base3d.worldview.object.Location, cz.cuni.amis.pogamut.base3d.worldview.object.Location, java.lang.String, double, java.lang.String, double, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)' the number of arguments has changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | public SelfMessage(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId, cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId, java.lang.String, boolean, cz.cuni.amis.pogamut.base3d.worldview.object.Location, cz.cuni.amis.pogamut.base3d.worldview.object.Velocity, cz.cuni.amis.pogamut.base3d.worldview.object.Rotation, int, java.lang.String, boolean, int, int, int, int, int, int, int, int, int, int, boolean, boolean, boolean, cz.cuni.amis.pogamut.base3d.worldview.object.Location, cz.cuni.amis.pogamut.base3d.worldview.object.Location, java.lang.String, double, java.lang.String, double, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) | |
Method 'public int getHelmetArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | public int getHelmetArmor() | |
Method 'public java.lang.String getPowerUp()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | public java.lang.String getPowerUp() | |
Method 'public double getPowerUpTime()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | public double getPowerUpTime() | |
Method 'public int getShieldBeltArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | public int getShieldBeltArmor() | |
Method 'public int getThighpadArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | public int getThighpadArmor() | |
Method 'public int getVestArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage | public int getVestArmor() | |
Method 'public int getHelmetArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage$SelfLocalMessage | public int getHelmetArmor() | |
Method 'public java.lang.String getPowerUp()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage$SelfLocalMessage | public java.lang.String getPowerUp() | |
Method 'public double getPowerUpTime()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage$SelfLocalMessage | public double getPowerUpTime() | |
Method 'public int getShieldBeltArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage$SelfLocalMessage | public int getShieldBeltArmor() | |
Method 'public int getThighpadArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage$SelfLocalMessage | public int getThighpadArmor() | |
Method 'public int getVestArmor()' has been removed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage$SelfLocalMessage | public int getVestArmor() | |
Field MSG_SVL has been removed, but it was previously a constant | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_SVL | |
Value of compile-time constant CLOSE_ENOUGH has been changed | cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator.LoqueNavigator | CLOSE_ENOUGH | |
Value of compile-time constant PROTOTYPE has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player | PROTOTYPE | |
Value of compile-time constant PROTOTYPE has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self | PROTOTYPE | |
Value of compile-time constant MSG_ADG has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_ADG | |
Value of compile-time constant MSG_DIE has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_DIE | |
Value of compile-time constant MSG_DOK has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_DOK | |
Value of compile-time constant MSG_EMAP has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_EMAP | |
Value of compile-time constant MSG_ENT has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_ENT | |
Value of compile-time constant MSG_EPTH has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_EPTH | |
Value of compile-time constant MSG_HELLO_CONTROL_SERVER has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_HELLO_CONTROL_SERVER | |
Value of compile-time constant MSG_IRC has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_IRC | |
Value of compile-time constant MSG_IUO has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_IUO | |
Value of compile-time constant MSG_KEYEVENT has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_KEYEVENT | |
Value of compile-time constant MSG_LEFT has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_LEFT | |
Value of compile-time constant MSG_NAV has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_NAV | |
Value of compile-time constant MSG_NFO has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_NFO | |
Value of compile-time constant MSG_PAUSED has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_PAUSED | |
Value of compile-time constant MSG_PLI has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_PLI | |
Value of compile-time constant MSG_PONG has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_PONG | |
Value of compile-time constant MSG_PRJ has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_PRJ | |
Value of compile-time constant MSG_SEL has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_SEL | |
Value of compile-time constant MSG_SHS has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_SHS | |
Value of compile-time constant MSG_SMYINV has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_SMYINV | |
Value of compile-time constant MSG_SNAV has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_SNAV | |
Value of compile-time constant MSG_STOPSHOOT has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_STOPSHOOT | |
Value of compile-time constant MSG_SUO has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_SUO | |
Value of compile-time constant MSG_TRC has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_TRC | |
Value of compile-time constant MSG_VCH has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_VCH | |
Value of compile-time constant MSG_VMS has been changed | cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Yylex | MSG_VMS |