The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
@todo | 0 | @todo |
TODO | 2 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 2
nl.tudelft.goal.emohawk.agent.EmohawkBotBehavior | Line |
---|---|
This should not be required as it implies that actions and percepts are requested after the environment has been killed. However EIS currently allows different threads to manipulate the environment at the same time. Thus it may be possible for one thread to be waiting to acquire this agent while another shuts down the environment. | 161 |
Because EIS2Java assumes objects returned are unchanging, which is not the case with pogamut we can't use any other filters but ALWAYS (default) and ONCE. | 210 |