Skip to content

MRHMisu/ADA-Example-Repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ADA-Example-Repository

This is an example repository that helps to evaluate ADA generated coupling graph accuracy. We prepared this repository to validate the coupling graph accuracy manually in pen and paper.

The following tree represents the organization of the repository.

└── src
    ├── declaration
    │   ├── attribute_declaration
    │   │   ├── Cow.java
    │   │   └── CowEye.java
    │   ├── constructor_declaration
    │   │   ├── Bird.java
    │   │   └── BirdHead.java
    │   ├── enum_declaration
    │   │   └── Planet.java
    │   ├── method_declaration
    │   │   ├── Fish.java
    │   │   ├── Fisherman.java
    │   │   └── WaterAnimal.java
    │   └── package_declaration
    │       ├── Animal.java
    │       ├── AnimalType.java
    │       ├── Snake.java
    │       └── SnakeType.java
    └── invocation
        ├── attribute_invocation
        │   ├── Donkey.java
        │   ├── Horse.java
        │   └── HorseColor.java
        ├── enum_declaration
        │   ├── Planet.java
        │   └── Sun.java
        ├── other_invocation
        │   ├── easy
        │   │   ├── Duck.java
        │   │   └── Hunter.java
        │   └── medium
        │       ├── Lion.java
        │       ├── Teeth.java
        │       └── Tiger.java
        └── package_invocation
            └── Farmer.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages