| Why is the ATL editor removing the drop keyword? [message #982842] |
Tue, 13 November 2012 08:12  |
Andreas Brieg Messages: 48 Registered: November 2012 |
Member |
|
|
I have a small ATL transformation for refining mode. When I'm formatting the whole file, the drop keyword is removed.
The transformation looks like this:
-- @atlcompiler atl2010
-- @nsURI Java=http://www.eclipse.org/MoDisco/Java/0.2.incubation/java
module DropIfStatements;
create outputJava: Java refining javaInput: Java;
rule dropIfStatements {
from
ifStatement: Java!IfStatement
to drop
}
I'm using Juno on Windows 64 Bit with the ATL SDK 3.3.1
Why is the keyword removed?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01552 seconds