Trail:

Home

Asycle is an analysing tool for actionscript class and package dependencies based on Classycle. It uses metaas as an actionscript parser and provides the necessary statistics to generate reports with 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.