Ticket #95 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Null pointer exception in test 72 when testing entrypoint policy

Reported by: msnyder Assigned to: bwilliams
Priority: High Milestone:
Component: Framework Navigator Keywords:
Cc:

Description

fpol file in test 72:

domain a { dirFiles }; domain a.child_a { dirFiles }; domain d { dirFiles }; entrypoint entpoint; enter a.child_a a entpoint; enter a d entpoint;

Change History

11/10/06 06:20:14 changed by dsugar

  • owner changed from dsugar to bwilliams.

11/10/06 07:24:50 changed by bwilliams

  • status changed from new to closed.
  • resolution set to fixed.

Fixed by letting you pass in the enter if you need to, there might still be a chance of getting null here if you pass both null and true for printing out errors, so I am thinking about removing the ability to pick if errors get printed and just printing them if you pass in an enter, but not sure. Either way none of our code does this currently, so it does work without error.