Skip to content

EnigmaPP uml2vdm produces corrupt files #3

Description

@nickbattle

Running first vdm2uml and then uml2vdm on the whole EnigmaPP model produces some corrupt files. Several classes have spurious and malformed instance variables declared. For example, the Alphabet class has the following:

class Alphabet

instance variables
private alph : seq of char;    -- This is correct
 : AlphabetTest;               -- These two are spurious
 : EnigmaTest;
...

Translating Alphabet.vdmpp by itself works correctly, so this is probably due to the creation of links between the classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions