src/main/java/org/apache/openwhisk/intellij/common/utils/JsonParserUtils.java (14 lines): - line 86: // TODO test - line 95: // TODO test - line 100: // TODO test - line 109: // TODO test - line 118: // TODO test - line 127: // TODO test - line 148: // TODO test - line 157: // TODO test - line 162: // TODO test - line 172: // TODO test - line 177: // TODO test - line 190: // TODO test - line 195: // TODO test - line 206: // TODO test src/main/java/org/apache/openwhisk/intellij/common/utils/FileUtils.java (4 lines): - line 43: * TODO Delete the cache file globally. - line 44: * TODO Use LightVirtualFile instead of local file. - line 71: * TODO Delete the cache file globally. - line 72: * TODO Use LightVirtualFile instead of local file. src/main/java/org/apache/openwhisk/intellij/explorer/editor/ui/ActivationViewEditorForm.java (2 lines): - line 159: * TODO Add binding action - line 228: return whiskActivationService.getWhiskActivations(auth, entity.flatMap(ComboBoxEntityEntry::toEntityName), 100, 0); // TODO pagination src/main/java/org/apache/openwhisk/intellij/explorer/editor/ActivationViewEditor.java (2 lines): - line 77: * TODO load activations of binding action after the follow upstream pr is merged: https://github.com/apache/openwhisk/pull/4919 - line 81: whiskActivationService.getWhiskActivations(auth, entity.toEntityName(), 100, 0); // TODO pagination src/main/java/org/apache/openwhisk/intellij/wskdeploy/toolwindow/ui/WskDeployWindowForm.java (1 line): - line 105: boolean isWindows = System.getProperty("os.name").toLowerCase().startsWith("windows"); // TODO make a global value src/main/java/org/apache/openwhisk/intellij/explorer/dialog/endpoint/ui/AddEndpointDialogForm.java (1 line): - line 67: final String apihost = apihostJTextField.getText().trim(); // TODO validate api host src/main/java/org/apache/openwhisk/intellij/explorer/dialog/endpoint/ui/EditEndpointDialogForm.java (1 line): - line 71: final String apihost = apihostJTextField.getText().trim(); // TODO validate api host src/main/java/org/apache/openwhisk/intellij/wskdeploy/dialog/ui/WskDeployCmdDialogForm.java (1 line): - line 77: WskDeployCmdResponse response = CommandUtils.runCommand(cmd.toCmd(auth.getAuth())); // TODO running background thread src/main/java/org/apache/openwhisk/intellij/explorer/toolwindow/ui/WhiskExplorerWindowForm.java (1 line): - line 153: // TODO refactor getAuthFromTreeNode method src/main/java/org/apache/openwhisk/intellij/common/utils/ParameterUtils.java (1 line): - line 31: // TODO test