Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SableCC STUPS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
SableCC STUPS
Commits
eecd289e
Commit
eecd289e
authored
13 years ago
by
Jens Bendisposto
Browse files
Options
Downloads
Patches
Plain Diff
more warnings
parent
d1fd1c50
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/org/sablecc/sablecc/parser.txt
+1
-0
1 addition, 0 deletions
src/main/resources/org/sablecc/sablecc/parser.txt
src/main/resources/org/sablecc/sablecc/utils.txt
+1
-1
1 addition, 1 deletion
src/main/resources/org/sablecc/sablecc/utils.txt
with
2 additions
and
1 deletion
src/main/resources/org/sablecc/sablecc/parser.txt
+
1
−
0
View file @
eecd289e
...
@@ -692,6 +692,7 @@ package $0$;
...
@@ -692,6 +692,7 @@ package $0$;
import java.util.ArrayList;
import java.util.ArrayList;
@SuppressWarnings("rawtypes")
final class State
final class State
{
{
int state;
int state;
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/org/sablecc/sablecc/utils.txt
+
1
−
1
View file @
eecd289e
...
@@ -250,7 +250,7 @@ package $0$;
...
@@ -250,7 +250,7 @@ package $0$;
import java.util.*;
import java.util.*;
import de.hhu.stups.sablecc.patch.PositionedNode;
import de.hhu.stups.sablecc.patch.PositionedNode;
@SuppressWarnings({"rawtypes","unchecked"})
public abstract class Node extends PositionedNode implements Switchable, Cloneable
public abstract class Node extends PositionedNode implements Switchable, Cloneable
{
{
private Node parent;
private Node parent;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment