Open lemon34 opened 7 months ago
The Error:
SyntaxError: Expected "*", "--", "---", "..", "<|", "o", [ \t], [.], or [-] but "{" found.
puml2code version
puml2code version :0.1.0
(git describe --tags / puml2code -V)
git describe --tags
puml2code -V
plantuml file that reproduce issue
@startuml
package Starter { class AccSolutionController {
package Application { class SolutionBO {
package Domain { interface AccSolutionRepo << interface >> {
getAccSolution(AccountSolution):AccountSolution
} class AccountSolution {
check(AccountSolution) : String }
class WorkFlow {
} class WorkFlowFactory {
} package Infrastructure { class AccSolutionRepoImpl {
AccSolutionController ..> AccountingSolutionApplication
AccountingSolutionApplication .left.> SolutionBO
AccountingSolutionApplication .right.^ SolutionOperation
AccountSolution -right-^ Solution
AccountingSolutionApplication --> AccSolutionRepo AccountingSolutionApplication --> AccValidator AccountingSolutionApplication ..> AccountSolution AccountingSolutionApplication ..> WorkFlow AccountingSolutionApplication .left.> ExcelUtil
AccountingSolutionApplication ..> WorkFlowFactory AccountingSolutionApplication --> WorkflowGateway WorkFlowFactory .right.> WorkFlow AccSolutionRepoImpl .up.^ AccSolutionRepo WorkflowGatewayImpl .up.^ WorkflowGateway @enduml
Description
The Error:
SyntaxError: Expected "*", "--", "---", "..", "<|", "o", [ \t], [.], or [-] but "{" found.
Bug
puml2code version
puml2code version :0.1.0
(
git describe --tags
/puml2code -V
)plantuml file that reproduce issue
@startuml
package Starter { class AccSolutionController {
package Application { class SolutionBO {
package Domain { interface AccSolutionRepo << interface >> {
getAccSolution(AccountSolution):AccountSolution
} class AccountSolution {
check(AccountSolution) : String }
class WorkFlow {
} class WorkFlowFactory {
} package Infrastructure { class AccSolutionRepoImpl {
AccSolutionController ..> AccountingSolutionApplication
AccountingSolutionApplication .left.> SolutionBO
AccountingSolutionApplication .right.^ SolutionOperation
AccountSolution -right-^ Solution
AccountingSolutionApplication --> AccSolutionRepo AccountingSolutionApplication --> AccValidator AccountingSolutionApplication ..> AccountSolution AccountingSolutionApplication ..> WorkFlow AccountingSolutionApplication .left.> ExcelUtil
AccountingSolutionApplication ..> WorkFlowFactory AccountingSolutionApplication --> WorkflowGateway WorkFlowFactory .right.> WorkFlow AccSolutionRepoImpl .up.^ AccSolutionRepo WorkflowGatewayImpl .up.^ WorkflowGateway @enduml