Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pieter Koopman
Personal Prof public repository
Commits
4bb73e91
Commit
4bb73e91
authored
Feb 14, 2020
by
Markus Klinik
Browse files
remove unused imports
parent
5c5d1ce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AssignmentTaxiRules.rsc
View file @
4bb73e91
module AssignmentTaxiRules
import Message;
import Set;
import Relation;
import lang::java::m3::Core;
import lang::java::m3::AST;
import IO;
import ClassHierarchy;
import Util;
import StandardLocations;
set[Message] allAssignmentTaxiRules(M3 model, set[Declaration] ast)
...
...
@@ -84,7 +81,7 @@ set[Message] aTaxi_no_synchronized_modifier(M3 model) =
| synchronizedThing <- invert(model.modifiers)[synchronized()]
};
set[Message] aTaxi_no_synchronized_block(M3
model
, set[Declaration] ast) =
set[Message] aTaxi_no_synchronized_block(M3
_
, set[Declaration] ast) =
{ error("synchronized should not be used in this assignment", m.decl)
| /m:method(_,_,_,_,/synchronizedStatement(_,_)) <- ast
};
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment