id: 1 unit: public async startBootApp() file: src/Controller.ts start line: 43 end line: 91 size: 47 LOC McCabe index: 7 number of parameters: 2 id: 2 unit: export async function initializeExtension() file: src/extension.ts start line: 19 end line: 56 size: 37 LOC McCabe index: 3 number of parameters: 2 id: 3 unit: public async openBootApp() file: src/Controller.ts start line: 118 end line: 145 size: 28 LOC McCabe index: 7 number of parameters: 1 id: 4 unit: private async _startAppListSynchronisation() file: src/BootAppManager.ts start line: 77 end line: 120 size: 22 LOC McCabe index: 5 number of parameters: 0 id: 5 unit: async function registerClasspathListener() file: src/BootAppManager.ts start line: 101 end line: 118 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 6 unit: private async _createNewLaunchConfig() file: src/Controller.ts start line: 193 end line: 210 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 7 unit: public static void main() file: java-extension/src/main/java/com/microsoft/vscode/spring/boot/dashboard/java/extension/JmxService.java start line: 34 end line: 48 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 8 unit: public async startBootApps() file: src/Controller.ts start line: 27 end line: 41 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 9 unit: export function readAll() file: src/stream-util.ts start line: 6 end line: 20 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 10 unit: function isBootAppClasspath() file: src/BootAppManager.ts start line: 11 end line: 24 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 11 unit: static String getPortViaAdmin() file: java-extension/src/main/java/com/microsoft/vscode/spring/boot/dashboard/java/extension/JmxService.java start line: 15 end line: 26 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 12 unit: private _getOutput() file: src/Controller.ts start line: 158 end line: 166 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 13 unit: public getAppBySession() file: src/BootAppManager.ts start line: 56 end line: 63 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 14 unit: private async _getMainClass() file: src/Controller.ts start line: 168 end line: 176 size: 8 LOC McCabe index: 6 number of parameters: 1 id: 15 unit: private _constructLaunchConfigName() file: src/Controller.ts start line: 184 end line: 191 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 16 unit: public onDidStartBootApp() file: src/Controller.ts start line: 93 end line: 99 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 17 unit: public async stopBootApp() file: src/Controller.ts start line: 101 end line: 109 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 18 unit: constructor() file: src/BootAppManager.ts start line: 35 end line: 42 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 19 unit: public onDidStopBootApp() file: src/Controller.ts start line: 111 end line: 116 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 20 unit: private _setState() file: src/Controller.ts start line: 147 end line: 152 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 21 unit: constructor() file: src/Controller.ts start line: 17 end line: 21 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 22 unit: private _getLaunchConfig() file: src/Controller.ts start line: 178 end line: 182 size: 5 LOC McCabe index: 4 number of parameters: 1 id: 23 unit: constructor() file: src/LocalAppTree.ts start line: 38 end line: 42 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 24 unit: public bindDebugSession() file: src/BootAppManager.ts start line: 69 end line: 72 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 25 unit: public get iconPath() file: src/LocalAppTree.ts start line: 19 end line: 22 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 26 unit: export async function activate() file: src/extension.ts start line: 14 end line: 17 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 27 unit: function instrumentAndRegisterCommand() file: src/extension.ts start line: 63 end line: 66 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 28 unit: function isWin() file: scripts/build-java-ext.js start line: 1 end line: 3 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 29 unit: function mvnw() file: scripts/build-java-ext.js start line: 5 end line: 7 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 30 unit: public get activeSessionName() file: src/BootApp.ts start line: 21 end line: 23 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 31 unit: public set activeSessionName() file: src/BootApp.ts start line: 25 end line: 27 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 32 unit: public get path() file: src/BootApp.ts start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 33 unit: public get name() file: src/BootApp.ts start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 34 unit: public set name() file: src/BootApp.ts start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 35 unit: public set jmxPort() file: src/BootApp.ts start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 36 unit: public get jmxPort() file: src/BootApp.ts start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 37 unit: public get classpath() file: src/BootApp.ts start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 38 unit: public set classpath() file: src/BootApp.ts start line: 54 end line: 56 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 39 unit: public get state() file: src/BootApp.ts start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 40 unit: public set state() file: src/BootApp.ts start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 41 unit: function sleep() file: src/BootAppManager.ts start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 42 unit: public get onDidChangeApps() file: src/BootAppManager.ts start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 43 unit: public fireDidChangeApps() file: src/BootAppManager.ts start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 44 unit: public getAppList() file: src/BootAppManager.ts start line: 52 end line: 54 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 45 unit: public getSessionByApp() file: src/BootAppManager.ts start line: 65 end line: 67 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 46 unit: public getAppList() file: src/Controller.ts start line: 23 end line: 25 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 47 unit: private _getChannelName() file: src/Controller.ts start line: 154 end line: 156 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 48 unit: constructor() file: src/LocalAppTree.ts start line: 11 end line: 13 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 49 unit: public get label() file: src/LocalAppTree.ts start line: 15 end line: 17 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 50 unit: public get state() file: src/LocalAppTree.ts start line: 24 end line: 26 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 51 unit: public get contextValue() file: src/LocalAppTree.ts start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 52 unit: export async function deactivate() file: src/extension.ts start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 0