Skip to content

Package is an unknown type #33

@GillisWerrebrouck

Description

@GillisWerrebrouck

When using the package keyword in a UML, plantcode throws an error.

Example:
input:

@startuml
package test1 {
    class A {
        + c string
        - d string
    }
}

package test2 {
    class B {}
}

A --|> B
@enduml

output:

Error parsing input file: 
../../uml
Unknown type

This is a valid input according to plantuml but doesn't seem to be accepted by plantcode, although, when looking at the plantcode code, there seems to be support for the package keyword.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions