dezbyte / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

Instrumentation: Access to Field of AtomicObject is only transformed in AtomicObjects #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment access to TmEntity fields is only enhanced in other
TmEntities. Normal objects that read/write to a field of type TmEntity are
not modified at all, so this needs to be fixed.

The reason of this limitation is that I wanted to prevent a lot of unneeded
checking (for example classes in the java packages will never point to
TmEntities so it is not useful to check them).

Perhaps some kind of configurable exclude path would be an idea.

Original issue reported on code.google.com by alarmnum...@gmail.com on 19 May 2009 at 5:05

GoogleCodeExporter commented 8 years ago

Original comment by alarmnum...@gmail.com on 19 May 2009 at 5:16

GoogleCodeExporter commented 8 years ago

Original comment by alarmnum...@gmail.com on 5 Sep 2009 at 2:23

GoogleCodeExporter commented 8 years ago

Original comment by alarmnum...@gmail.com on 20 Oct 2009 at 7:46