You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2014/10/25 18:09:52 UTC

git commit: [flex-falcon] [refs/heads/feature/flexmojos-tests] - Adjusted an error message.

Repository: flex-falcon
Updated Branches:
  refs/heads/feature/flexmojos-tests 642f5ec3c -> 7ee797340


Adjusted an error message.


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/7ee79734
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/7ee79734
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/7ee79734

Branch: refs/heads/feature/flexmojos-tests
Commit: 7ee797340fbfff711c4295ea96bac13a0d42adac
Parents: 642f5ec
Author: cdutz <ch...@c-ware.de>
Authored: Sat Oct 25 18:09:42 2014 +0200
Committer: cdutz <ch...@c-ware.de>
Committed: Sat Oct 25 18:09:42 2014 +0200

----------------------------------------------------------------------
 .../apache/flex/compiler/problems/ScopeStackUnderflowProblem.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/7ee79734/compiler/src/org/apache/flex/compiler/problems/ScopeStackUnderflowProblem.java
----------------------------------------------------------------------
diff --git a/compiler/src/org/apache/flex/compiler/problems/ScopeStackUnderflowProblem.java b/compiler/src/org/apache/flex/compiler/problems/ScopeStackUnderflowProblem.java
index c99a475..e2c89dc 100644
--- a/compiler/src/org/apache/flex/compiler/problems/ScopeStackUnderflowProblem.java
+++ b/compiler/src/org/apache/flex/compiler/problems/ScopeStackUnderflowProblem.java
@@ -33,7 +33,7 @@ import org.apache.flex.abc.visitors.IDiagnosticsVisitor;
 public class ScopeStackUnderflowProblem extends InvalidByteCodeGeneratedProblem
 {
     public static final String DESCRIPTION =
-        "Generated byte code contains an operand stack underflow.";
+        "Generated byte code contains an scope stack underflow.";
 
     public static final int errorCode = 1547;