Hi Bogdan & Christian I tried your sugesstions. NotYetImplementExceptions are present in many source code files. If am not wrong this particular Exception is thrown only for those constructs which are not yet implemented.
I did not get your term "high functionality". By this do u mean to say the Functioning, GUI of argoUML ?? On Wed, Apr 2, 2008 at 1:10 AM, Bogdan Ciprian Pistol < [EMAIL PROTECTED]> wrote: > Hi Amit, > > On Tue, Apr 1, 2008 at 3:29 PM, Amit Surana <[EMAIL PROTECTED]> wrote: > > Hi, > > I have downloaded, compiled & tested the argoUML from source using > Eclipse. > > Now I have begun with my next task of understanding the API's. > Glad to hear that. > > > Can you please help me where exactly I should put in break points and > start > > analyzing what parts of code is executed & so on. > You should try to correlate ArgoUML's high level functionality with > the model parts that are used in that context. > For example: creating a new comment in the diagram editor in the Class > Diagram will use the > "org.argouml.model.euml.CoreFactoryEUMLImpl.buildComment(element, > model)" method. (I hope I'm right, I actually didn't tested this, :) > ) > > This will be an adequate approximation of how much low level stuff is > involved in the high level ArgoUML's functionality. > > Also, track the NotYetImplementedException exceptions (as Christian > suggested) and notice the high level functionality that generates > them. > > Bogdan > > > > > > > > > I am trying to use the under-progress eUML model implementation. > > > > > > -- > > Regards, > > Amit > > > > http://suranaamit.blogspot.com/ > > OPEN SOURCE: No Bill, No Gates, No Windows, Its open > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards, Amit http://suranaamit.blogspot.com/ OPEN SOURCE: No Bill, No Gates, No Windows, Its open
