Changes between Version 26 and Version 27 of WikiStart
- Timestamp:
- Apr 17, 2012, 1:33:21 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v26 v27 8 8 9 9 * [wiki:Install How to install the tool] 10 * How to configure [HowtoConfigureRefactorErl RefactorErl] / [WebInterface#Start up Web Interface] / [EmacsInterface#ConfigurationinXEmacsEmacs Emacs] / [EclipseInterface#Configuration Eclipse] / [HowtoConfigureVim Vim]10 * How to configure [HowtoConfigureRefactorErl RefactorErl] / [WebInterface#Startingup Web Interface] / [EmacsInterface#ConfigurationinXEmacsEmacs Emacs] / [EclipseInterface#Configuration Eclipse] / [HowtoConfigureVim Vim] 11 11 12 12 * How to start the tool in [FirstUsage normal] / [FirstUsage server] / [FirstUsage client] mode 13 13 14 {{{#!comment 14 15 == Analysing Source Code 15 16 … … 17 18 * HowtoAddIncludePaths 18 19 * [InitialLoadingError Handling errors at initial loading] 20 }}} 19 21 20 22 == Feature Highlights 21 23 22 24 * Static analysis 23 * [SideEffects Side effects]24 * [DataFlow Data-flow]25 * [DynamicCallAnalysis Dynamic function calls] 25 * Side effects 26 * Data-flow, Control-flow 27 * [DynamicCallAnalysis Dynamic function calls] (e.g. apply) 26 28 * [wiki:Dependency Module and function dependencies] 27 29 * [InterfaceLayers Interface layer] consistency check … … 38 40 * Multiple storage back-ends: [wiki:MnesiaDB Mnesia] and [wiki:NifDB C++ graph based] 39 41 40 41 42 == User Interfaces 42 43 … … 45 46 * [CommandLineInterface Linux shell interface (CLI)] 46 47 * [EmacsInterface Emacs/XEmacs interface] 47 * [EclipseInterface Eclipse], [VimInterface Vim plugin]48 * [EclipseInterface Eclipse], [VimInterface Vim] plugin