Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][GenerationLogic] 길이는 0보다 작을 수 없습니다.매개 변수 이름: length #5

Open
bullseye73 opened this issue Mar 13, 2020 · 1 comment
Assignees

Comments

@bullseye73
Copy link

We are facing this issue 길이는 0보다 작을 수 없습니다. 매개 변수 이름: length when trying to use the app. The following is the corresponding stack trace.

   위치: System.String.Substring(Int32 startIndex, Int32 length)
   위치: PlantUMLCodeGeneratorGUI.Class.Set(String classContent)
   위치: PlantUMLCodeGeneratorGUI.Namespace.ProcessFullContent(String fullContent)
   위치: PlantUMLCodeGeneratorGUI.Namespace.Set(String namespaceContent)
   위치: PlantUMLCodeGeneratorGUI.Namespace.Set(String namespaceContent)
   위치: PlantUMLCodeGeneratorGUI.Processor.Process(String fileContent, Settings settings, Namespace& defaultNamespace)
   위치: PlantUMLCodeGeneratorGUI.frmMain.<btnGenerate_Click>b__5_0(Object o)
@sathukorale sathukorale self-assigned this Mar 13, 2020
@sathukorale
Copy link
Owner

sathukorale commented Mar 13, 2020

If you don't mind, can you please share the files you are trying to parse (even an obfuscated version would do, or the sections you think might be responsible). The exception itself is very much generic and doesn't give me much to work on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants