commit | 168a03403ccc931fcd5c2deff65a07ed4768cd81 | [log] [tgz] |
---|---|---|
author | Andrew Pickford <anpickford@googlemail.com> | Fri Sep 21 12:14:04 2018 +0200 |
committer | Andrew Pickford <anpickford@googlemail.com> | Fri Sep 21 12:14:04 2018 +0200 |
tree | 43513c151c0666f712aefd56cbdb368d631cd45f | |
parent | 059726d71b7aa2802d8d1a053ba0466d1bb84da2 [diff] |
Fix relative class name functionality Remove the old implementation of the relative class name functionality as this has bugs, leading to classes not being loaded.The new implementation catches relative class names when they are first encountered and converts them into absolute class names straight away. Also add some tests for the relative class names.