Bug in Nautilus - Add Class versus Add Full Class

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
kmo
Reply | Threaded
Open this post in threaded view
|

Bug in Nautilus - Add Class versus Add Full Class

kmo
Nautilus gives you two options to create a class: Add Class and Add Full Class.

But both options give you exactly the same template to fill in. There is no difference between them.

This is because the class methods AbstractTool>>defineFullClassTemplate  and  AbstractTool>>defineClassTemplate  return exactly the same templates.

I take it this is a bug.