fesch / Structorizer.Desktop

Structorizer is a little tool which you can use to create Nassi-Schneiderman Diagrams (NSD).
https://structorizer.fisch.lu
GNU General Public License v3.0
65 stars 20 forks source link

Method call transmutations (i.e. for calls with qualified names) don't work #1140

Closed codemanyak closed 8 months ago

codemanyak commented 8 months ago

The code import for OO languages (Java, Processing, ObjectPascal/Delphi) does not always succeed in detecting method calls and hence may not automatically convert them from Instruction elements into CALL elements: grafik

This is certainly tolerable, but a manual attempt to transmute them afterwards always fails, simply because the conditions are still too strict. In addition, a test method for function call syntax ignored the argument whether or not qualified names are to beaccepted - which is in fact a bug.