Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C12B18512 for ; Thu, 4 Jun 2015 06:06:25 +0000 (UTC) Received: (qmail 45802 invoked by uid 500); 4 Jun 2015 06:06:08 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 45757 invoked by uid 500); 4 Jun 2015 06:06:08 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 44810 invoked by uid 99); 4 Jun 2015 06:06:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2015 06:06:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 77F85E0C07; Thu, 4 Jun 2015 06:06:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: aharui@apache.org To: commits@flex.apache.org Date: Thu, 04 Jun 2015 06:06:45 -0000 Message-Id: In-Reply-To: <54cda905a87b42b08ef2f2d190479b0b@git.apache.org> References: <54cda905a87b42b08ef2f2d190479b0b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [39/42] git commit: [flex-falcon] [refs/heads/develop] - Added a TODO because I don't know the ICompilerProblem to use or create at the moment. Added a TODO because I don't know the ICompilerProblem to use or create at the moment. Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/2a9b27c0 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/2a9b27c0 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/2a9b27c0 Branch: refs/heads/develop Commit: 2a9b27c02fc5547040eaab2228c164cb42848d21 Parents: 55443ff Author: Frédéric THOMAS Authored: Tue Jun 2 13:35:18 2015 +0100 Committer: Frédéric THOMAS Committed: Tue Jun 2 13:41:48 2015 +0100 ---------------------------------------------------------------------- .../src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2a9b27c0/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 b53e126..bac500a 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 @@ -170,6 +170,7 @@ public class GoogDepsWriter { gd.className = className; gd.filePath = getFilePath(className); if(gd.filePath.isEmpty()) { + // TODO Send a ICompilerProblem instead. throw new RuntimeException("Unable to find JavaScript filePath for class: " + className); } depMap.put(gd.className, gd);