Cleaned up some TODOs ;-) Signed-off-by: Erik de Bruin <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/fc217059 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/fc217059 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/fc217059 Branch: refs/heads/develop Commit: fc217059d79ba6da6a345029f4435a0543932287 Parents: 68e0b48 Author: Erik de Bruin <[email protected]> Authored: Sun Nov 3 11:39:17 2013 +0100 Committer: Erik de Bruin <[email protected]> Committed: Tue Nov 5 07:15:07 2013 +0100 ---------------------------------------------------------------------- .../internal/codegen/mxml/flexjs/MXMLFlexJSPublisher.java | 1 - .../org/apache/flex/compiler/internal/graph/GoogDepsWriter.java | 3 --- .../org/apache/flex/compiler/internal/targets/FlexJSTarget.java | 1 - 3 files changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fc217059/compiler.jx/src/org/apache/flex/compiler/internal/codegen/mxml/flexjs/MXMLFlexJSPublisher.java ---------------------------------------------------------------------- diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/mxml/flexjs/MXMLFlexJSPublisher.java b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/mxml/flexjs/MXMLFlexJSPublisher.java index 92ba31a..551e65a 100644 --- a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/mxml/flexjs/MXMLFlexJSPublisher.java +++ b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/mxml/flexjs/MXMLFlexJSPublisher.java @@ -144,7 +144,6 @@ public class MXMLFlexJSPublisher extends JSGoogPublisher implements } catch (InterruptedException e) { - // TODO Auto-generated catch block e.printStackTrace(); } http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fc217059/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java ---------------------------------------------------------------------- diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java index 9f8cae6..b947e4f 100644 --- a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java +++ b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java @@ -154,7 +154,6 @@ public class GoogDepsWriter { } catch (IOException e) { - // TODO Auto-generated catch block e.printStackTrace(); } @@ -323,7 +322,6 @@ public class GoogDepsWriter { FileUtils.copyFile(f, destFile); System.out.println("Copying file for class: " + className); } catch (IOException e) { - // TODO Auto-generated catch block System.out.println("Error copying file for class: " + className); } return fn; @@ -356,7 +354,6 @@ public class GoogDepsWriter { } } } catch (FileNotFoundException e) { - // TODO Auto-generated catch block e.printStackTrace(); } return deps; http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fc217059/compiler.jx/src/org/apache/flex/compiler/internal/targets/FlexJSTarget.java ---------------------------------------------------------------------- diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/targets/FlexJSTarget.java b/compiler.jx/src/org/apache/flex/compiler/internal/targets/FlexJSTarget.java index ddc9173..ca8a5ff 100644 --- a/compiler.jx/src/org/apache/flex/compiler/internal/targets/FlexJSTarget.java +++ b/compiler.jx/src/org/apache/flex/compiler/internal/targets/FlexJSTarget.java @@ -229,7 +229,6 @@ public class FlexJSTarget extends JSTarget implements IJSTarget } catch (Exception e) { - // TODO Auto-generated catch block e.printStackTrace(); }
