The following document contains the results of Clirr.
Severity | Number |
---|---|
Error | 164 |
Warning | 24 |
(The results have been filtered to omit less severe results)
Severity | Message | Class | Method / Field |
---|---|---|---|
Return type of method 'public boolean doNothing()' has been changed to cz.cuni.amis.pogamut.sposh.executor.ActionResult | cz.cuni.amis.pogamut.sposh.JavaBehaviour | public boolean doNothing() | |
Added final modifier to class | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | ||
Removed java.lang.Comparable from the set of implemented interfaces | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | ||
Field apTimeoutAmmount has been removed, but it was previously a constant | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | apTimeoutAmmount | |
Field apTimeoutUnits has been removed, but it was previously a constant | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | apTimeoutUnits | |
Removed field parameters | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | parameters | |
Method 'public ActionPattern(java.lang.String)' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public ActionPattern(java.lang.String) | |
Method 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public boolean addTriggeredAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public boolean addTriggeredAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction) | |
Method 'public int compareTo(cz.cuni.amis.pogamut.sposh.elements.ActionPattern)' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public int compareTo(cz.cuni.amis.pogamut.sposh.elements.ActionPattern) | |
Method 'public int compareTo(java.lang.Object)' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public int compareTo(java.lang.Object) | |
Method 'public java.lang.String getNodeComment()' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public java.lang.String getNodeComment() | |
Method 'public java.lang.Double getNodeTimeoutAmmount()' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public java.lang.Double getNodeTimeoutAmmount() | |
Method 'public java.lang.Integer getNodeTimeoutUnits()' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public java.lang.Integer getNodeTimeoutUnits() | |
Method 'public java.util.List getTriggeredActions()' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public java.util.List getTriggeredActions() | |
Parameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to int | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Parameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElement | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public void setNodeComment(java.lang.String)' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public void setNodeComment(java.lang.String) | |
Method 'public void setNodeTimeoutAmmount(java.lang.Double)' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public void setNodeTimeoutAmmount(java.lang.Double) | |
Method 'public void setNodeTimeoutUnits(java.lang.Integer)' has been removed | cz.cuni.amis.pogamut.sposh.elements.ActionPattern | public void setNodeTimeoutUnits(java.lang.Integer) | |
Abstract method 'protected cz.cuni.amis.pogamut.sposh.elements.Arguments$Argument clone()' has been added | cz.cuni.amis.pogamut.sposh.elements.Arguments$Argument | protected cz.cuni.amis.pogamut.sposh.elements.Arguments$Argument clone() | |
Removed java.lang.Comparable from the set of implemented interfaces | cz.cuni.amis.pogamut.sposh.elements.Competence | ||
Accessibility of method 'public Competence(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.FormalParameters, java.util.List)' has been decreased from public to package | cz.cuni.amis.pogamut.sposh.elements.Competence | public Competence(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.FormalParameters, java.util.List) | |
Method 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.Competence | public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public int compareTo(cz.cuni.amis.pogamut.sposh.elements.Competence)' has been removed | cz.cuni.amis.pogamut.sposh.elements.Competence | public int compareTo(cz.cuni.amis.pogamut.sposh.elements.Competence) | |
Method 'public int compareTo(java.lang.Object)' has been removed | cz.cuni.amis.pogamut.sposh.elements.Competence | public int compareTo(java.lang.Object) | |
Parameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to int | cz.cuni.amis.pogamut.sposh.elements.Competence | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Parameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElement | cz.cuni.amis.pogamut.sposh.elements.Competence | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.Competence | public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Added final modifier to class | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | ||
Field caComment has been removed, but it was previously a constant | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | caComment | |
Field caName has been removed, but it was previously a constant | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | caName | |
Field caRetries has been removed, but it was previously a constant | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | caRetries | |
Parameter 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.List | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.ElementList, java.lang.String, java.lang.Integer, java.lang.String) | |
Parameter 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.PrimitiveCall | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.ElementList, java.lang.String, java.lang.Integer, java.lang.String) | |
Parameter 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 int | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.ElementList, java.lang.String, java.lang.Integer, java.lang.String) | |
Method '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 removed | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | 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) | |
Method 'public CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Sense, java.lang.String, java.lang.Integer)' has been removed | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public CompetenceElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Sense, java.lang.String, java.lang.Integer) | |
Method 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public void addTriggerAct(cz.cuni.amis.pogamut.sposh.elements.Sense)' has been removed | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public void addTriggerAct(cz.cuni.amis.pogamut.sposh.elements.Sense) | |
Method 'public void addUserTrigger(cz.cuni.amis.pogamut.sposh.elements.Sense)' has been removed | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public void addUserTrigger(cz.cuni.amis.pogamut.sposh.elements.Sense) | |
Return type of method 'public java.lang.Integer getRetries()' has been changed to int | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public java.lang.Integer getRetries() | |
Method 'public java.util.List getTriggerSenses()' has been removed | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public java.util.List getTriggerSenses() | |
Parameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to int | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Parameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElement | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public void setAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)' has been removed | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public void setAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction) | |
Parameter 1 of 'public void setRetries(java.lang.Integer)' has changed its type to int | cz.cuni.amis.pogamut.sposh.elements.CompetenceElement | public void setRetries(java.lang.Integer) | |
Class cz.cuni.amis.pogamut.sposh.elements.DocString removed | cz.cuni.amis.pogamut.sposh.elements.DocString | ||
Method 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveCollection | public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Return type of method 'public cz.cuni.amis.pogamut.sposh.elements.Goal getGoal()' has been changed to cz.cuni.amis.pogamut.sposh.elements.Trigger | cz.cuni.amis.pogamut.sposh.elements.DriveCollection | public cz.cuni.amis.pogamut.sposh.elements.Goal getGoal() | |
Parameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to int | cz.cuni.amis.pogamut.sposh.elements.DriveCollection | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Parameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElement | cz.cuni.amis.pogamut.sposh.elements.DriveCollection | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveCollection | public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public void setGoalNode(cz.cuni.amis.pogamut.sposh.elements.Goal)' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveCollection | public void setGoalNode(cz.cuni.amis.pogamut.sposh.elements.Goal) | |
Field deComment has been removed, but it was previously a constant | cz.cuni.amis.pogamut.sposh.elements.DriveElement | deComment | |
Field deFreqNum has been removed, but it was previously a constant | cz.cuni.amis.pogamut.sposh.elements.DriveElement | deFreqNum | |
Field deFreqUnits has been removed, but it was previously a constant | cz.cuni.amis.pogamut.sposh.elements.DriveElement | deFreqUnits | |
Parameter 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.List | cz.cuni.amis.pogamut.sposh.elements.DriveElement | 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) | |
Parameter 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.PrimitiveCall | cz.cuni.amis.pogamut.sposh.elements.DriveElement | 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) | |
Accessibility 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 package | cz.cuni.amis.pogamut.sposh.elements.DriveElement | 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) | |
Method 'public DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Freq)' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public DriveElement(java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Triggers, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Freq) | |
Method '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 removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | 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) | |
Method 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public java.lang.Double getFreqNum()' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public java.lang.Double getFreqNum() | |
Method 'public java.lang.Integer getFreqUnits()' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public java.lang.Integer getFreqUnits() | |
Method 'public cz.cuni.amis.pogamut.sposh.elements.TriggeredAction getTriggeredAction()' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public cz.cuni.amis.pogamut.sposh.elements.TriggeredAction getTriggeredAction() | |
Method 'public cz.cuni.amis.pogamut.sposh.elements.Triggers getTriggers()' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public cz.cuni.amis.pogamut.sposh.elements.Triggers getTriggers() | |
Parameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to int | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Parameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElement | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public void setComment(java.lang.String)' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public void setComment(java.lang.String) | |
Method 'public void setFreqNum(java.lang.Double)' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public void setFreqNum(java.lang.Double) | |
Method 'public void setFreqUnits(java.lang.Integer)' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public void setFreqUnits(java.lang.Integer) | |
Method 'public void setTriggeredAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)' has been removed | cz.cuni.amis.pogamut.sposh.elements.DriveElement | public void setTriggeredAction(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction) | |
Class cz.cuni.amis.pogamut.sposh.elements.ElementList removed | cz.cuni.amis.pogamut.sposh.elements.ElementList | ||
Class cz.cuni.amis.pogamut.sposh.elements.Goal removed | cz.cuni.amis.pogamut.sposh.elements.Goal | ||
Method 'protected boolean moveNodeInList(java.util.List, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshDummyElement | protected boolean moveNodeInList(java.util.List, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshElement | public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Return type of method 'public void addElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' has been changed to boolean | cz.cuni.amis.pogamut.sposh.elements.PoshElement | public void addElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener) | |
Method 'public void addElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' is now final | cz.cuni.amis.pogamut.sposh.elements.PoshElement | public void addElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener) | |
In method 'protected void emitChildMove(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' the number of arguments has changed | cz.cuni.amis.pogamut.sposh.elements.PoshElement | protected void emitChildMove(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'protected void emitNodeDeleted()' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshElement | protected void emitNodeDeleted() | |
Method 'protected void firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)' is now final | cz.cuni.amis.pogamut.sposh.elements.PoshElement | protected void firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object) | |
Method 'public java.util.Set getElementListeners()' is now final | cz.cuni.amis.pogamut.sposh.elements.PoshElement | public java.util.Set getElementListeners() | |
Method 'protected int getRelativePosition(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshElement | protected int getRelativePosition(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Parameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to int | cz.cuni.amis.pogamut.sposh.elements.PoshElement | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Parameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElement | cz.cuni.amis.pogamut.sposh.elements.PoshElement | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'public void neutralize()' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshElement | public void neutralize() | |
Method 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshElement | public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public void remove()' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshElement | public void remove() | |
Return type of method 'public void removeElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' has been changed to boolean | cz.cuni.amis.pogamut.sposh.elements.PoshElement | public void removeElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener) | |
Method 'public void removeElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' is now final | cz.cuni.amis.pogamut.sposh.elements.PoshElement | public void removeElementListener(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener) | |
Method 'public void childElementAdded(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been added to an interface | cz.cuni.amis.pogamut.sposh.elements.PoshElementListener | public void childElementAdded(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public void childElementMoved(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int, int)' has been added to an interface | cz.cuni.amis.pogamut.sposh.elements.PoshElementListener | public void childElementMoved(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int, int) | |
Method 'public void childElementRemoved(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has been added to an interface | cz.cuni.amis.pogamut.sposh.elements.PoshElementListener | public void childElementRemoved(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'public void nodeChanged(cz.cuni.amis.pogamut.sposh.PoshTreeEvent, cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshElementListener | public void nodeChanged(cz.cuni.amis.pogamut.sposh.PoshTreeEvent, cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
In method 'public cz.cuni.amis.pogamut.sposh.elements.ElementList actionPatternElements(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' the number of arguments has changed | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.ElementList actionPatternElements(cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
Return type of method 'public cz.cuni.amis.pogamut.sposh.elements.ElementList actionPatternElements(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been changed to void | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.ElementList actionPatternElements(cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
Method 'public void actionPatternInside(cz.cuni.amis.pogamut.sposh.elements.ActionPattern, cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public void actionPatternInside(cz.cuni.amis.pogamut.sposh.elements.ActionPattern, cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
Return 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.List | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.Goal competenceGoal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
In method 'public cz.cuni.amis.pogamut.sposh.elements.DocString docString()' the number of arguments has changed | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.DocString docString() | |
Return type of method 'public cz.cuni.amis.pogamut.sposh.elements.DocString docString()' has been changed to void | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.DocString docString() | |
In method 'public cz.cuni.amis.pogamut.sposh.elements.DriveCollection driveCollection()' the number of arguments has changed | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.DriveCollection driveCollection() | |
Return type of method 'public cz.cuni.amis.pogamut.sposh.elements.DriveCollection driveCollection()' has been changed to void | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.DriveCollection driveCollection() | |
In method 'public cz.cuni.amis.pogamut.sposh.elements.Goal driveCollectionGoal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' the number of arguments has changed | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.Goal driveCollectionGoal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
Return type of method 'public cz.cuni.amis.pogamut.sposh.elements.Goal driveCollectionGoal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters)' has been changed to void | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.Goal driveCollectionGoal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
Return 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.List | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.Triggers driveElementTrigger(cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
Return 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.List | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.Goal goal(cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
Return 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.PrimitiveCall | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall senseCall(cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
Return 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.List | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.ElementList senses(cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
Return 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.List | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.ElementList sensesList(cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
Return 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.List | cz.cuni.amis.pogamut.sposh.elements.PoshParser | public cz.cuni.amis.pogamut.sposh.elements.ElementList trigger(cz.cuni.amis.pogamut.sposh.elements.FormalParameters) | |
In method 'public PoshPlan()' the number of arguments has changed | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | public PoshPlan() | |
Accessibility of method 'public PoshPlan()' has been decreased from public to package | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | public PoshPlan() | |
Method 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public void emitTree()' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | public void emitTree() | |
Method 'protected java.util.List getAPorCompActions(java.lang.String)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | protected java.util.List getAPorCompActions(java.lang.String) | |
Parameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to int | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Parameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElement | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public void removeListenersFromTree(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | public void removeListenersFromTree(cz.cuni.amis.pogamut.sposh.elements.PoshElementListener) | |
Method 'protected void removeListenersFromTree(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElementListener)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | protected void removeListenersFromTree(cz.cuni.amis.pogamut.sposh.elements.PoshElement, cz.cuni.amis.pogamut.sposh.elements.PoshElementListener) | |
Method 'public void setDocString(cz.cuni.amis.pogamut.sposh.elements.DocString)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | public void setDocString(cz.cuni.amis.pogamut.sposh.elements.DocString) | |
Method 'protected void setDriveCollection(cz.cuni.amis.pogamut.sposh.elements.DriveCollection)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | protected void setDriveCollection(cz.cuni.amis.pogamut.sposh.elements.DriveCollection) | |
Method 'public void synchronizePlan(java.io.InputStream)' has been removed | cz.cuni.amis.pogamut.sposh.elements.PoshPlan | public void synchronizePlan(java.io.InputStream) | |
Parameter 1 of 'public Sense(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PrimitiveCall | cz.cuni.amis.pogamut.sposh.elements.Sense | public Sense(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall) | |
Method 'public Sense(java.lang.String, java.lang.String, java.lang.String)' has been removed | cz.cuni.amis.pogamut.sposh.elements.Sense | public Sense(java.lang.String, java.lang.String, java.lang.String) | |
Method 'public Sense(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Sense$Predicate)' has been removed | cz.cuni.amis.pogamut.sposh.elements.Sense | public Sense(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall, java.lang.String, cz.cuni.amis.pogamut.sposh.elements.Sense$Predicate) | |
Method 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.Sense | public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Return type of method 'public cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall getSenseCall()' has been changed to cz.cuni.amis.pogamut.sposh.elements.PrimitiveCall | cz.cuni.amis.pogamut.sposh.elements.Sense | public cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall getSenseCall() | |
Parameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to int | cz.cuni.amis.pogamut.sposh.elements.Sense | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Parameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElement | cz.cuni.amis.pogamut.sposh.elements.Sense | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.Sense | public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public void setValueString(java.lang.String)' has been removed | cz.cuni.amis.pogamut.sposh.elements.Sense | public void setValueString(java.lang.String) | |
Class cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall removed | cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall | ||
Removed java.lang.Comparable from the set of implemented interfaces | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | ||
Accessibility of method 'public TriggeredAction(java.lang.String)' has been decreased from public to package | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | public TriggeredAction(java.lang.String) | |
Parameter 1 of 'public TriggeredAction(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PrimitiveCall | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | public TriggeredAction(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall) | |
Accessibility of method 'public TriggeredAction(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall)' has been decreased from public to package | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | public TriggeredAction(cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall) | |
Method 'public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | public void addChildDataNode(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Method 'public int compareTo(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction)' has been removed | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | public int compareTo(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction) | |
Method 'public int compareTo(java.lang.Object)' has been removed | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | public int compareTo(java.lang.Object) | |
Method 'protected boolean detectCycle()' has been removed | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | protected boolean detectCycle() | |
Return type of method 'public cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall getActionCall()' has been changed to cz.cuni.amis.pogamut.sposh.elements.PrimitiveCall | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | public cz.cuni.amis.pogamut.sposh.elements.Sense$SenseCall getActionCall() | |
Parameter 1 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to int | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Parameter 2 of 'public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int)' has changed its type to cz.cuni.amis.pogamut.sposh.elements.PoshElement | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | public boolean moveChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement, int) | |
Method 'public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement)' has been removed | cz.cuni.amis.pogamut.sposh.elements.TriggeredAction | public void neutralizeChild(cz.cuni.amis.pogamut.sposh.elements.PoshElement) | |
Class cz.cuni.amis.pogamut.sposh.elements.Triggers removed | cz.cuni.amis.pogamut.sposh.elements.Triggers | ||
Removed java.util.Stack from the list of superclasses | cz.cuni.amis.pogamut.sposh.engine.ElementStackTrace | ||
Removed java.util.Vector from the list of superclasses | cz.cuni.amis.pogamut.sposh.engine.ElementStackTrace | ||
Method 'public java.util.Set getActions()' has been removed | cz.cuni.amis.pogamut.sposh.engine.PoshEngine | public java.util.Set getActions() | |
Return type of method 'public java.lang.String getPlan()' has been changed to cz.cuni.amis.pogamut.sposh.elements.PoshPlan | cz.cuni.amis.pogamut.sposh.engine.PoshEngine | public java.lang.String getPlan() | |
Method 'public java.lang.String getPlan()' is now final | cz.cuni.amis.pogamut.sposh.engine.PoshEngine | public java.lang.String getPlan() | |
Method 'public java.util.Set getSenses()' has been removed | cz.cuni.amis.pogamut.sposh.engine.PoshEngine | public java.util.Set getSenses() | |
Accessibility of method 'public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been decreased from public to private | cz.cuni.amis.pogamut.sposh.executor.BehaviorWorkExecutor | public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext) | |
Return 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.ActionResult | cz.cuni.amis.pogamut.sposh.executor.IAction | public java.lang.Object run(cz.cuni.amis.pogamut.sposh.engine.VariableContext) | |
Method 'public cz.cuni.amis.pogamut.sposh.executor.ActionResult executeAction(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been added to an interface | cz.cuni.amis.pogamut.sposh.executor.IWorkExecutor | public cz.cuni.amis.pogamut.sposh.executor.ActionResult executeAction(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext) | |
Method 'public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been removed | cz.cuni.amis.pogamut.sposh.executor.IWorkExecutor | public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext) | |
Method 'public java.lang.Object executeSense(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been added to an interface | cz.cuni.amis.pogamut.sposh.executor.IWorkExecutor | public java.lang.Object executeSense(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext) | |
Accessibility of method 'public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been decreased from public to private | cz.cuni.amis.pogamut.sposh.executor.PrintWorkExecutor | public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext) | |
Removed field current | cz.cuni.amis.pogamut.sposh.executor.StateWorkExecutor | current | |
Method 'public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext)' has been removed | cz.cuni.amis.pogamut.sposh.executor.StateWorkExecutor | public java.lang.Object executePrimitive(java.lang.String, cz.cuni.amis.pogamut.sposh.engine.VariableContext) | |
Value of compile-time constant COMMA has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | COMMA | |
Value of compile-time constant COMMENT has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | COMMENT | |
Value of compile-time constant COMPETENCE has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | COMPETENCE | |
Value of compile-time constant DOCUMENTATION has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | DOCUMENTATION | |
Value of compile-time constant DRIVES has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | DRIVES | |
Value of compile-time constant ELEMENTS has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | ELEMENTS | |
Value of compile-time constant EQUAL_SIGN has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | EQUAL_SIGN | |
Value of compile-time constant ERROR_CHARS has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | ERROR_CHARS | |
Value of compile-time constant GOAL has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | GOAL | |
Value of compile-time constant HOURS has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | HOURS | |
Value of compile-time constant HZ has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | HZ | |
Value of compile-time constant MINUTES has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | MINUTES | |
Value of compile-time constant NAME has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | NAME | |
Value of compile-time constant NIL has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | NIL | |
Value of compile-time constant NONE has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | NONE | |
Value of compile-time constant NUMFLOAT has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | NUMFLOAT | |
Value of compile-time constant NUMINT has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | NUMINT | |
Value of compile-time constant PM has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | PM | |
Value of compile-time constant PREDICATE has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | PREDICATE | |
Value of compile-time constant SECONDS has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | SECONDS | |
Value of compile-time constant STRINGVALUE has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | STRINGVALUE | |
Value of compile-time constant TRIGGER has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | TRIGGER | |
Value of compile-time constant VARIABLE has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | VARIABLE | |
Value of compile-time constant VARS has been changed | cz.cuni.amis.pogamut.sposh.elements.PoshParserConstants | VARS |