[subversion:25] Suppress warnings
- From: sinnema313@kenai.com
- To: commits@eplugin.kenai.com
- Subject: [subversion:25] Suppress warnings
- Date: Sat, 10 Jan 2009 14:29:43 +0000 (GMT)
Repository: subversion
Revision: 25
Author: sinnema313
Date: 2009-01-10 14:29:40 UTC
Log Message:
-----------
Suppress warnings
Modified Paths:
--------------
trunk/com.sun.javafx.eclipse.editor/src/com/sun/javafx/eclipse/editor/s
imple/v4Lexer.java
Diffs:
-----
Index:
trunk/com.sun.javafx.eclipse.editor/src/com/sun/javafx/eclipse/editor/s
imple/v4Lexer.java
===================================================================
---
trunk/com.sun.javafx.eclipse.editor/src/com/sun/javafx/eclipse/editor/s
imple/v4Lexer.java (revision 24)
+++
trunk/com.sun.javafx.eclipse.editor/src/com/sun/javafx/eclipse/editor/s
imple/v4Lexer.java (revision 25)
@@ -179,7 +179,7 @@
//
public v4Lexer(Context context, CharStream input) {
this(input);
- this.log = Log.instance(context);
+ log = Log.instance(context);
}
// Return the token type that we are using to indicate a
@@ -2803,6 +2803,7 @@
try {
//
E:\\SunWork\\nbjfxp\\localrep\\main\\contrib\\javafx.lexer/src/org/netb
eans/lib/javafx/lexer/v4Lexer.g:393:2: ( ( ( ' ' | '\\r' | '\\t' |
'\\u000C' | '\\n' )* '%' )=> | )
int alt7=2;
+ @SuppressWarnings("unused")
int LA7_0 = input.LA(1);
if ( (synpred1_v4Lexer()) ) {
@@ -6015,6 +6016,7 @@
int _s = s;
switch ( s ) {
case 0 :
+ @SuppressWarnings("unused")
int LA4_4 = input.LA(1);
@@ -7132,6 +7134,7 @@
if ( s>=0 ) return s;
break;
case 8 :
+ @SuppressWarnings("unused")
int LA53_140 = input.LA(1);
@@ -7166,6 +7169,7 @@
if ( s>=0 ) return s;
break;
case 10 :
+ @SuppressWarnings("unused")
int LA53_217 = input.LA(1);
|
[subversion:25] Suppress warnings |
sinnema313 | 01/10/2009 |





