yjwzuumu / birdeye

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

Cannot call layouter constructors without vgraph although null is the standard parameter #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call a constructor of any layouter without the vgraph parameter
2.
3.

What is the expected output? What do you see instead?
Nothing should happen, since the null is a standard parameter of all the
layouters. But an error happen, because all layouters call the initModel()
method inside the constructor, which access the vgraph properties...

What version of the product are you using? On what operating system?
Last one

Original issue reported on code.google.com by andreas....@gmail.com on 6 Dec 2008 at 4:59