Merge pull request #3 from stoecker/master

Fix build errors
This commit is contained in:
Jindra Petřík
2014-06-24 10:08:48 +02:00
5 changed files with 28 additions and 20 deletions
+5
View File
@@ -1533,6 +1533,11 @@ public final class SWF implements TreeItem, Timelined {
return fframes.size() > pos;
}
@Override
public void remove() {
throw new UnsupportedOperationException();
}
@Override
public BufferedImage next() {
if (!hasNext()) {
@@ -1758,7 +1758,7 @@ public class ActionScriptParser {
}
}
if (lexer.lex().type != SymbolType.EOF) {
throw new ParseException("Parsing finisned before end of the file", lexer.yyline());
throw new ParseException("Parsing finished before end of the file", lexer.yyline());
}
return retTree;
}
@@ -57,6 +57,9 @@ config.description.openMultipleFiles = Allows opening multiple files at once in
config.name.decompile = Show ActionScript source
config.description.decompile = You can disable AS decompilation, then only P-code is shown
config.name.dumpView = Dump View
config.description.dumpView = View raw data dump
config.name.parallelSpeedUp = Parallel SpeedUp
config.description.parallelSpeedUp = Parallelism can speed up decompilation