From: <fra...@us...> - 2009-09-08 20:28:15
|
Revision: 1897 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=1897&view=rev Author: frankrimlinger Date: 2009-09-08 20:28:07 +0000 (Tue, 08 Sep 2009) Log Message: ----------- Before continuing with the predicate unravelling business, decided to take the hit and get target selection working. This involves walking the dependency diagram of modules, which is a subject that hasn't been visited in years. Wrote a new command to display the relevant graph, and discovered that loops formed inside of blowups were not appearing. Traced the problem to AlphaSym call to HitemUtil.seekLoopSym, which somehow relies on stratification to perform its function. Since stratification is no long available, need to rework this. Modified Paths: -------------- branches/mango/Mango/Mango/src/mango/graph/agent/GraphViewAgent.java branches/mango/Mango/Mango/src/mango/gumboModel/ColorDataBinding.java branches/mango/Mango/Mango/src/mango/gumboModel/action/MangoActionManager.java branches/mango/Mango/Mango/src/mango/gumboModel/factory/GraphModelFactory.java branches/mango/Mango/Mango/src/mango/worker/Worker.java branches/mango/Mango/Mango/src/mango/worker/engine/hash/Hitem.java branches/mango/Mango/Mango/src/mango/worker/mangoModel/graph/Graph.java branches/mango/Mango/Mango/src/mango/worker/mangoModel/sym/graphic/GraphicSym.java branches/mango/Mango/Mango/src/mango/worker/mangoModel/sym/graphic/MethodSym.java branches/mango/Mango/Mango/src/mango/worker/mangoModel/sym/graphic/PackageSym.java branches/mango/Mango/Mango/src/mango/worker/mangoModel/sym/graphic/SuperVertexClassSym.java branches/mango/Mango/Mango/src/mango/worker/mangoModel/sym/graphic/VertexSym.java branches/mango/Mango/Mango/src/mango/worker/mangoModel/sym/superVertex/SuperBlowUpSym.java branches/mango/Mango/Mango/src/mango/worker/mangoModel/sym/superVertex/SuperCpnSym.java branches/mango/Mango/Mango/src/mango/worker/mangoModel/sym/superVertex/SuperLoopSym.java branches/mango/Mango/Mango/src/mango/worker/mangoModel/sym/superVertex/SuperVertexSym.java branches/mango/Mango/Mango/src/mango/worker/mangoModel/sym/ucon/AlphaSym.java branches/mango/Mango/Mango/src/mango/worker/msg/NewWorkerMsg.java branches/mango/Mango/Mango/src/mango/worker/msg/OpenDefinitionMsg.java Added Paths: ----------- branches/mango/Mango/Mango/src/mango/graph/data/supervertex/PackageData.java branches/mango/Mango/Mango/src/mango/graph/data/supervertex/SuperClassData.java branches/mango/Mango/Mango/src/mango/graph/msg/SuperCpnGraphCreateRequestMsg.java Removed Paths: ------------- branches/mango/Mango/Mango/src/mango/worker/msg/GenerateSpecificationMsg.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |