Stephan Herrmann | a253951 | 2013-07-14 23:33:10 +0200 | [diff] [blame] | 1 | See https://bugs.eclipse.org/bugs/show_bug.cgi?id=406518 |
| 2 | |
Stephan Herrmann | a253951 | 2013-07-14 23:33:10 +0200 | [diff] [blame] | 3 | |
Stephan Herrmann | a253951 | 2013-07-14 23:33:10 +0200 | [diff] [blame] | 4 | NOTYET: |
| 5 | ------- |
Stephan Herrmann | a253951 | 2013-07-14 23:33:10 +0200 | [diff] [blame] | 6 | |
| 7 | (8) Subclasses of Thread (and ideally: implementors of Runnable, the latter |
| 8 | has not yet been realized) need to be woven to insert a trigger into OT's |
| 9 | TeamThreadManager. This mechanism may need to be redesigned entirely. |
| 10 | |
| 11 | (10) Detect if more than one version of any bound base bundle is installed. |
| 12 | May want to re-think strategy how to handle this case, currently: |
| 13 | pick the highest version. |
| 14 | |
| 15 | (12) Implement "forced exports", which allows access from an aspect bundle |
| 16 | to classes of a base bundle which are not exported from their bundle |
| 17 | (subject to checking of aspect permissions, see (9)). |
| 18 | |
| 19 | (9) If aspect permission checking is used, we need to veto the loading |
| 20 | of classes of any aspect bundle violating the current policy. |