Trail:

Home

Asycle is an analysing tool for actionscript class and package dependencies based on Classycle.

Purpose and Features

Static cyclic dependencies of classes or packages can be a sign of bad object-oriented design. A static dependency is a dependency between classes or packages. It can already be detected by the compiler. This has to be distinguished from a dynamic dependency which is a dependency between objects. Figuring out static cyclic dependencies in actionscript code is the main purpose of Asycle.

For further information go to the Classycle Homepage.

Asycle 2.2.0 Release

  • Add Flex 4.5 support
  • Add Classycle 1.4 support
  • Finally add some documentation and examples

Asycle 2.1.2 Release

  • Asycle now also understands mxmlc command line parameters in addition to compc ones

Asycle 2.1.1 Release

  • Add bootstrapper for different versions of the Flex SDK as the compiler API is not backwards compatible

Asycle 2.1.0 Release

  • Add Flex 4.0 support
  • Add MXML support
  • Improve flexmojos support

Asycle 2.0.1 Release

  • Add maven runner for initial flexmojos support

Asycle 2.0.0 Release

  • Initial GA verion based on a patched version of the Flex SDK compiler

Asycle 1.0.2 Release

  • Initial GA version based on metaas