neo-nie / pynsource

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

Regular dependencies should be represented in the uml #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
e.g. CmdLinePythonToJava class creates an instance of PySourceAsText but 
because its assigned to a local variable, it doesn't register as a dependency.

Not sure what this means - need to investigate.

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

GoogleCodeExporter commented 8 years ago
Here is a search for CmdLinePythonToJava

  F:\Devel\pyNsource\trunk\src\generate_code\gen_java.py (1 hits)
    Line 92: class CmdLinePythonToJava(CmdLineGenerator):
  F:\Devel\pyNsource\trunk\src\pynsource.py (2 hits)
    Line 8: from generate_code.gen_java import CmdLinePythonToJava
    Line 77:                 u = CmdLinePythonToJava(globbed, treatmoduleasclass=optionModuleAsClass, verbose=optionVerbose)

Original comment by abu...@gmail.com on 15 Jul 2012 at 2:04

GoogleCodeExporter commented 8 years ago

Original comment by abu...@gmail.com on 15 Jul 2012 at 2:22