Conflict between RPackage: ClassDescription >> package and BogusInfo class >> package

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Conflict between RPackage: ClassDescription >> package and BogusInfo class >> package

cdelaunay
Hello,
I'm currently testing RPackage. RPackage define the method 'package' in ClassDescription. 
In my image there's only one class that already define this method, it's BogusInfo.
I don't know what is this class and what would be the best solution to solve this conflict

Reply | Threaded
Open this post in threaded view
|

Re: Conflict between RPackage: ClassDescription >> package and BogusInfo class >> package

Stéphane Ducasse
This is a mock class for Monticello tests
may be we should rename it mcPackage but this will not be easy because mc will probably use it.
Temporary we could rename RPackage one rPackage.



> Hello,
> I'm currently testing RPackage. RPackage define the method 'package' in ClassDescription.
> In my image there's only one class that already define this method, it's BogusInfo.
> I don't know what is this class and what would be the best solution to solve this conflict
>