-1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":1228},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1227":{"this":{"__isSmartRef__":true,"id":402}},"1228":{},"1229":{"varMapping":{"__isSmartRef__":true,"id":1230},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":1231},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1230":{"this":{"__isSmartRef__":true,"id":402}},"1231":{},"1232":{"varMapping":{"__isSmartRef__":true,"id":1233},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1233":{"this":{"__isSmartRef__":true,"id":402}},"1234":{},"1235":{"varMapping":{"__isSmartRef__":true,"id":1236},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":1237},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1236":{"this":{"__isSmartRef__":true,"id":402}},"1237":{},"1238":{"varMapping":{"__isSmartRef__":true,"id":1239},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; iClass name | WMC | NOC | DIT |
---|---|---|---|
lively.morphic.Morph | 402 | 21 | 1 |
lively.morphic.Text | 238 | 3 | 2 |
lively.morphic.World | 121 | 0 | 2 |
lively.ide.BasicBrowser | 105 | 3 | 3 |
lively.morphic.List | 72 | 1 | 3 |
lively.morphic.Shapes.Shape | 68 | 5 | 1 |
WebResource | 50 | 0 | 1 |
lively.morphic.DataGrid | 44 | 0 | 2 |
ObjectGraphLinearizer | 44 | 0 | 1 |
lively.morphic.Shapes.Path | 43 | 0 | 2 |
lively.ide.FileFragment | 42 | 1 | 1 |
lively.morphic.Rendering.DOMInterface | 39 | 0 | 1 |
NetRequest | 39 | 0 | 2 |
Change | 37 | 6 | 1 |
URL | 36 | 0 | 1 |
lively.morphic.Selection | 36 | 0 | 3 |
lively.morphic.ControlPoint | 35 | 0 | 1 |
ChangeSet | 35 | 0 | 2 |
AttributeConnection | 34 | 1 | 1 |
lively.PartsBin.PartItem | 33 | 0 | 1 |
AnotherSourceDatabase | 29 | 0 | 1 |
lively.morphic.TextEmphasis | 28 | 0 | 1 |
lively.morphic.Path | 28 | 0 | 2 |
lively.morphic.RichText | 27 | 0 | 1 |
SVNResource | 27 | 0 | 3 |
lively.morphic.TextChunk | 26 | 0 | 1 |
lively.morphic.Similitude | 25 | 0 | 1 |
lively.morphic.Window | 25 | 0 | 2 |
lively.morphic.Layout.Layout | 24 | 4 | 1 |
Resource | 24 | 1 | 2 |
lively.ide.ModuleWrapper | 23 | 0 | 1 |
lively.ide.BrowserNode | 22 | 5 | 1 |
lively.Main.Examples | 22 | 1 | 1 |
lively.morphic.Halo | 21 | 18 | 3 |
lively.morphic.Slider | 21 | 0 | 3 |
RealTrait | 21 | 0 | 1 |
Layer | 20 | 0 | 1 |
lively.FileUploader | 20 | 0 | 1 |
lively.morphic.Rendering.RenderContext | 19 | 3 | 1 |
lively.morphic.EventHandler | 18 | 1 | 1 |
lively.morphic.Menu | 18 | 0 | 3 |
CodeParser | 17 | 2 | 1 |
lively.Main.Loader | 17 | 2 | 1 |
lively.morphic.PartsBinItem | 17 | 0 | 3 |
LayerableObject | 17 | 0 | 1 |
MethodCategoryChange | 16 | 0 | 2 |
lively.morphic.Tab | 16 | 0 | 2 |
lively.PartsBin.PartsSpace | 16 | 0 | 1 |
View | 15 | 3 | 1 |
lively.morphic.Button | 15 | 1 | 2 |
lively.morphic.Layout.GridLayout | 15 | 0 | 2 |
lively.PartsBin.PartsBinMetaInfo | 15 | 0 | 1 |
lively.morphic.TextEditor | 15 | 0 | 3 |
DocLinkConverter | 15 | 0 | 1 |
ClassChange | 14 | 0 | 2 |
lively.morphic.DataGridCell | 14 | 0 | 3 |
lively.morphic.Script | 13 | 2 | 1 |
lively.morphic.Magnet | 13 | 1 | 1 |
lively.morphic.TabBar | 13 | 0 | 2 |
lively.morphic.Image | 13 | 0 | 2 |
OMetaSupport | 13 | 0 | 1 |
Query | 13 | 0 | 2 |
SyntheticModel | 13 | 0 | 2 |
lively.morphic.HandMorph | 13 | 0 | 2 |
lively.ide.FileFragmentNode | 12 | 14 | 2 |
lively.ide.AddNewFileCommand | 12 | 0 | 2 |
lively.Main.WorldDataAccessor | 11 | 3 | 1 |
lively.ide.CompleteFileFragmentNode | 11 | 1 | 3 |
lively.morphic.Shapes.Image | 11 | 0 | 2 |
ClassPlugin | 11 | 0 | 2 |
ConversionPlugin | 11 | 0 | 2 |
lively.ide.SystemBrowser | 11 | 0 | 4 |
lively.morphic.Shapes.PathElement | 10 | 10 | 1 |
lively.ide.ChangeNode | 10 | 5 | 2 |
lively.ide.AddToFileFragmentCommand | 10 | 4 | 2 |
lively.morphic.AbstractDialog | 10 | 3 | 2 |
lively.ide.MultiFileFragmentsNode | 10 | 1 | 3 |
lively.morphic.Shapes.External | 10 | 0 | 2 |
lively.morphic.TitleBar | 10 | 0 | 3 |
NetRequestStatus | 10 | 0 | 1 |
ProtoChange | 10 | 0 | 2 |
lively.morphic.LinearGradient | 10 | 0 | 2 |
lively.morphic.RotateHalo | 10 | 0 | 4 |
lively.morphic.PathVertexControlPointHalo | 10 | 0 | 5 |
lively.morphic.HorizontalDivider | 10 | 0 | 3 |
lively.ide.BrowserCommand | 9 | 19 | 1 |
lively.morphic.Shapes.MoveTo | 9 | 0 | 2 |
lively.morphic.ProgressBar | 9 | 0 | 3 |
lively.ide.RemoteChangeSetNode | 9 | 0 | 4 |
lively.morph.ConnectionBuilder | 9 | 0 | 3 |
lively.morphic.DraggableBehaviorMorph | 9 | 0 | 3 |
lively.morphic.RadialGradient | 9 | 0 | 2 |
lively.morphic.Canvas.RenderContext | 9 | 0 | 2 |
lively.morphic.Layout.ConstraintLayout | 9 | 0 | 2 |
StaticChange | 9 | 0 | 2 |
JsParser | 9 | 0 | 2 |
lively.ide.ChangeSetMenuCommand | 9 | 0 | 2 |
lively.morphic.PathInsertPointHalo | 9 | 0 | 5 |
lively.morphic.App | 8 | 3 | 1 |
lively.morphic.Layout.HorizontalLayout | 8 | 1 | 2 |
Model | 8 | 1 | 1 |
lively.morphic.Layout.VerticalLayout | 8 | 1 | 2 |
lively.ide.BrowserPanel | 8 | 0 | 4 |
ClosurePlugin | 8 | 0 | 2 |
lively.morphic.RenameHalo | 8 | 0 | 4 |
DoitChange | 8 | 0 | 2 |
lively.ide.SourceControlNode | 8 | 0 | 2 |
lively.morphic.Shapes.ArcTo | 8 | 0 | 2 |
LivelyWrapperPlugin | 8 | 0 | 2 |
lively.morphic.HtmlWrapperMorph | 8 | 0 | 2 |
lively.morphic.Shapes.BezierCurve1CtlTo | 8 | 0 | 2 |
lively.morphic.Shapes.BezierCurve2CtlTo | 8 | 0 | 2 |
lively.morphic.Shapes.QuadCurveTo | 8 | 0 | 2 |
lively.ide.MethodCategoryFragmentNode | 8 | 0 | 4 |
lively.ide.CategorizedClassFragmentNode | 8 | 0 | 3 |
lively.morphic.CheckBox | 8 | 0 | 2 |
lively.morphic.GeometryTransformConnection | 8 | 0 | 3 |
lively.morphic.Shapes.CurveTo | 8 | 0 | 2 |
lively.morphic.Shapes.Ellipse | 8 | 0 | 2 |
lively.morphic.Shapes.VerticalTo | 8 | 0 | 2 |
Styles | 8 | 0 | 1 |
lively.ide.RunTestMethodCommand | 8 | 0 | 2 |
lively.morphic.Shapes.HorizontalTo | 8 | 0 | 2 |
OldModelFilter | 8 | 0 | 2 |
lively.morphic.Shapes.LineTo | 8 | 0 | 2 |
lively.morphic.GeometryConnection | 7 | 1 | 2 |
DoWeakSerializePlugin | 7 | 0 | 2 |
lively.ide.NamespaceNode | 7 | 0 | 2 |
lively.morphic.TabContainer | 7 | 0 | 2 |
SVNVersionInfo | 7 | 0 | 1 |
CopyOnlySubmorphsPlugin | 7 | 0 | 2 |
lively.morphic.LockHalo | 7 | 0 | 4 |
lively.morphic.Shapes.ClosePath | 7 | 0 | 2 |
lively.ide.SortCommand | 7 | 0 | 2 |
LayerPlugin | 7 | 0 | 2 |
lively.morphic.CopyHalo | 7 | 0 | 4 |
DeprecatedView | 7 | 0 | 1 |
lively.morphic.SliderKnob | 7 | 0 | 3 |
GenericFilter | 7 | 0 | 2 |
lively.morphic.FunctionScript | 7 | 0 | 2 |
lively.morphic.DropDownList | 7 | 0 | 4 |
lively.morphic.Layout.JournalLayout | 7 | 0 | 3 |
lively.ide.ChangeSetDoitNode | 7 | 0 | 3 |
lively.morphic.MagnetHalo | 7 | 0 | 3 |
lively.morphic.Gradient | 6 | 2 | 1 |
lively.ide.ChangeSetNode | 6 | 1 | 3 |
lively.Main.JSONWorldData | 6 | 1 | 2 |
lively.ide.ChangesGotoChangeSetCommand | 6 | 0 | 2 |
lively.morphic.HTMLParser | 6 | 0 | 1 |
lively.morphic.BoundsHalo | 6 | 0 | 4 |
lively.ide.EvaluateCommand | 6 | 0 | 2 |
lively.ide.ParserDebugCommand | 6 | 0 | 2 |
lively.ide.RefreshCommand | 6 | 0 | 2 |
lively.ide.ShowLineNumbersCommand | 6 | 0 | 2 |
lively.ide.ClassHierarchyViewCommand | 6 | 0 | 2 |
lively.morphic.GrabHalo | 6 | 0 | 4 |
lively.ide.OpenVersionsOfFile | 6 | 0 | 2 |
lively.morphic.FrameRateMorph | 6 | 0 | 3 |
lively.ide.AllModulesLoadCommand | 6 | 0 | 2 |
lively.ide.ClassChangeMenuCommand | 6 | 0 | 2 |
lively.ide.ClassElemFragmentNode | 6 | 0 | 3 |
lively.ide.AllMethodCategoryFragmentNode | 6 | 0 | 3 |
lively.morphic.PromptDialog | 6 | 0 | 3 |
lively.morphic.TabStrategyTop | 6 | 0 | 1 |
lively.morphic.EditDialog | 6 | 0 | 3 |
lively.ide.SaveChangesCommand | 6 | 0 | 2 |
lively.ide.ViewSourceCommand | 6 | 0 | 2 |
lively.ide.CompleteOmetaFragmentNode | 6 | 0 | 4 |
lively.Main.HTMLExamples | 6 | 0 | 2 |
lively.morphic.TargetScript | 6 | 0 | 2 |
StoreAndRestorePlugin | 6 | 0 | 2 |
lively.Main.HTMLLoader | 6 | 0 | 2 |
lively.morphic.MagnetSet | 6 | 0 | 1 |
lively.ide.BrowseWorldCommand | 6 | 0 | 2 |
lively.morphic.Layout.ConstraintLayoutInfo | 6 | 0 | 1 |
lively.morphic.Shapes.Rectangle | 6 | 0 | 2 |
lively.ide.OpenDiffViewerCommand | 6 | 0 | 2 |
lively.ide.OpenInFileEditorCommand | 6 | 0 | 2 |
ObjectLinearizerPlugin | 5 | 18 | 1 |
DEPRECATEDScriptFilter | 5 | 0 | 2 |
lively.morphic.DragHalo | 5 | 0 | 4 |
lively.Main.NewMorphicData | 5 | 0 | 3 |
lively.morphic.MenuHalo | 5 | 0 | 4 |
lively.morphic.OriginHalo | 5 | 0 | 4 |
lively.ide.WikiCodeNode | 5 | 0 | 2 |
RegExpPlugin | 5 | 0 | 2 |
lively.morphic.Layout.TightHorizontalLayout | 5 | 0 | 3 |
lively.ide.WikiCodeBrowser | 5 | 0 | 4 |
lively.morphic.RescaleHalo | 5 | 0 | 4 |
lively.morphic.ResizeHalo | 5 | 0 | 4 |
lively.Main.XMLWorldData | 5 | 0 | 2 |
CrayonColors | 5 | 0 | 1 |
lively.ide.ObjectFragmentNode | 5 | 0 | 3 |
lively.ide.NodeTypeFilter | 5 | 0 | 2 |
Importer | 5 | 0 | 2 |
AnotherCodeMarkupParser | 5 | 0 | 1 |
XPathEmulator | 5 | 0 | 1 |
lively.morphic.TabPane | 5 | 0 | 2 |
lively.ide.LocalCodeBrowser | 5 | 0 | 4 |
lively.ide.NodeFilter | 4 | 2 | 1 |
lively.morphic.PathControlPointHalo | 4 | 2 | 4 |
lively.morphic.Panel | 4 | 1 | 3 |
lively.morphic.RelayEventHandler | 4 | 0 | 2 |
DoNotSerializePlugin | 4 | 0 | 2 |
lively.ide.ChangeSetClassNode | 4 | 0 | 3 |
lively.ide.ChangeSetMethodCategoryNode | 4 | 0 | 3 |
NetRequestReporter | 4 | 0 | 1 |
lively.ide.FunctionFragmentNode | 4 | 0 | 3 |
lively.ide.CopFragmentNode | 4 | 0 | 3 |
lively.ide.CopRefineFragmentNode | 4 | 0 | 3 |
lively.ide.ParseErrorFileFragment | 4 | 0 | 2 |
lively.ide.TraitFragmentNode | 4 | 0 | 3 |
XPathEmulatorResult | 4 | 0 | 1 |
lively.ide.OMetaGrammarNode | 4 | 0 | 3 |
lively.ide.ChangeSetClassElemNode | 4 | 0 | 3 |
lively.morphic.RelativeMagnet | 4 | 0 | 2 |
lively.persistence.DatePlugin | 4 | 0 | 2 |
lively.morphic.Clip | 4 | 0 | 3 |
COPError | 4 | 0 | 1 |
Exporter | 4 | 0 | 1 |
lively.ide.AddMethodToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddLayerToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddObjectExtendToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddClassToFileFragmentCommand | 4 | 0 | 3 |
lively.morphic.Layout.GridLayoutPlaceholder | 4 | 0 | 2 |
lively.Main.NewWorldData | 4 | 0 | 2 |
lively.morphic.DataGridColHead | 4 | 0 | 3 |
lively.morphic.Box | 3 | 19 | 2 |
lively.morphic.WindowedApp | 3 | 2 | 2 |
Copier | 3 | 1 | 1 |
lively.ide.OMetaRuleNode | 3 | 0 | 3 |
lively.morphic.ScriptEditorHalo | 3 | 0 | 4 |
lively.morphic.InspectHalo | 3 | 0 | 4 |
lively.morphic.PublishHalo | 3 | 0 | 4 |
SyntaxHighlighter | 3 | 0 | 1 |
OMetaParser | 3 | 0 | 2 |
IgnoreEpiMorphsPlugin | 3 | 0 | 2 |
lively.ide.TraitElemFragmentNode | 3 | 0 | 3 |
lively.ide.CopMemberFragmentNode | 3 | 0 | 3 |
lively.morphic.CloseHalo | 3 | 0 | 4 |
lively.morphic.SetImageURLHalo | 3 | 0 | 4 |
lively.morphic.StyleHalo | 3 | 0 | 4 |
lively.morphic.ConfirmDialog | 3 | 0 | 3 |
lively.morphic.Compat.Text | 3 | 0 | 1 |
lively.ide.SortFilter | 3 | 0 | 2 |
lively.morphic.HTML.RenderContext | 3 | 0 | 2 |
lively.morphic.SVG.RenderContext | 3 | 0 | 2 |
lively.morphic.WindowControl | 3 | 0 | 3 |
IgnoreDOMElementsPlugin | 3 | 0 | 2 |
AttributeConnectionPlugin | 3 | 0 | 2 |
lively.Main.CanvasLoader | 3 | 0 | 2 |
IgnoreFunctionsPlugin | 3 | 0 | 2 |
cop.PartialLayerComposition | 3 | 0 | 1 |
Class name | WMC | NOC | DIT |
---|---|---|---|
lively.morphic.Morph | 402 | 21 | 1 |
lively.morphic.Text | 238 | 3 | 2 |
lively.morphic.World | 121 | 0 | 2 |
lively.ide.BasicBrowser | 105 | 3 | 3 |
lively.morphic.List | 72 | 1 | 3 |
lively.morphic.Shapes.Shape | 68 | 5 | 1 |
WebResource | 50 | 0 | 1 |
lively.morphic.DataGrid | 44 | 0 | 2 |
ObjectGraphLinearizer | 44 | 0 | 1 |
lively.morphic.Shapes.Path | 43 | 0 | 2 |
lively.ide.FileFragment | 42 | 1 | 1 |
lively.morphic.Rendering.DOMInterface | 39 | 0 | 1 |
NetRequest | 39 | 0 | 2 |
Change | 37 | 6 | 1 |
URL | 36 | 0 | 1 |
lively.morphic.Selection | 36 | 0 | 3 |
lively.morphic.ControlPoint | 35 | 0 | 1 |
ChangeSet | 35 | 0 | 2 |
AttributeConnection | 34 | 1 | 1 |
lively.PartsBin.PartItem | 33 | 0 | 1 |
AnotherSourceDatabase | 29 | 0 | 1 |
lively.morphic.TextEmphasis | 28 | 0 | 1 |
lively.morphic.Path | 28 | 0 | 2 |
lively.morphic.RichText | 27 | 0 | 1 |
SVNResource | 27 | 0 | 3 |
lively.morphic.TextChunk | 26 | 0 | 1 |
lively.morphic.Similitude | 25 | 0 | 1 |
lively.morphic.Window | 25 | 0 | 2 |
lively.morphic.Layout.Layout | 24 | 4 | 1 |
Resource | 24 | 1 | 2 |
lively.ide.ModuleWrapper | 23 | 0 | 1 |
lively.ide.BrowserNode | 22 | 5 | 1 |
lively.Main.Examples | 22 | 1 | 1 |
lively.morphic.Halo | 21 | 18 | 3 |
lively.morphic.Slider | 21 | 0 | 3 |
RealTrait | 21 | 0 | 1 |
Layer | 20 | 0 | 1 |
lively.FileUploader | 20 | 0 | 1 |
lively.morphic.Rendering.RenderContext | 19 | 3 | 1 |
lively.morphic.EventHandler | 18 | 1 | 1 |
lively.morphic.Menu | 18 | 0 | 3 |
CodeParser | 17 | 2 | 1 |
lively.Main.Loader | 17 | 2 | 1 |
lively.morphic.PartsBinItem | 17 | 0 | 3 |
LayerableObject | 17 | 0 | 1 |
MethodCategoryChange | 16 | 0 | 2 |
lively.morphic.Tab | 16 | 0 | 2 |
lively.PartsBin.PartsSpace | 16 | 0 | 1 |
View | 15 | 3 | 1 |
lively.morphic.Button | 15 | 1 | 2 |
lively.morphic.Layout.GridLayout | 15 | 0 | 2 |
lively.PartsBin.PartsBinMetaInfo | 15 | 0 | 1 |
lively.morphic.TextEditor | 15 | 0 | 3 |
DocLinkConverter | 15 | 0 | 1 |
ClassChange | 14 | 0 | 2 |
lively.morphic.DataGridCell | 14 | 0 | 3 |
lively.morphic.Script | 13 | 2 | 1 |
lively.morphic.Magnet | 13 | 1 | 1 |
lively.morphic.TabBar | 13 | 0 | 2 |
lively.morphic.Image | 13 | 0 | 2 |
OMetaSupport | 13 | 0 | 1 |
Query | 13 | 0 | 2 |
SyntheticModel | 13 | 0 | 2 |
lively.morphic.HandMorph | 13 | 0 | 2 |
lively.ide.FileFragmentNode | 12 | 14 | 2 |
lively.ide.AddNewFileCommand | 12 | 0 | 2 |
lively.Main.WorldDataAccessor | 11 | 3 | 1 |
lively.ide.CompleteFileFragmentNode | 11 | 1 | 3 |
lively.morphic.Shapes.Image | 11 | 0 | 2 |
ClassPlugin | 11 | 0 | 2 |
ConversionPlugin | 11 | 0 | 2 |
lively.ide.SystemBrowser | 11 | 0 | 4 |
lively.morphic.Shapes.PathElement | 10 | 10 | 1 |
lively.ide.ChangeNode | 10 | 5 | 2 |
lively.ide.AddToFileFragmentCommand | 10 | 4 | 2 |
lively.morphic.AbstractDialog | 10 | 3 | 2 |
lively.ide.MultiFileFragmentsNode | 10 | 1 | 3 |
lively.morphic.Shapes.External | 10 | 0 | 2 |
lively.morphic.TitleBar | 10 | 0 | 3 |
NetRequestStatus | 10 | 0 | 1 |
ProtoChange | 10 | 0 | 2 |
lively.morphic.LinearGradient | 10 | 0 | 2 |
lively.morphic.RotateHalo | 10 | 0 | 4 |
lively.morphic.PathVertexControlPointHalo | 10 | 0 | 5 |
lively.morphic.HorizontalDivider | 10 | 0 | 3 |
lively.ide.BrowserCommand | 9 | 19 | 1 |
lively.morphic.Shapes.MoveTo | 9 | 0 | 2 |
lively.morphic.ProgressBar | 9 | 0 | 3 |
lively.ide.RemoteChangeSetNode | 9 | 0 | 4 |
lively.morph.ConnectionBuilder | 9 | 0 | 3 |
lively.morphic.DraggableBehaviorMorph | 9 | 0 | 3 |
lively.morphic.RadialGradient | 9 | 0 | 2 |
lively.morphic.Canvas.RenderContext | 9 | 0 | 2 |
lively.morphic.Layout.ConstraintLayout | 9 | 0 | 2 |
StaticChange | 9 | 0 | 2 |
JsParser | 9 | 0 | 2 |
lively.ide.ChangeSetMenuCommand | 9 | 0 | 2 |
lively.morphic.PathInsertPointHalo | 9 | 0 | 5 |
lively.morphic.App | 8 | 3 | 1 |
lively.morphic.Layout.HorizontalLayout | 8 | 1 | 2 |
Model | 8 | 1 | 1 |
lively.morphic.Layout.VerticalLayout | 8 | 1 | 2 |
lively.ide.BrowserPanel | 8 | 0 | 4 |
ClosurePlugin | 8 | 0 | 2 |
lively.morphic.RenameHalo | 8 | 0 | 4 |
DoitChange | 8 | 0 | 2 |
lively.ide.SourceControlNode | 8 | 0 | 2 |
lively.morphic.Shapes.ArcTo | 8 | 0 | 2 |
LivelyWrapperPlugin | 8 | 0 | 2 |
lively.morphic.HtmlWrapperMorph | 8 | 0 | 2 |
lively.morphic.Shapes.BezierCurve1CtlTo | 8 | 0 | 2 |
lively.morphic.Shapes.BezierCurve2CtlTo | 8 | 0 | 2 |
lively.morphic.Shapes.QuadCurveTo | 8 | 0 | 2 |
lively.ide.MethodCategoryFragmentNode | 8 | 0 | 4 |
lively.ide.CategorizedClassFragmentNode | 8 | 0 | 3 |
lively.morphic.CheckBox | 8 | 0 | 2 |
lively.morphic.GeometryTransformConnection | 8 | 0 | 3 |
lively.morphic.Shapes.CurveTo | 8 | 0 | 2 |
lively.morphic.Shapes.Ellipse | 8 | 0 | 2 |
lively.morphic.Shapes.VerticalTo | 8 | 0 | 2 |
Styles | 8 | 0 | 1 |
lively.ide.RunTestMethodCommand | 8 | 0 | 2 |
lively.morphic.Shapes.HorizontalTo | 8 | 0 | 2 |
OldModelFilter | 8 | 0 | 2 |
lively.morphic.Shapes.LineTo | 8 | 0 | 2 |
lively.morphic.GeometryConnection | 7 | 1 | 2 |
DoWeakSerializePlugin | 7 | 0 | 2 |
lively.ide.NamespaceNode | 7 | 0 | 2 |
lively.morphic.TabContainer | 7 | 0 | 2 |
SVNVersionInfo | 7 | 0 | 1 |
CopyOnlySubmorphsPlugin | 7 | 0 | 2 |
lively.morphic.LockHalo | 7 | 0 | 4 |
lively.morphic.Shapes.ClosePath | 7 | 0 | 2 |
lively.ide.SortCommand | 7 | 0 | 2 |
LayerPlugin | 7 | 0 | 2 |
lively.morphic.CopyHalo | 7 | 0 | 4 |
DeprecatedView | 7 | 0 | 1 |
lively.morphic.SliderKnob | 7 | 0 | 3 |
GenericFilter | 7 | 0 | 2 |
lively.morphic.FunctionScript | 7 | 0 | 2 |
lively.morphic.DropDownList | 7 | 0 | 4 |
lively.morphic.Layout.JournalLayout | 7 | 0 | 3 |
lively.ide.ChangeSetDoitNode | 7 | 0 | 3 |
lively.morphic.MagnetHalo | 7 | 0 | 3 |
lively.morphic.Gradient | 6 | 2 | 1 |
lively.ide.ChangeSetNode | 6 | 1 | 3 |
lively.Main.JSONWorldData | 6 | 1 | 2 |
lively.ide.ChangesGotoChangeSetCommand | 6 | 0 | 2 |
lively.morphic.HTMLParser | 6 | 0 | 1 |
lively.morphic.BoundsHalo | 6 | 0 | 4 |
lively.ide.EvaluateCommand | 6 | 0 | 2 |
lively.ide.ParserDebugCommand | 6 | 0 | 2 |
lively.ide.RefreshCommand | 6 | 0 | 2 |
lively.ide.ShowLineNumbersCommand | 6 | 0 | 2 |
lively.ide.ClassHierarchyViewCommand | 6 | 0 | 2 |
lively.morphic.GrabHalo | 6 | 0 | 4 |
lively.ide.OpenVersionsOfFile | 6 | 0 | 2 |
lively.morphic.FrameRateMorph | 6 | 0 | 3 |
lively.ide.AllModulesLoadCommand | 6 | 0 | 2 |
lively.ide.ClassChangeMenuCommand | 6 | 0 | 2 |
lively.ide.ClassElemFragmentNode | 6 | 0 | 3 |
lively.ide.AllMethodCategoryFragmentNode | 6 | 0 | 3 |
lively.morphic.PromptDialog | 6 | 0 | 3 |
lively.morphic.TabStrategyTop | 6 | 0 | 1 |
lively.morphic.EditDialog | 6 | 0 | 3 |
lively.ide.SaveChangesCommand | 6 | 0 | 2 |
lively.ide.ViewSourceCommand | 6 | 0 | 2 |
lively.ide.CompleteOmetaFragmentNode | 6 | 0 | 4 |
lively.Main.HTMLExamples | 6 | 0 | 2 |
lively.morphic.TargetScript | 6 | 0 | 2 |
StoreAndRestorePlugin | 6 | 0 | 2 |
lively.Main.HTMLLoader | 6 | 0 | 2 |
lively.morphic.MagnetSet | 6 | 0 | 1 |
lively.ide.BrowseWorldCommand | 6 | 0 | 2 |
lively.morphic.Layout.ConstraintLayoutInfo | 6 | 0 | 1 |
lively.morphic.Shapes.Rectangle | 6 | 0 | 2 |
lively.ide.OpenDiffViewerCommand | 6 | 0 | 2 |
lively.ide.OpenInFileEditorCommand | 6 | 0 | 2 |
ObjectLinearizerPlugin | 5 | 18 | 1 |
DEPRECATEDScriptFilter | 5 | 0 | 2 |
lively.morphic.DragHalo | 5 | 0 | 4 |
lively.Main.NewMorphicData | 5 | 0 | 3 |
lively.morphic.MenuHalo | 5 | 0 | 4 |
lively.morphic.OriginHalo | 5 | 0 | 4 |
lively.ide.WikiCodeNode | 5 | 0 | 2 |
RegExpPlugin | 5 | 0 | 2 |
lively.morphic.Layout.TightHorizontalLayout | 5 | 0 | 3 |
lively.ide.WikiCodeBrowser | 5 | 0 | 4 |
lively.morphic.RescaleHalo | 5 | 0 | 4 |
lively.morphic.ResizeHalo | 5 | 0 | 4 |
lively.Main.XMLWorldData | 5 | 0 | 2 |
CrayonColors | 5 | 0 | 1 |
lively.ide.ObjectFragmentNode | 5 | 0 | 3 |
lively.ide.NodeTypeFilter | 5 | 0 | 2 |
Importer | 5 | 0 | 2 |
AnotherCodeMarkupParser | 5 | 0 | 1 |
XPathEmulator | 5 | 0 | 1 |
lively.morphic.TabPane | 5 | 0 | 2 |
lively.ide.LocalCodeBrowser | 5 | 0 | 4 |
lively.ide.NodeFilter | 4 | 2 | 1 |
lively.morphic.PathControlPointHalo | 4 | 2 | 4 |
lively.morphic.Panel | 4 | 1 | 3 |
lively.morphic.RelayEventHandler | 4 | 0 | 2 |
DoNotSerializePlugin | 4 | 0 | 2 |
lively.ide.ChangeSetClassNode | 4 | 0 | 3 |
lively.ide.ChangeSetMethodCategoryNode | 4 | 0 | 3 |
NetRequestReporter | 4 | 0 | 1 |
lively.ide.FunctionFragmentNode | 4 | 0 | 3 |
lively.ide.CopFragmentNode | 4 | 0 | 3 |
lively.ide.CopRefineFragmentNode | 4 | 0 | 3 |
lively.ide.ParseErrorFileFragment | 4 | 0 | 2 |
lively.ide.TraitFragmentNode | 4 | 0 | 3 |
XPathEmulatorResult | 4 | 0 | 1 |
lively.ide.OMetaGrammarNode | 4 | 0 | 3 |
lively.ide.ChangeSetClassElemNode | 4 | 0 | 3 |
lively.morphic.RelativeMagnet | 4 | 0 | 2 |
lively.persistence.DatePlugin | 4 | 0 | 2 |
lively.morphic.Clip | 4 | 0 | 3 |
COPError | 4 | 0 | 1 |
Exporter | 4 | 0 | 1 |
lively.ide.AddMethodToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddLayerToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddObjectExtendToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddClassToFileFragmentCommand | 4 | 0 | 3 |
lively.morphic.Layout.GridLayoutPlaceholder | 4 | 0 | 2 |
lively.Main.NewWorldData | 4 | 0 | 2 |
lively.morphic.DataGridColHead | 4 | 0 | 3 |
lively.morphic.Box | 3 | 19 | 2 |
lively.morphic.WindowedApp | 3 | 2 | 2 |
Copier | 3 | 1 | 1 |
lively.ide.OMetaRuleNode | 3 | 0 | 3 |
lively.morphic.ScriptEditorHalo | 3 | 0 | 4 |
lively.morphic.InspectHalo | 3 | 0 | 4 |
lively.morphic.PublishHalo | 3 | 0 | 4 |
SyntaxHighlighter | 3 | 0 | 1 |
OMetaParser | 3 | 0 | 2 |
IgnoreEpiMorphsPlugin | 3 | 0 | 2 |
lively.ide.TraitElemFragmentNode | 3 | 0 | 3 |
lively.ide.CopMemberFragmentNode | 3 | 0 | 3 |
lively.morphic.CloseHalo | 3 | 0 | 4 |
lively.morphic.SetImageURLHalo | 3 | 0 | 4 |
lively.morphic.StyleHalo | 3 | 0 | 4 |
lively.morphic.ConfirmDialog | 3 | 0 | 3 |
lively.morphic.Compat.Text | 3 | 0 | 1 |
lively.ide.SortFilter | 3 | 0 | 2 |
lively.morphic.HTML.RenderContext | 3 | 0 | 2 |
lively.morphic.SVG.RenderContext | 3 | 0 | 2 |
lively.morphic.WindowControl | 3 | 0 | 3 |
IgnoreDOMElementsPlugin | 3 | 0 | 2 |
AttributeConnectionPlugin | 3 | 0 | 2 |
lively.Main.CanvasLoader | 3 | 0 | 2 |
IgnoreFunctionsPlugin | 3 | 0 | 2 |
cop.PartialLayerComposition | 3 | 0 | 1 |
Class name | WMC | NOC | DIT |
---|---|---|---|
lively.morphic.Morph | 402 | 21 | 1 |
lively.morphic.Text | 238 | 3 | 2 |
lively.morphic.World | 121 | 0 | 2 |
lively.ide.BasicBrowser | 105 | 3 | 3 |
lively.morphic.List | 72 | 1 | 3 |
lively.morphic.Shapes.Shape | 68 | 5 | 1 |
WebResource | 50 | 0 | 1 |
lively.morphic.DataGrid | 44 | 0 | 2 |
ObjectGraphLinearizer | 44 | 0 | 1 |
lively.morphic.Shapes.Path | 43 | 0 | 2 |
lively.ide.FileFragment | 42 | 1 | 1 |
lively.morphic.Rendering.DOMInterface | 39 | 0 | 1 |
NetRequest | 39 | 0 | 2 |
Change | 37 | 6 | 1 |
URL | 36 | 0 | 1 |
lively.morphic.Selection | 36 | 0 | 3 |
lively.morphic.ControlPoint | 35 | 0 | 1 |
ChangeSet | 35 | 0 | 2 |
AttributeConnection | 34 | 1 | 1 |
lively.PartsBin.PartItem | 33 | 0 | 1 |
AnotherSourceDatabase | 29 | 0 | 1 |
lively.morphic.TextEmphasis | 28 | 0 | 1 |
lively.morphic.Path | 28 | 0 | 2 |
lively.morphic.RichText | 27 | 0 | 1 |
SVNResource | 27 | 0 | 3 |
lively.morphic.TextChunk | 26 | 0 | 1 |
lively.morphic.Similitude | 25 | 0 | 1 |
lively.morphic.Window | 25 | 0 | 2 |
lively.morphic.Layout.Layout | 24 | 4 | 1 |
Resource | 24 | 1 | 2 |
lively.ide.ModuleWrapper | 23 | 0 | 1 |
lively.ide.BrowserNode | 22 | 5 | 1 |
lively.Main.Examples | 22 | 1 | 1 |
lively.morphic.Halo | 21 | 18 | 3 |
lively.morphic.Slider | 21 | 0 | 3 |
RealTrait | 21 | 0 | 1 |
Layer | 20 | 0 | 1 |
lively.FileUploader | 20 | 0 | 1 |
lively.morphic.Rendering.RenderContext | 19 | 3 | 1 |
lively.morphic.EventHandler | 18 | 1 | 1 |
lively.morphic.Menu | 18 | 0 | 3 |
CodeParser | 17 | 2 | 1 |
lively.Main.Loader | 17 | 2 | 1 |
lively.morphic.PartsBinItem | 17 | 0 | 3 |
LayerableObject | 17 | 0 | 1 |
MethodCategoryChange | 16 | 0 | 2 |
lively.morphic.Tab | 16 | 0 | 2 |
lively.PartsBin.PartsSpace | 16 | 0 | 1 |
View | 15 | 3 | 1 |
lively.morphic.Button | 15 | 1 | 2 |
lively.morphic.Layout.GridLayout | 15 | 0 | 2 |
lively.PartsBin.PartsBinMetaInfo | 15 | 0 | 1 |
lively.morphic.TextEditor | 15 | 0 | 3 |
DocLinkConverter | 15 | 0 | 1 |
ClassChange | 14 | 0 | 2 |
lively.morphic.DataGridCell | 14 | 0 | 3 |
lively.morphic.Script | 13 | 2 | 1 |
lively.morphic.Magnet | 13 | 1 | 1 |
lively.morphic.TabBar | 13 | 0 | 2 |
lively.morphic.Image | 13 | 0 | 2 |
OMetaSupport | 13 | 0 | 1 |
Query | 13 | 0 | 2 |
SyntheticModel | 13 | 0 | 2 |
lively.morphic.HandMorph | 13 | 0 | 2 |
lively.ide.FileFragmentNode | 12 | 14 | 2 |
lively.ide.AddNewFileCommand | 12 | 0 | 2 |
lively.Main.WorldDataAccessor | 11 | 3 | 1 |
lively.ide.CompleteFileFragmentNode | 11 | 1 | 3 |
lively.morphic.Shapes.Image | 11 | 0 | 2 |
ClassPlugin | 11 | 0 | 2 |
ConversionPlugin | 11 | 0 | 2 |
lively.ide.SystemBrowser | 11 | 0 | 4 |
lively.morphic.Shapes.PathElement | 10 | 10 | 1 |
lively.ide.ChangeNode | 10 | 5 | 2 |
lively.ide.AddToFileFragmentCommand | 10 | 4 | 2 |
lively.morphic.AbstractDialog | 10 | 3 | 2 |
lively.ide.MultiFileFragmentsNode | 10 | 1 | 3 |
lively.morphic.Shapes.External | 10 | 0 | 2 |
lively.morphic.TitleBar | 10 | 0 | 3 |
NetRequestStatus | 10 | 0 | 1 |
ProtoChange | 10 | 0 | 2 |
lively.morphic.LinearGradient | 10 | 0 | 2 |
lively.morphic.RotateHalo | 10 | 0 | 4 |
lively.morphic.PathVertexControlPointHalo | 10 | 0 | 5 |
lively.morphic.HorizontalDivider | 10 | 0 | 3 |
lively.ide.BrowserCommand | 9 | 19 | 1 |
lively.morphic.Shapes.MoveTo | 9 | 0 | 2 |
lively.morphic.ProgressBar | 9 | 0 | 3 |
lively.ide.RemoteChangeSetNode | 9 | 0 | 4 |
lively.morph.ConnectionBuilder | 9 | 0 | 3 |
lively.morphic.DraggableBehaviorMorph | 9 | 0 | 3 |
lively.morphic.RadialGradient | 9 | 0 | 2 |
lively.morphic.Canvas.RenderContext | 9 | 0 | 2 |
lively.morphic.Layout.ConstraintLayout | 9 | 0 | 2 |
StaticChange | 9 | 0 | 2 |
JsParser | 9 | 0 | 2 |
lively.ide.ChangeSetMenuCommand | 9 | 0 | 2 |
lively.morphic.PathInsertPointHalo | 9 | 0 | 5 |
lively.morphic.App | 8 | 3 | 1 |
lively.morphic.Layout.HorizontalLayout | 8 | 1 | 2 |
Model | 8 | 1 | 1 |
lively.morphic.Layout.VerticalLayout | 8 | 1 | 2 |
lively.ide.BrowserPanel | 8 | 0 | 4 |
ClosurePlugin | 8 | 0 | 2 |
lively.morphic.RenameHalo | 8 | 0 | 4 |
DoitChange | 8 | 0 | 2 |
lively.ide.SourceControlNode | 8 | 0 | 2 |
lively.morphic.Shapes.ArcTo | 8 | 0 | 2 |
LivelyWrapperPlugin | 8 | 0 | 2 |
lively.morphic.HtmlWrapperMorph | 8 | 0 | 2 |
lively.morphic.Shapes.BezierCurve1CtlTo | 8 | 0 | 2 |
lively.morphic.Shapes.BezierCurve2CtlTo | 8 | 0 | 2 |
lively.morphic.Shapes.QuadCurveTo | 8 | 0 | 2 |
lively.ide.MethodCategoryFragmentNode | 8 | 0 | 4 |
lively.ide.CategorizedClassFragmentNode | 8 | 0 | 3 |
lively.morphic.CheckBox | 8 | 0 | 2 |
lively.morphic.GeometryTransformConnection | 8 | 0 | 3 |
lively.morphic.Shapes.CurveTo | 8 | 0 | 2 |
lively.morphic.Shapes.Ellipse | 8 | 0 | 2 |
lively.morphic.Shapes.VerticalTo | 8 | 0 | 2 |
Styles | 8 | 0 | 1 |
lively.ide.RunTestMethodCommand | 8 | 0 | 2 |
lively.morphic.Shapes.HorizontalTo | 8 | 0 | 2 |
OldModelFilter | 8 | 0 | 2 |
lively.morphic.Shapes.LineTo | 8 | 0 | 2 |
lively.morphic.GeometryConnection | 7 | 1 | 2 |
DoWeakSerializePlugin | 7 | 0 | 2 |
lively.ide.NamespaceNode | 7 | 0 | 2 |
lively.morphic.TabContainer | 7 | 0 | 2 |
SVNVersionInfo | 7 | 0 | 1 |
CopyOnlySubmorphsPlugin | 7 | 0 | 2 |
lively.morphic.LockHalo | 7 | 0 | 4 |
lively.morphic.Shapes.ClosePath | 7 | 0 | 2 |
lively.ide.SortCommand | 7 | 0 | 2 |
LayerPlugin | 7 | 0 | 2 |
lively.morphic.CopyHalo | 7 | 0 | 4 |
DeprecatedView | 7 | 0 | 1 |
lively.morphic.SliderKnob | 7 | 0 | 3 |
GenericFilter | 7 | 0 | 2 |
lively.morphic.FunctionScript | 7 | 0 | 2 |
lively.morphic.DropDownList | 7 | 0 | 4 |
lively.morphic.Layout.JournalLayout | 7 | 0 | 3 |
lively.ide.ChangeSetDoitNode | 7 | 0 | 3 |
lively.morphic.MagnetHalo | 7 | 0 | 3 |
lively.morphic.Gradient | 6 | 2 | 1 |
lively.ide.ChangeSetNode | 6 | 1 | 3 |
lively.Main.JSONWorldData | 6 | 1 | 2 |
lively.ide.ChangesGotoChangeSetCommand | 6 | 0 | 2 |
lively.morphic.HTMLParser | 6 | 0 | 1 |
lively.morphic.BoundsHalo | 6 | 0 | 4 |
lively.ide.EvaluateCommand | 6 | 0 | 2 |
lively.ide.ParserDebugCommand | 6 | 0 | 2 |
lively.ide.RefreshCommand | 6 | 0 | 2 |
lively.ide.ShowLineNumbersCommand | 6 | 0 | 2 |
lively.ide.ClassHierarchyViewCommand | 6 | 0 | 2 |
lively.morphic.GrabHalo | 6 | 0 | 4 |
lively.ide.OpenVersionsOfFile | 6 | 0 | 2 |
lively.morphic.FrameRateMorph | 6 | 0 | 3 |
lively.ide.AllModulesLoadCommand | 6 | 0 | 2 |
lively.ide.ClassChangeMenuCommand | 6 | 0 | 2 |
lively.ide.ClassElemFragmentNode | 6 | 0 | 3 |
lively.ide.AllMethodCategoryFragmentNode | 6 | 0 | 3 |
lively.morphic.PromptDialog | 6 | 0 | 3 |
lively.morphic.TabStrategyTop | 6 | 0 | 1 |
lively.morphic.EditDialog | 6 | 0 | 3 |
lively.ide.SaveChangesCommand | 6 | 0 | 2 |
lively.ide.ViewSourceCommand | 6 | 0 | 2 |
lively.ide.CompleteOmetaFragmentNode | 6 | 0 | 4 |
lively.Main.HTMLExamples | 6 | 0 | 2 |
lively.morphic.TargetScript | 6 | 0 | 2 |
StoreAndRestorePlugin | 6 | 0 | 2 |
lively.Main.HTMLLoader | 6 | 0 | 2 |
lively.morphic.MagnetSet | 6 | 0 | 1 |
lively.ide.BrowseWorldCommand | 6 | 0 | 2 |
lively.morphic.Layout.ConstraintLayoutInfo | 6 | 0 | 1 |
lively.morphic.Shapes.Rectangle | 6 | 0 | 2 |
lively.ide.OpenDiffViewerCommand | 6 | 0 | 2 |
lively.ide.OpenInFileEditorCommand | 6 | 0 | 2 |
ObjectLinearizerPlugin | 5 | 18 | 1 |
DEPRECATEDScriptFilter | 5 | 0 | 2 |
lively.morphic.DragHalo | 5 | 0 | 4 |
lively.Main.NewMorphicData | 5 | 0 | 3 |
lively.morphic.MenuHalo | 5 | 0 | 4 |
lively.morphic.OriginHalo | 5 | 0 | 4 |
lively.ide.WikiCodeNode | 5 | 0 | 2 |
RegExpPlugin | 5 | 0 | 2 |
lively.morphic.Layout.TightHorizontalLayout | 5 | 0 | 3 |
lively.ide.WikiCodeBrowser | 5 | 0 | 4 |
lively.morphic.RescaleHalo | 5 | 0 | 4 |
lively.morphic.ResizeHalo | 5 | 0 | 4 |
lively.Main.XMLWorldData | 5 | 0 | 2 |
CrayonColors | 5 | 0 | 1 |
lively.ide.ObjectFragmentNode | 5 | 0 | 3 |
lively.ide.NodeTypeFilter | 5 | 0 | 2 |
Importer | 5 | 0 | 2 |
AnotherCodeMarkupParser | 5 | 0 | 1 |
XPathEmulator | 5 | 0 | 1 |
lively.morphic.TabPane | 5 | 0 | 2 |
lively.ide.LocalCodeBrowser | 5 | 0 | 4 |
lively.ide.NodeFilter | 4 | 2 | 1 |
lively.morphic.PathControlPointHalo | 4 | 2 | 4 |
lively.morphic.Panel | 4 | 1 | 3 |
lively.morphic.RelayEventHandler | 4 | 0 | 2 |
DoNotSerializePlugin | 4 | 0 | 2 |
lively.ide.ChangeSetClassNode | 4 | 0 | 3 |
lively.ide.ChangeSetMethodCategoryNode | 4 | 0 | 3 |
NetRequestReporter | 4 | 0 | 1 |
lively.ide.FunctionFragmentNode | 4 | 0 | 3 |
lively.ide.CopFragmentNode | 4 | 0 | 3 |
lively.ide.CopRefineFragmentNode | 4 | 0 | 3 |
lively.ide.ParseErrorFileFragment | 4 | 0 | 2 |
lively.ide.TraitFragmentNode | 4 | 0 | 3 |
XPathEmulatorResult | 4 | 0 | 1 |
lively.ide.OMetaGrammarNode | 4 | 0 | 3 |
lively.ide.ChangeSetClassElemNode | 4 | 0 | 3 |
lively.morphic.RelativeMagnet | 4 | 0 | 2 |
lively.persistence.DatePlugin | 4 | 0 | 2 |
lively.morphic.Clip | 4 | 0 | 3 |
COPError | 4 | 0 | 1 |
Exporter | 4 | 0 | 1 |
lively.ide.AddMethodToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddLayerToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddObjectExtendToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddClassToFileFragmentCommand | 4 | 0 | 3 |
lively.morphic.Layout.GridLayoutPlaceholder | 4 | 0 | 2 |
lively.Main.NewWorldData | 4 | 0 | 2 |
lively.morphic.DataGridColHead | 4 | 0 | 3 |
lively.morphic.Box | 3 | 19 | 2 |
lively.morphic.WindowedApp | 3 | 2 | 2 |
Copier | 3 | 1 | 1 |
lively.ide.OMetaRuleNode | 3 | 0 | 3 |
lively.morphic.ScriptEditorHalo | 3 | 0 | 4 |
lively.morphic.InspectHalo | 3 | 0 | 4 |
lively.morphic.PublishHalo | 3 | 0 | 4 |
SyntaxHighlighter | 3 | 0 | 1 |
OMetaParser | 3 | 0 | 2 |
IgnoreEpiMorphsPlugin | 3 | 0 | 2 |
lively.ide.TraitElemFragmentNode | 3 | 0 | 3 |
lively.ide.CopMemberFragmentNode | 3 | 0 | 3 |
lively.morphic.CloseHalo | 3 | 0 | 4 |
lively.morphic.SetImageURLHalo | 3 | 0 | 4 |
lively.morphic.StyleHalo | 3 | 0 | 4 |
lively.morphic.ConfirmDialog | 3 | 0 | 3 |
lively.morphic.Compat.Text | 3 | 0 | 1 |
lively.ide.SortFilter | 3 | 0 | 2 |
lively.morphic.HTML.RenderContext | 3 | 0 | 2 |
lively.morphic.SVG.RenderContext | 3 | 0 | 2 |
lively.morphic.WindowControl | 3 | 0 | 3 |
IgnoreDOMElementsPlugin | 3 | 0 | 2 |
AttributeConnectionPlugin | 3 | 0 | 2 |
lively.Main.CanvasLoader | 3 | 0 | 2 |
IgnoreFunctionsPlugin | 3 | 0 | 2 |
cop.PartialLayerComposition | 3 | 0 | 1 |
Class name | WMC | NOC | DIT |
---|---|---|---|
lively.morphic.Morph | 402 | 21 | 1 |
lively.morphic.Text | 238 | 3 | 2 |
lively.morphic.World | 121 | 0 | 2 |
lively.ide.BasicBrowser | 105 | 3 | 3 |
lively.morphic.List | 72 | 1 | 3 |
lively.morphic.Shapes.Shape | 68 | 5 | 1 |
WebResource | 50 | 0 | 1 |
lively.morphic.DataGrid | 44 | 0 | 2 |
ObjectGraphLinearizer | 44 | 0 | 1 |
lively.morphic.Shapes.Path | 43 | 0 | 2 |
lively.ide.FileFragment | 42 | 1 | 1 |
lively.morphic.Rendering.DOMInterface | 39 | 0 | 1 |
NetRequest | 39 | 0 | 2 |
Change | 37 | 6 | 1 |
URL | 36 | 0 | 1 |
lively.morphic.Selection | 36 | 0 | 3 |
lively.morphic.ControlPoint | 35 | 0 | 1 |
ChangeSet | 35 | 0 | 2 |
AttributeConnection | 34 | 1 | 1 |
lively.PartsBin.PartItem | 33 | 0 | 1 |
AnotherSourceDatabase | 29 | 0 | 1 |
lively.morphic.TextEmphasis | 28 | 0 | 1 |
lively.morphic.Path | 28 | 0 | 2 |
lively.morphic.RichText | 27 | 0 | 1 |
SVNResource | 27 | 0 | 3 |
lively.morphic.TextChunk | 26 | 0 | 1 |
lively.morphic.Similitude | 25 | 0 | 1 |
lively.morphic.Window | 25 | 0 | 2 |
lively.morphic.Layout.Layout | 24 | 4 | 1 |
Resource | 24 | 1 | 2 |
lively.ide.ModuleWrapper | 23 | 0 | 1 |
lively.ide.BrowserNode | 22 | 5 | 1 |
lively.Main.Examples | 22 | 1 | 1 |
lively.morphic.Halo | 21 | 18 | 3 |
lively.morphic.Slider | 21 | 0 | 3 |
RealTrait | 21 | 0 | 1 |
Layer | 20 | 0 | 1 |
lively.FileUploader | 20 | 0 | 1 |
lively.morphic.Rendering.RenderContext | 19 | 3 | 1 |
lively.morphic.EventHandler | 18 | 1 | 1 |
lively.morphic.Menu | 18 | 0 | 3 |
CodeParser | 17 | 2 | 1 |
lively.Main.Loader | 17 | 2 | 1 |
lively.morphic.PartsBinItem | 17 | 0 | 3 |
LayerableObject | 17 | 0 | 1 |
MethodCategoryChange | 16 | 0 | 2 |
lively.morphic.Tab | 16 | 0 | 2 |
lively.PartsBin.PartsSpace | 16 | 0 | 1 |
View | 15 | 3 | 1 |
lively.morphic.Button | 15 | 1 | 2 |
lively.morphic.Layout.GridLayout | 15 | 0 | 2 |
lively.PartsBin.PartsBinMetaInfo | 15 | 0 | 1 |
lively.morphic.TextEditor | 15 | 0 | 3 |
DocLinkConverter | 15 | 0 | 1 |
ClassChange | 14 | 0 | 2 |
lively.morphic.DataGridCell | 14 | 0 | 3 |
lively.morphic.Script | 13 | 2 | 1 |
lively.morphic.Magnet | 13 | 1 | 1 |
lively.morphic.TabBar | 13 | 0 | 2 |
lively.morphic.Image | 13 | 0 | 2 |
OMetaSupport | 13 | 0 | 1 |
Query | 13 | 0 | 2 |
SyntheticModel | 13 | 0 | 2 |
lively.morphic.HandMorph | 13 | 0 | 2 |
lively.ide.FileFragmentNode | 12 | 14 | 2 |
lively.ide.AddNewFileCommand | 12 | 0 | 2 |
lively.Main.WorldDataAccessor | 11 | 3 | 1 |
lively.ide.CompleteFileFragmentNode | 11 | 1 | 3 |
lively.morphic.Shapes.Image | 11 | 0 | 2 |
ClassPlugin | 11 | 0 | 2 |
ConversionPlugin | 11 | 0 | 2 |
lively.ide.SystemBrowser | 11 | 0 | 4 |
lively.morphic.Shapes.PathElement | 10 | 10 | 1 |
lively.ide.ChangeNode | 10 | 5 | 2 |
lively.ide.AddToFileFragmentCommand | 10 | 4 | 2 |
lively.morphic.AbstractDialog | 10 | 3 | 2 |
lively.ide.MultiFileFragmentsNode | 10 | 1 | 3 |
lively.morphic.Shapes.External | 10 | 0 | 2 |
lively.morphic.TitleBar | 10 | 0 | 3 |
NetRequestStatus | 10 | 0 | 1 |
ProtoChange | 10 | 0 | 2 |
lively.morphic.LinearGradient | 10 | 0 | 2 |
lively.morphic.RotateHalo | 10 | 0 | 4 |
lively.morphic.PathVertexControlPointHalo | 10 | 0 | 5 |
lively.morphic.HorizontalDivider | 10 | 0 | 3 |
lively.ide.BrowserCommand | 9 | 19 | 1 |
lively.morphic.Shapes.MoveTo | 9 | 0 | 2 |
lively.morphic.ProgressBar | 9 | 0 | 3 |
lively.ide.RemoteChangeSetNode | 9 | 0 | 4 |
lively.morph.ConnectionBuilder | 9 | 0 | 3 |
lively.morphic.DraggableBehaviorMorph | 9 | 0 | 3 |
lively.morphic.RadialGradient | 9 | 0 | 2 |
lively.morphic.Canvas.RenderContext | 9 | 0 | 2 |
lively.morphic.Layout.ConstraintLayout | 9 | 0 | 2 |
StaticChange | 9 | 0 | 2 |
JsParser | 9 | 0 | 2 |
lively.ide.ChangeSetMenuCommand | 9 | 0 | 2 |
lively.morphic.PathInsertPointHalo | 9 | 0 | 5 |
lively.morphic.App | 8 | 3 | 1 |
lively.morphic.Layout.HorizontalLayout | 8 | 1 | 2 |
Model | 8 | 1 | 1 |
lively.morphic.Layout.VerticalLayout | 8 | 1 | 2 |
lively.ide.BrowserPanel | 8 | 0 | 4 |
ClosurePlugin | 8 | 0 | 2 |
lively.morphic.RenameHalo | 8 | 0 | 4 |
DoitChange | 8 | 0 | 2 |
lively.ide.SourceControlNode | 8 | 0 | 2 |
lively.morphic.Shapes.ArcTo | 8 | 0 | 2 |
LivelyWrapperPlugin | 8 | 0 | 2 |
lively.morphic.HtmlWrapperMorph | 8 | 0 | 2 |
lively.morphic.Shapes.BezierCurve1CtlTo | 8 | 0 | 2 |
lively.morphic.Shapes.BezierCurve2CtlTo | 8 | 0 | 2 |
lively.morphic.Shapes.QuadCurveTo | 8 | 0 | 2 |
lively.ide.MethodCategoryFragmentNode | 8 | 0 | 4 |
lively.ide.CategorizedClassFragmentNode | 8 | 0 | 3 |
lively.morphic.CheckBox | 8 | 0 | 2 |
lively.morphic.GeometryTransformConnection | 8 | 0 | 3 |
lively.morphic.Shapes.CurveTo | 8 | 0 | 2 |
lively.morphic.Shapes.Ellipse | 8 | 0 | 2 |
lively.morphic.Shapes.VerticalTo | 8 | 0 | 2 |
Styles | 8 | 0 | 1 |
lively.ide.RunTestMethodCommand | 8 | 0 | 2 |
lively.morphic.Shapes.HorizontalTo | 8 | 0 | 2 |
OldModelFilter | 8 | 0 | 2 |
lively.morphic.Shapes.LineTo | 8 | 0 | 2 |
lively.morphic.GeometryConnection | 7 | 1 | 2 |
DoWeakSerializePlugin | 7 | 0 | 2 |
lively.ide.NamespaceNode | 7 | 0 | 2 |
lively.morphic.TabContainer | 7 | 0 | 2 |
SVNVersionInfo | 7 | 0 | 1 |
CopyOnlySubmorphsPlugin | 7 | 0 | 2 |
lively.morphic.LockHalo | 7 | 0 | 4 |
lively.morphic.Shapes.ClosePath | 7 | 0 | 2 |
lively.ide.SortCommand | 7 | 0 | 2 |
LayerPlugin | 7 | 0 | 2 |
lively.morphic.CopyHalo | 7 | 0 | 4 |
DeprecatedView | 7 | 0 | 1 |
lively.morphic.SliderKnob | 7 | 0 | 3 |
GenericFilter | 7 | 0 | 2 |
lively.morphic.FunctionScript | 7 | 0 | 2 |
lively.morphic.DropDownList | 7 | 0 | 4 |
lively.morphic.Layout.JournalLayout | 7 | 0 | 3 |
lively.ide.ChangeSetDoitNode | 7 | 0 | 3 |
lively.morphic.MagnetHalo | 7 | 0 | 3 |
lively.morphic.Gradient | 6 | 2 | 1 |
lively.ide.ChangeSetNode | 6 | 1 | 3 |
lively.Main.JSONWorldData | 6 | 1 | 2 |
lively.ide.ChangesGotoChangeSetCommand | 6 | 0 | 2 |
lively.morphic.HTMLParser | 6 | 0 | 1 |
lively.morphic.BoundsHalo | 6 | 0 | 4 |
lively.ide.EvaluateCommand | 6 | 0 | 2 |
lively.ide.ParserDebugCommand | 6 | 0 | 2 |
lively.ide.RefreshCommand | 6 | 0 | 2 |
lively.ide.ShowLineNumbersCommand | 6 | 0 | 2 |
lively.ide.ClassHierarchyViewCommand | 6 | 0 | 2 |
lively.morphic.GrabHalo | 6 | 0 | 4 |
lively.ide.OpenVersionsOfFile | 6 | 0 | 2 |
lively.morphic.FrameRateMorph | 6 | 0 | 3 |
lively.ide.AllModulesLoadCommand | 6 | 0 | 2 |
lively.ide.ClassChangeMenuCommand | 6 | 0 | 2 |
lively.ide.ClassElemFragmentNode | 6 | 0 | 3 |
lively.ide.AllMethodCategoryFragmentNode | 6 | 0 | 3 |
lively.morphic.PromptDialog | 6 | 0 | 3 |
lively.morphic.TabStrategyTop | 6 | 0 | 1 |
lively.morphic.EditDialog | 6 | 0 | 3 |
lively.ide.SaveChangesCommand | 6 | 0 | 2 |
lively.ide.ViewSourceCommand | 6 | 0 | 2 |
lively.ide.CompleteOmetaFragmentNode | 6 | 0 | 4 |
lively.Main.HTMLExamples | 6 | 0 | 2 |
lively.morphic.TargetScript | 6 | 0 | 2 |
StoreAndRestorePlugin | 6 | 0 | 2 |
lively.Main.HTMLLoader | 6 | 0 | 2 |
lively.morphic.MagnetSet | 6 | 0 | 1 |
lively.ide.BrowseWorldCommand | 6 | 0 | 2 |
lively.morphic.Layout.ConstraintLayoutInfo | 6 | 0 | 1 |
lively.morphic.Shapes.Rectangle | 6 | 0 | 2 |
lively.ide.OpenDiffViewerCommand | 6 | 0 | 2 |
lively.ide.OpenInFileEditorCommand | 6 | 0 | 2 |
ObjectLinearizerPlugin | 5 | 18 | 1 |
DEPRECATEDScriptFilter | 5 | 0 | 2 |
lively.morphic.DragHalo | 5 | 0 | 4 |
lively.Main.NewMorphicData | 5 | 0 | 3 |
lively.morphic.MenuHalo | 5 | 0 | 4 |
lively.morphic.OriginHalo | 5 | 0 | 4 |
lively.ide.WikiCodeNode | 5 | 0 | 2 |
RegExpPlugin | 5 | 0 | 2 |
lively.morphic.Layout.TightHorizontalLayout | 5 | 0 | 3 |
lively.ide.WikiCodeBrowser | 5 | 0 | 4 |
lively.morphic.RescaleHalo | 5 | 0 | 4 |
lively.morphic.ResizeHalo | 5 | 0 | 4 |
lively.Main.XMLWorldData | 5 | 0 | 2 |
CrayonColors | 5 | 0 | 1 |
lively.ide.ObjectFragmentNode | 5 | 0 | 3 |
lively.ide.NodeTypeFilter | 5 | 0 | 2 |
Importer | 5 | 0 | 2 |
AnotherCodeMarkupParser | 5 | 0 | 1 |
XPathEmulator | 5 | 0 | 1 |
lively.morphic.TabPane | 5 | 0 | 2 |
lively.ide.LocalCodeBrowser | 5 | 0 | 4 |
lively.ide.NodeFilter | 4 | 2 | 1 |
lively.morphic.PathControlPointHalo | 4 | 2 | 4 |
lively.morphic.Panel | 4 | 1 | 3 |
lively.morphic.RelayEventHandler | 4 | 0 | 2 |
DoNotSerializePlugin | 4 | 0 | 2 |
lively.ide.ChangeSetClassNode | 4 | 0 | 3 |
lively.ide.ChangeSetMethodCategoryNode | 4 | 0 | 3 |
NetRequestReporter | 4 | 0 | 1 |
lively.ide.FunctionFragmentNode | 4 | 0 | 3 |
lively.ide.CopFragmentNode | 4 | 0 | 3 |
lively.ide.CopRefineFragmentNode | 4 | 0 | 3 |
lively.ide.ParseErrorFileFragment | 4 | 0 | 2 |
lively.ide.TraitFragmentNode | 4 | 0 | 3 |
XPathEmulatorResult | 4 | 0 | 1 |
lively.ide.OMetaGrammarNode | 4 | 0 | 3 |
lively.ide.ChangeSetClassElemNode | 4 | 0 | 3 |
lively.morphic.RelativeMagnet | 4 | 0 | 2 |
lively.persistence.DatePlugin | 4 | 0 | 2 |
lively.morphic.Clip | 4 | 0 | 3 |
COPError | 4 | 0 | 1 |
Exporter | 4 | 0 | 1 |
lively.ide.AddMethodToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddLayerToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddObjectExtendToFileFragmentCommand | 4 | 0 | 3 |
lively.ide.AddClassToFileFragmentCommand | 4 | 0 | 3 |
lively.morphic.Layout.GridLayoutPlaceholder | 4 | 0 | 2 |
lively.Main.NewWorldData | 4 | 0 | 2 |
lively.morphic.DataGridColHead | 4 | 0 | 3 |
lively.morphic.Box | 3 | 19 | 2 |
lively.morphic.WindowedApp | 3 | 2 | 2 |
Copier | 3 | 1 | 1 |
lively.ide.OMetaRuleNode | 3 | 0 | 3 |
lively.morphic.ScriptEditorHalo | 3 | 0 | 4 |
lively.morphic.InspectHalo | 3 | 0 | 4 |
lively.morphic.PublishHalo | 3 | 0 | 4 |
SyntaxHighlighter | 3 | 0 | 1 |
OMetaParser | 3 | 0 | 2 |
IgnoreEpiMorphsPlugin | 3 | 0 | 2 |
lively.ide.TraitElemFragmentNode | 3 | 0 | 3 |
lively.ide.CopMemberFragmentNode | 3 | 0 | 3 |
lively.morphic.CloseHalo | 3 | 0 | 4 |
lively.morphic.SetImageURLHalo | 3 | 0 | 4 |
lively.morphic.StyleHalo | 3 | 0 | 4 |
lively.morphic.ConfirmDialog | 3 | 0 | 3 |
lively.morphic.Compat.Text | 3 | 0 | 1 |
lively.ide.SortFilter | 3 | 0 | 2 |
lively.morphic.HTML.RenderContext | 3 | 0 | 2 |
lively.morphic.SVG.RenderContext | 3 | 0 | 2 |
lively.morphic.WindowControl | 3 | 0 | 3 |
IgnoreDOMElementsPlugin | 3 | 0 | 2 |
AttributeConnectionPlugin | 3 | 0 | 2 |
lively.Main.CanvasLoader | 3 | 0 | 2 |
IgnoreFunctionsPlugin | 3 | 0 | 2 |
cop.PartialLayerComposition | 3 | 0 | 1 |