From e35ae2e0c98235154f21d4694d3c39089b4718f0 Mon Sep 17 00:00:00 2001 From: nsingh Date: Tue, 24 Jan 2017 15:23:47 -0800 Subject: [PATCH] CF hints provider is still propagating error without conversion If a no-targets exception is caught, it is still being propagate as-is to the framework, and the extra logic to avoid appended information does not get called. --- .../vscode/manifest/yaml/AbstractCFHintsProvider.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vscode-extensions/vscode-manifest-yaml/src/main/java/org/springframework/ide/vscode/manifest/yaml/AbstractCFHintsProvider.java b/vscode-extensions/vscode-manifest-yaml/src/main/java/org/springframework/ide/vscode/manifest/yaml/AbstractCFHintsProvider.java index 5261d2cc2..7cdf89a7a 100644 --- a/vscode-extensions/vscode-manifest-yaml/src/main/java/org/springframework/ide/vscode/manifest/yaml/AbstractCFHintsProvider.java +++ b/vscode-extensions/vscode-manifest-yaml/src/main/java/org/springframework/ide/vscode/manifest/yaml/AbstractCFHintsProvider.java @@ -53,9 +53,12 @@ public abstract class AbstractCFHintsProvider implements Callable