To elaborate a little on Bob's terse comment...

There should be an API provided to do whatever you would want to do from
your module to the SplashPanel or from whatever other part of ArgoUML. If a
method or class has default, or private visibility it is a sure sign that
that method or class is not part of the provided API.

        /Linus

2007/7/18, David Orejuela <[EMAIL PROTECTED]>:
>
> I have refactorized the plugin classes to my own namespace and now I have
> some problems with the visibility, like the org.argouml.ui.SplashPanel,
> that has package visibility. What can I do?
>
> 2007/7/18, Bob Tarling <[EMAIL PROTECTED]>:
> >
> > I don't actually know if this is related but I find it odd that your
> > module is in a package owned by ArgoUML. You could have a class
> > conflict with an ArgoUML class in that same package.
> >
> > Try refactoring to your own namespace
> >
> > Something like org.macmas.ui etc...
> >
> > Or is there some reason that you have chosen to share package name to
> > get access to package scope classes and methods? If that's the case
> > then please request a change to ArgoUML rather than share its
> > namespace.
> >
> > Regards
> >
> > Bob.
> >
> >
> >
> > On 18/07/07, David Orejuela <[EMAIL PROTECTED]> wrote:
> > > Hello,
> > > I'm developing a plugin for ArgoUML (Macmas). My project runs fine
> > with
> > > Eclipse 3.2, but when I create the plugin jar file and I launch it
> > with
> > > build\argouml.bat, the following message appears:
> > >
> > > java.lang.Security exception: class "org.argouml.ui.MacmasModule "'s
> > signer
> > > information does not match signer information of other classes in the
> > same
> > > package
> > >
> > > I have read that it can be a duplicate jars problem, but I don't find
> > > duplicate jars at build directory
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

Reply via email to