Clirr Results

The following document contains the results of Clirr.

  • Current Version: 3.3.1
  • Comparison Version: 3.3.0

Summary

SeverityNumber
Error Error164
Warning Warning24

(The results have been filtered to omit less severe results)

Details

SeverityMessageClassMethod / Field
ErrorReturn type of method 'public boolean doNothing()' has been changed to cz.cuni.amis.pogamut.sposh.executor.ActionResultcz.cuni.amis.pogamut.sposh.JavaBehaviourpublic boolean doNothing()
ErrorAdded final modifier to classcz.cuni.amis.pogamut.sposh.elements.ActionPattern
ErrorRemoved java.lang.Comparable from the set of implemented interfacescz.cuni.amis.pogamut.sposh.elements.ActionPattern
ErrorField apTimeoutAmmount has been removed, but it was previously a constantcz.cuni.amis.pogamut.sposh.elements.ActionPatternapTimeoutAmmount
ErrorField apTimeoutUnits has been removed, but it was previously a constantcz.cuni.amis.pogamut.sposh.elements.ActionPatternapTimeoutUnits
ErrorRemoved field parameterscz.cuni.amis.pogamut.sposh.elements.ActionPatternparameters
ErrorMethod 'public ActionPattern(java.lang.String)' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic ActionPattern(java.lang.String)
ErrorMethod 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public boolean addTriggeredAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic boolean addTriggeredAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)
ErrorMethod 'public int compareTo(cz.cuni.amis.pogamut.sposh.elements.ActionPattern)' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic int compareTo(cz.cuni.amis.pogamut.sposh.elements.ActionPattern)
ErrorMethod 'public int compareTo(java.lang.Object)' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic int compareTo(java.lang.Object)
ErrorMethod 'public java.lang.String getNodeComment()' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic java.lang.String getNodeComment()
ErrorMethod 'public java.lang.Double getNodeTimeoutAmmount()' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic java.lang.Double getNodeTimeoutAmmount()
ErrorMethod 'public java.lang.Integer getNodeTimeoutUnits()' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic java.lang.Integer getNodeTimeoutUnits()
ErrorMethod 'public java.util.List getTriggeredActions()' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic java.util.List getTriggeredActions()
ErrorParameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to intcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorParameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElementcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public void setNodeComment(java.lang.String)' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic void setNodeComment(java.lang.String)
ErrorMethod 'public void setNodeTimeoutAmmount(java.lang.Double)' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic void setNodeTimeoutAmmount(java.lang.Double)
ErrorMethod 'public void setNodeTimeoutUnits(java.lang.Integer)' has been removedcz.cuni.amis.pogamut.sposh.elements.ActionPatternpublic void setNodeTimeoutUnits(java.lang.Integer)
ErrorAbstract method 'protected cz.cuni.amis.pogamut.sposh.elements.Arguments$Argument clone()' has been addedcz.cuni.amis.pogamut.sposh.elements.Arguments$Argumentprotected cz.cuni.amis.pogamut.sposh.elements.Arguments$Argument clone()
ErrorRemoved java.lang.Comparable from the set of implemented interfacescz.cuni.amis.pogamut.sposh.elements.Competence
ErrorAccessibility of method 'public Competence(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.FormalParameters, java.util.List)' has been decreased from public to packagecz.cuni.amis.pogamut.sposh.elements.Competencepublic Competence(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.FormalParameters, java.util.List)
ErrorMethod 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.Competencepublic void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public int compareTo(cz.cuni.amis.pogamut.sposh.elements.Competence)' has been removedcz.cuni.amis.pogamut.sposh.elements.Competencepublic int compareTo(cz.cuni.amis.pogamut.sposh.elements.Competence)
ErrorMethod 'public int compareTo(java.lang.Object)' has been removedcz.cuni.amis.pogamut.sposh.elements.Competencepublic int compareTo(java.lang.Object)
ErrorParameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to intcz.cuni.amis.pogamut.sposh.elements.Competencepublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorParameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElementcz.cuni.amis.pogamut.sposh.elements.Competencepublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.Competencepublic void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorAdded final modifier to classcz.cuni.amis.pogamut.sposh.elements.CompetenceElement
ErrorField caComment has been removed, but it was previously a constantcz.cuni.amis.pogamut.sposh.elements.CompetenceElementcaComment
ErrorField caName has been removed, but it was previously a constantcz.cuni.amis.pogamut.sposh.elements.CompetenceElementcaName
ErrorField caRetries has been removed, but it was previously a constantcz.cuni.amis.pogamut.sposh.elements.CompetenceElementcaRetries
ErrorParameter 2 of 'public CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.ElementList, java.lang.String, java.lang.Integer, java.lang.String)' has changed its type to java.util.Listcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.ElementList, java.lang.String, java.lang.Integer, java.lang.String)
ErrorParameter 3 of 'public CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.ElementList, java.lang.String, java.lang.Integer, java.lang.String)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PrimitiveCallcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.ElementList, java.lang.String, java.lang.Integer, java.lang.String)
ErrorParameter 4 of 'public CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.ElementList, java.lang.String, java.lang.Integer, java.lang.String)' has changed its type to intcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.ElementList, java.lang.String, java.lang.Integer, java.lang.String)
ErrorMethod 'public CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.ElementList, cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall, java.lang.Integer, java.lang.String)' has been removedcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.ElementList, cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall, java.lang.Integer, java.lang.String)
ErrorMethod 'public CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Sense, java.lang.String, java.lang.Integer)' has been removedcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Sense, java.lang.String, java.lang.Integer)
ErrorMethod 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public void addTriggerAct(cz.cuni.amis.pogamut.sposh.elements.Sense)' has been removedcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic void addTriggerAct(cz.cuni.amis.pogamut.sposh.elements.Sense)
ErrorMethod 'public void addUserTrigger(cz.cuni.amis.pogamut.sposh.elements.Sense)' has been removedcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic void addUserTrigger(cz.cuni.amis.pogamut.sposh.elements.Sense)
ErrorReturn type of method 'public java.lang.Integer getRetries()' has been changed to intcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic java.lang.Integer getRetries()
ErrorMethod 'public java.util.List getTriggerSenses()' has been removedcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic java.util.List getTriggerSenses()
ErrorParameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to intcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorParameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElementcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public void setAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)' has been removedcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic void setAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)
ErrorParameter 1 of 'public void setRetries(java.lang.Integer)' has changed its type to intcz.cuni.amis.pogamut.sposh.elements.CompetenceElementpublic void setRetries(java.lang.Integer)
ErrorClass cz.cuni.amis.pogamut.sposh.elements.DocString removedcz.cuni.amis.pogamut.sposh.elements.DocString
ErrorMethod 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveCollectionpublic void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.Goal getGoal()' has been changed to cz.cuni.amis.pogamut.sposh.elements.Triggercz.cuni.amis.pogamut.sposh.elements.DriveCollectionpublic cz.cuni.amis.pogamut.sposh.elements.Goal getGoal()
ErrorParameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to intcz.cuni.amis.pogamut.sposh.elements.DriveCollectionpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorParameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElementcz.cuni.amis.pogamut.sposh.elements.DriveCollectionpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveCollectionpublic void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public void setGoalNode(cz.cuni.amis.pogamut.sposh.elements.Goal)' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveCollectionpublic void setGoalNode(cz.cuni.amis.pogamut.sposh.elements.Goal)
ErrorField deComment has been removed, but it was previously a constantcz.cuni.amis.pogamut.sposh.elements.DriveElementdeComment
ErrorField deFreqNum has been removed, but it was previously a constantcz.cuni.amis.pogamut.sposh.elements.DriveElementdeFreqNum
ErrorField deFreqUnits has been removed, but it was previously a constantcz.cuni.amis.pogamut.sposh.elements.DriveElementdeFreqUnits
ErrorParameter 2 of 'public DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Freq, java.lang.String)' has changed its type to java.util.Listcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Freq, java.lang.String)
ErrorParameter 3 of 'public DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Freq, java.lang.String)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PrimitiveCallcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Freq, java.lang.String)
ErrorAccessibility of method 'public DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Freq, java.lang.String)' has been decreased from public to packagecz.cuni.amis.pogamut.sposh.elements.DriveElementpublic DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Freq, java.lang.String)
ErrorMethod 'public DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Freq)' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Freq)
ErrorMethod 'public DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall, cz.cuni.amis.pogamut.sposh.elements.Freq, java.lang.String)' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall, cz.cuni.amis.pogamut.sposh.elements.Freq, java.lang.String)
ErrorMethod 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public java.lang.Double getFreqNum()' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic java.lang.Double getFreqNum()
ErrorMethod 'public java.lang.Integer getFreqUnits()' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic java.lang.Integer getFreqUnits()
ErrorMethod 'public cz.cuni.amis.pogamut.sposh.elements.TriggeredAction getTriggeredAction()' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic cz.cuni.amis.pogamut.sposh.elements.TriggeredAction getTriggeredAction()
ErrorMethod 'public cz.cuni.amis.pogamut.sposh.elements.Triggers getTriggers()' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic cz.cuni.amis.pogamut.sposh.elements.Triggers getTriggers()
ErrorParameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to intcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorParameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElementcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public void setComment(java.lang.String)' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic void setComment(java.lang.String)
ErrorMethod 'public void setFreqNum(java.lang.Double)' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic void setFreqNum(java.lang.Double)
ErrorMethod 'public void setFreqUnits(java.lang.Integer)' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic void setFreqUnits(java.lang.Integer)
ErrorMethod 'public void setTriggeredAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)' has been removedcz.cuni.amis.pogamut.sposh.elements.DriveElementpublic void setTriggeredAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)
ErrorClass cz.cuni.amis.pogamut.sposh.elements.ElementList removedcz.cuni.amis.pogamut.sposh.elements.ElementList
ErrorClass cz.cuni.amis.pogamut.sposh.elements.Goal removedcz.cuni.amis.pogamut.sposh.elements.Goal
ErrorMethod 'protected boolean moveNodeInList(java.util.List, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshDummyElementprotected boolean moveNodeInList(java.util.List, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshElementpublic void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorReturn type of method 'public void addElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' has been changed to booleancz.cuni.amis.pogamut.sposh.elements.PoshElementpublic void addElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)
ErrorMethod 'public void addElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' is now finalcz.cuni.amis.pogamut.sposh.elements.PoshElementpublic void addElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)
ErrorIn method 'protected void emitChildMove(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' the number of arguments has changedcz.cuni.amis.pogamut.sposh.elements.PoshElementprotected void emitChildMove(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'protected void emitNodeDeleted()' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshElementprotected void emitNodeDeleted()
ErrorMethod 'protected void firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)' is now finalcz.cuni.amis.pogamut.sposh.elements.PoshElementprotected void firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)
ErrorMethod 'public java.util.Set getElementListeners()' is now finalcz.cuni.amis.pogamut.sposh.elements.PoshElementpublic java.util.Set getElementListeners()
ErrorMethod 'protected int getRelativePosition(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshElementprotected int getRelativePosition(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorParameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to intcz.cuni.amis.pogamut.sposh.elements.PoshElementpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorParameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElementcz.cuni.amis.pogamut.sposh.elements.PoshElementpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'public void neutralize()' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshElementpublic void neutralize()
ErrorMethod 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshElementpublic void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public void remove()' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshElementpublic void remove()
ErrorReturn type of method 'public void removeElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' has been changed to booleancz.cuni.amis.pogamut.sposh.elements.PoshElementpublic void removeElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)
ErrorMethod 'public void removeElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' is now finalcz.cuni.amis.pogamut.sposh.elements.PoshElementpublic void removeElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)
ErrorMethod 'public void childElementAdded(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been added to an interfacecz.cuni.amis.pogamut.sposh.elements.PoshElementListenerpublic void childElementAdded(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public void childElementMoved(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int, int)' has been added to an interfacecz.cuni.amis.pogamut.sposh.elements.PoshElementListenerpublic void childElementMoved(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int, int)
ErrorMethod 'public void childElementRemoved(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has been added to an interfacecz.cuni.amis.pogamut.sposh.elements.PoshElementListenerpublic void childElementRemoved(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'public void nodeChanged(cz.cuni.amis.pogamut.sposh.PoshTreeEvent, cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshElementListenerpublic void nodeChanged(cz.cuni.amis.pogamut.sposh.PoshTreeEvent, cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorIn method 'public cz.cuni.amis.pogamut.sposh.elements.ElementList actionPatternElements(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' the number of arguments has changedcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.ElementList actionPatternElements(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.ElementList actionPatternElements(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been changed to voidcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.ElementList actionPatternElements(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorMethod 'public void actionPatternInside(cz.cuni.amis.pogamut.sposh.elements.ActionPattern, cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic void actionPatternInside(cz.cuni.amis.pogamut.sposh.elements.ActionPattern, cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.Goal competenceGoal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been changed to java.util.Listcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.Goal competenceGoal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorIn method 'public cz.cuni.amis.pogamut.sposh.elements.DocString docString()' the number of arguments has changedcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.DocString docString()
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.DocString docString()' has been changed to voidcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.DocString docString()
ErrorIn method 'public cz.cuni.amis.pogamut.sposh.elements.DriveCollection driveCollection()' the number of arguments has changedcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.DriveCollection driveCollection()
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.DriveCollection driveCollection()' has been changed to voidcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.DriveCollection driveCollection()
ErrorIn method 'public cz.cuni.amis.pogamut.sposh.elements.Goal driveCollectionGoal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' the number of arguments has changedcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.Goal driveCollectionGoal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.Goal driveCollectionGoal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been changed to voidcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.Goal driveCollectionGoal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.Triggers driveElementTrigger(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been changed to java.util.Listcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.Triggers driveElementTrigger(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.Goal goal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been changed to java.util.Listcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.Goal goal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall senseCall(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been changed to cz.cuni.amis.pogamut.sposh.elements.PrimitiveCallcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall senseCall(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.ElementList senses(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been changed to java.util.Listcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.ElementList senses(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.ElementList sensesList(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been changed to java.util.Listcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.ElementList sensesList(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.ElementList trigger(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been changed to java.util.Listcz.cuni.amis.pogamut.sposh.elements.PoshParserpublic cz.cuni.amis.pogamut.sposh.elements.ElementList trigger(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)
ErrorIn method 'public PoshPlan()' the number of arguments has changedcz.cuni.amis.pogamut.sposh.elements.PoshPlanpublic PoshPlan()
ErrorAccessibility of method 'public PoshPlan()' has been decreased from public to packagecz.cuni.amis.pogamut.sposh.elements.PoshPlanpublic PoshPlan()
ErrorMethod 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshPlanpublic void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public void emitTree()' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshPlanpublic void emitTree()
ErrorMethod 'protected java.util.List getAPorCompActions(java.lang.String)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshPlanprotected java.util.List getAPorCompActions(java.lang.String)
ErrorParameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to intcz.cuni.amis.pogamut.sposh.elements.PoshPlanpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorParameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElementcz.cuni.amis.pogamut.sposh.elements.PoshPlanpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshPlanpublic void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public void removeListenersFromTree(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshPlanpublic void removeListenersFromTree(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)
ErrorMethod 'protected void removeListenersFromTree(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshPlanprotected void removeListenersFromTree(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)
ErrorMethod 'public void setDocString(cz.cuni.amis.pogamut.sposh.elements.DocString)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshPlanpublic void setDocString(cz.cuni.amis.pogamut.sposh.elements.DocString)
ErrorMethod 'protected void setDriveCollection(cz.cuni.amis.pogamut.sposh.elements.DriveCollection)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshPlanprotected void setDriveCollection(cz.cuni.amis.pogamut.sposh.elements.DriveCollection)
ErrorMethod 'public void synchronizePlan(java.io.InputStream)' has been removedcz.cuni.amis.pogamut.sposh.elements.PoshPlanpublic void synchronizePlan(java.io.InputStream)
ErrorParameter 1 of 'public Sense(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PrimitiveCallcz.cuni.amis.pogamut.sposh.elements.Sensepublic Sense(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall)
ErrorMethod 'public Sense(java.lang.String, java.lang.String, java.lang.String)' has been removedcz.cuni.amis.pogamut.sposh.elements.Sensepublic Sense(java.lang.String, java.lang.String, java.lang.String)
ErrorMethod 'public Sense(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Sense$Predicate)' has been removedcz.cuni.amis.pogamut.sposh.elements.Sensepublic Sense(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Sense$Predicate)
ErrorMethod 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.Sensepublic void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall getSenseCall()' has been changed to cz.cuni.amis.pogamut.sposh.elements.PrimitiveCallcz.cuni.amis.pogamut.sposh.elements.Sensepublic cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall getSenseCall()
ErrorParameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to intcz.cuni.amis.pogamut.sposh.elements.Sensepublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorParameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElementcz.cuni.amis.pogamut.sposh.elements.Sensepublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.Sensepublic void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public void setValueString(java.lang.String)' has been removedcz.cuni.amis.pogamut.sposh.elements.Sensepublic void setValueString(java.lang.String)
ErrorClass cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall removedcz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall
ErrorRemoved java.lang.Comparable from the set of implemented interfacescz.cuni.amis.pogamut.sposh.elements.TriggeredAction
ErrorAccessibility of method 'public TriggeredAction(java.lang.String)' has been decreased from public to packagecz.cuni.amis.pogamut.sposh.elements.TriggeredActionpublic TriggeredAction(java.lang.String)
ErrorParameter 1 of 'public TriggeredAction(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PrimitiveCallcz.cuni.amis.pogamut.sposh.elements.TriggeredActionpublic TriggeredAction(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall)
ErrorAccessibility of method 'public TriggeredAction(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall)' has been decreased from public to packagecz.cuni.amis.pogamut.sposh.elements.TriggeredActionpublic TriggeredAction(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall)
ErrorMethod 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.TriggeredActionpublic void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorMethod 'public int compareTo(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)' has been removedcz.cuni.amis.pogamut.sposh.elements.TriggeredActionpublic int compareTo(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)
ErrorMethod 'public int compareTo(java.lang.Object)' has been removedcz.cuni.amis.pogamut.sposh.elements.TriggeredActionpublic int compareTo(java.lang.Object)
ErrorMethod 'protected boolean detectCycle()' has been removedcz.cuni.amis.pogamut.sposh.elements.TriggeredActionprotected boolean detectCycle()
ErrorReturn type of method 'public cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall getActionCall()' has been changed to cz.cuni.amis.pogamut.sposh.elements.PrimitiveCallcz.cuni.amis.pogamut.sposh.elements.TriggeredActionpublic cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall getActionCall()
ErrorParameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to intcz.cuni.amis.pogamut.sposh.elements.TriggeredActionpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorParameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElementcz.cuni.amis.pogamut.sposh.elements.TriggeredActionpublic boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)
ErrorMethod 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removedcz.cuni.amis.pogamut.sposh.elements.TriggeredActionpublic void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)
ErrorClass cz.cuni.amis.pogamut.sposh.elements.Triggers removedcz.cuni.amis.pogamut.sposh.elements.Triggers
ErrorRemoved java.util.Stack from the list of superclassescz.cuni.amis.pogamut.sposh.engine.ElementStackTrace
ErrorRemoved java.util.Vector from the list of superclassescz.cuni.amis.pogamut.sposh.engine.ElementStackTrace
ErrorMethod 'public java.util.Set getActions()' has been removedcz.cuni.amis.pogamut.sposh.engine.PoshEnginepublic java.util.Set getActions()
ErrorReturn type of method 'public java.lang.String getPlan()' has been changed to cz.cuni.amis.pogamut.sposh.elements.PoshPlancz.cuni.amis.pogamut.sposh.engine.PoshEnginepublic java.lang.String getPlan()
ErrorMethod 'public java.lang.String getPlan()' is now finalcz.cuni.amis.pogamut.sposh.engine.PoshEnginepublic java.lang.String getPlan()
ErrorMethod 'public java.util.Set getSenses()' has been removedcz.cuni.amis.pogamut.sposh.engine.PoshEnginepublic java.util.Set getSenses()
ErrorAccessibility of method 'public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been decreased from public to privatecz.cuni.amis.pogamut.sposh.executor.BehaviorWorkExecutorpublic java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)
ErrorReturn type of method 'public java.lang.Object run(cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been changed to cz.cuni.amis.pogamut.sposh.executor.ActionResultcz.cuni.amis.pogamut.sposh.executor.IActionpublic java.lang.Object run(cz.cuni.amis.pogamut.sposh.engine.VariableContext)
ErrorMethod 'public cz.cuni.amis.pogamut.sposh.executor.ActionResult executeAction(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been added to an interfacecz.cuni.amis.pogamut.sposh.executor.IWorkExecutorpublic cz.cuni.amis.pogamut.sposh.executor.ActionResult executeAction(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)
ErrorMethod 'public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been removedcz.cuni.amis.pogamut.sposh.executor.IWorkExecutorpublic java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)
ErrorMethod 'public java.lang.Object executeSense(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been added to an interfacecz.cuni.amis.pogamut.sposh.executor.IWorkExecutorpublic java.lang.Object executeSense(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)
ErrorAccessibility of method 'public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been decreased from public to privatecz.cuni.amis.pogamut.sposh.executor.PrintWorkExecutorpublic java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)
ErrorRemoved field currentcz.cuni.amis.pogamut.sposh.executor.StateWorkExecutorcurrent
ErrorMethod 'public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been removedcz.cuni.amis.pogamut.sposh.executor.StateWorkExecutorpublic java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)
WarningValue of compile-time constant COMMA has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsCOMMA
WarningValue of compile-time constant COMMENT has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsCOMMENT
WarningValue of compile-time constant COMPETENCE has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsCOMPETENCE
WarningValue of compile-time constant DOCUMENTATION has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsDOCUMENTATION
WarningValue of compile-time constant DRIVES has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsDRIVES
WarningValue of compile-time constant ELEMENTS has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsELEMENTS
WarningValue of compile-time constant EQUAL_SIGN has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsEQUAL_SIGN
WarningValue of compile-time constant ERROR_CHARS has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsERROR_CHARS
WarningValue of compile-time constant GOAL has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsGOAL
WarningValue of compile-time constant HOURS has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsHOURS
WarningValue of compile-time constant HZ has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsHZ
WarningValue of compile-time constant MINUTES has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsMINUTES
WarningValue of compile-time constant NAME has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsNAME
WarningValue of compile-time constant NIL has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsNIL
WarningValue of compile-time constant NONE has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsNONE
WarningValue of compile-time constant NUMFLOAT has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsNUMFLOAT
WarningValue of compile-time constant NUMINT has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsNUMINT
WarningValue of compile-time constant PM has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsPM
WarningValue of compile-time constant PREDICATE has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsPREDICATE
WarningValue of compile-time constant SECONDS has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsSECONDS
WarningValue of compile-time constant STRINGVALUE has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsSTRINGVALUE
WarningValue of compile-time constant TRIGGER has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsTRIGGER
WarningValue of compile-time constant VARIABLE has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsVARIABLE
WarningValue of compile-time constant VARS has been changedcz.cuni.amis.pogamut.sposh.elements.PoshParserConstantsVARS