rpgoldman / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 0 forks source link

Fix Flaw Manager configuration for Resources in default PlannerConfig.xml #137

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

1. The default PlannerConfig.xml should include an entry for 
ResourceThreatManager so that the new resources are handled right away

2. StandardThreatHandler should only look at Timelines and ignore resources as 
they generate ordering options by instant, not by token, and that'll lead to 
crashes. This is done through configuration in the default PlannerConfig.xml, 
but it's missing Unary and it'll be more robust and clean if it's done in C++ 
instead.

3. Wiki docs for resource config need to be updated with a description of  
ResourceThreatManager. The current docs don't provide enough/accurate info for 
a user to able to use Resources effectively

Original issue reported on code.google.com by javier.barreiro@gmail.com on 17 Aug 2011 at 8:18

GoogleCodeExporter commented 8 years ago
look at issue 36 concurrently.

Original comment by javier.barreiro@gmail.com on 17 Aug 2011 at 8:20

GoogleCodeExporter commented 8 years ago

Original comment by javier.barreiro@gmail.com on 30 May 2012 at 5:26

GoogleCodeExporter commented 8 years ago
(1) Done in r6744
(2) I strongly disagree with this, since resolving threats by ordering tokens 
directly isn't necessarily a property of only Timeline and its subclasses.  
Resources still obey the Object interface.  Does this actually generate 
crashes?  Possibly there's a better threat-reporting strategy than what either 
Object or Resource are using.
(3) Should be a new ticket.

Original comment by miata...@gmail.com on 21 Aug 2014 at 10:41