Merge branches 'develop' and 'feature-autobuild/maven-archetypes' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature-autobuild/maven-archetypes
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/db1eda0a Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/db1eda0a Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/db1eda0a Branch: refs/heads/feature-autobuild/maven-archetypes Commit: db1eda0a5685f1d6c5b7da7bdfecaf1b2766b312 Parents: da7d1ac 58e255c Author: Christofer Dutz <christofer.d...@codecentric.de> Authored: Thu Sep 29 10:35:16 2016 +0200 Committer: Christofer Dutz <christofer.d...@codecentric.de> Committed: Thu Sep 29 10:35:16 2016 +0200 ---------------------------------------------------------------------- RELEASE_NOTES | 12 +- .../apache/flex/reflection/TypeDefinition.as | 13 +- .../apache/flex/reflection/getAliasByClass.as | 8 +- .../apache/flex/reflection/getClassByAlias.as | 1 + .../flex/reflection/registerClassAlias.as | 2 +- .../src/flexUnitTests/ReflectionTester.as | 6 + .../reflection/ReflectionTesterTest.as | 7 +- .../reflection/ReflectionTesterTestAlias.as | 90 +++++++++++++ .../reflection/ReflectionTesterTestUseCache.as | 93 ++++++++++++++ .../testsview/src/GenericTestsContainer.mxml | 32 ----- .../testsview/src/MyInitialView.mxml | 96 -------------- .../testsview/src/controllers/MyController.as | 52 -------- .../testsview/src/models/MyModel.as | 125 ------------------- .../testsview/src/models/TestResultsModel.as | 40 ------ 14 files changed, 220 insertions(+), 357 deletions(-) ----------------------------------------------------------------------