google-code-export / umple

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

Tooltip for intefaces (graphviz) shows a \N with no other useful information #663

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

In umpleonline take a look at the tooltip for an interface in the graphviz 
view, you will only see a \N. It should show the similar type of information as 
available for a class tooltip.

interface Person  
{  

} 

class Mentor
{
  isA Person;
}

Original issue reported on code.google.com by aforw...@gmail.com on 16 Jan 2015 at 2:55

GoogleCodeExporter commented 9 years ago

Original comment by aforw...@gmail.com on 16 Jan 2015 at 2:56

Attachments: