Faculty of Information Technology
Software Engineering Group

Opened 9 years ago

Last modified 9 years ago

#57 new todo

Keep stack of shadowed method instead of shallow list.

Reported by: Jan Vrany Owned by:
Priority: major Milestone:
Component: default Keywords:
Cc: Also affects CVS HEAD (eXept version): yes

Description

Current scheme of handling shadowed methods does not handle fowllowing case:

  1. ClassA (package A) >> foo
  2. extension shadowning ClassA>>foo from package B is loaded.
  3. extension shadowning ClassA>>foo from package C is loaded.

SCM fileout does not handle correctly the case of committing package B.
For proper package unloading, a stack of shadowed method has to be managed.

Change History (1)

comment:1 Changed 9 years ago by Jan Vrany

Also affects CVS HEAD (eXept version): set
Note: See TracTickets for help on using tickets.