neo-nie / pynsource

Automatically exported from code.google.com/p/pynsource
0 stars 0 forks source link

Yuml parsing output missing a full stop before __init__() #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. python pynsource.py -y nopng generate_code\gen_asciiart.py
2. look at the text output
3. look for PySourceAsText

What is the expected output? 

PySourceAsText.__init__()

What do you see instead?

PySourceAsText__init__()

Note: the "." is missing from before the __init__()

Full output is:
---------------

[CmdLinePythonToAsciiArt|p|_GenerateAuxilliaryClasses();_CreateParser();_Process
();ExportTo()]p-.->[PySourceAsText__init__();_DumpAttribute();_DumpCompositeExtr
aFooter();_DumpClassNameAndGeneralisations();_DumpMethods();_Line();_DumpClassFo
oter()]
[CmdLineGenerator]^[CmdLinePythonToAsciiArt]
[ReportGenerator]^[PySourceAsText]

Original issue reported on code.google.com by abu...@gmail.com on 15 Jul 2012 at 2:11