Ticket #127 (closed Bug: fixed)

Opened 2 years ago

Last modified 9 months ago

Error for child having different access

Reported by: dsugar Assigned to: dsugar
Priority: Medium Milestone: 2008 Work Complete v3.0
Component: Graphical IDE Keywords:
Cc:

Description

This is very related to ticket:125 and once that is fixed this should be looked at again.

In the GUI setup this poicy

resource asdf5 { dirFiles }; domain foo3; domain foo3.foo1; domain foo3.foo2; access foo3 asdf5 write; access foo3.foo1 asdf5 write; access foo3.foo2 asdf5 read;

not sure where the error will appear or what error will appear. But it needs to work. Currently there is no error (because of ticket:125) once that is fixed revisit this item.

Change History

02/14/08 15:07:32 changed by dsugar

  • priority changed from High to Medium.
  • status changed from new to assigned.
  • milestone changed from Prototype Release to 2008 Work Complete v3.0.

This is now displayed as a warning in the problem view though it isn't displayed visually and there is no quickfix to help resolve the problem.

04/02/08 08:33:24 changed by dsugar

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

This is now displayed visually. I'm not sure what the quickfix would be except to remove the access. I consider this fixed because the access is visually marked with an error.