Menu

Code Commit Log


Commit Date  
[r124] by rana12
2011-08-29 21:02:37 Tree
[r123] by rana12

change1: i have added to attributes names and acces modifiers
change 2 :added to methods names and acces modifiers
change3 :instantiated OOModel object ,initialized its array list of OOClasses with class1 and class 2 as array list element
change 4:in Diagrammanager2 constructor receives OOModel object
initialize privately declared OOModel in DiagramManager2
rest of previous code is copied to function generateShapes()
outer for loop loops on x.classes arraylist member of OOModel Object x
in ClassDiagramManagerDriver i passed OOModel to DiagramManager2
whenever we need to generate shapes we call generate shapes from instantiated OOmodel

2011-08-29 21:01:56 Tree
[r122] by rana12
2011-08-29 14:26:59 Tree
[r121] by reemgamal

to implement inhetitance in class diagram

2011-08-29 13:05:08 Tree
[r120] by rana12

driver to test functionality of DriverManger2

2011-08-29 04:43:09 Tree
[r119] by rana12

not final can any one just check z output because when i run the whole project

this errors appear in the error log so i can not test the functionality

java.lang.NoClassDefFoundError: gui/ClassDiagramManagerDriver
Caused by: java.lang.ClassNotFoundException: gui.ClassDiagramManagerDriver
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Exception in thread "main"

2011-08-29 04:41:19 Tree
[r118] by heshamsafi

Solved the quoted strings problem inside the scanner and also dealt with the EOF token from inside the scanner
so I had to remove the old code that deals with the EOF from the TokenParser

2011-08-28 19:46:30 Tree
[r117] by agalal

- clearing array of subarrays for a new parse operation

2011-08-28 17:31:50 Tree
[r116] by agalal

- fixing using gc with a null in constructor

2011-08-28 17:30:23 Tree
[r115] by agalal
2011-08-28 17:29:38 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.