blob: 940a8996376ce24fade7a888235205cf39d67f7f [file] [log] [blame]
<?xml version="1.0" encoding="ASCII"?>
<java:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:java="http://www.eclipse.org/MoDisco/Java/0.2.incubation/java" name="bug318631">
<ownedElements name="anonymousclass">
<ownedElements xsi:type="java:ClassDeclaration" originalCompilationUnit="//@compilationUnits.0" name="RootClass">
<comments xsi:type="java:Javadoc" originalCompilationUnit="//@compilationUnits.0" content="/** &#xA; * @author GBarbier&#xA; */&#xA;" prefixOfParent="true">
<tags originalCompilationUnit="//@compilationUnits.0" tagName="@author">
<fragments xsi:type="java:TextElement" originalCompilationUnit="//@compilationUnits.0" text=" GBarbier"/>
</tags>
</comments>
<modifier visibility="public"/>
<bodyDeclarations xsi:type="java:MethodDeclaration" originalCompilationUnit="//@compilationUnits.0" name="aMethod">
<modifier visibility="public"/>
<body originalCompilationUnit="//@compilationUnits.0">
<statements xsi:type="java:VariableDeclarationStatement" originalCompilationUnit="//@compilationUnits.0">
<type type="//@ownedElements.0/@ownedElements.1"/>
<fragments originalCompilationUnit="//@compilationUnits.0" name="variable">
<initializer xsi:type="java:ClassInstanceCreation" originalCompilationUnit="//@compilationUnits.0" method="//@ownedElements.0/@ownedElements.0/@bodyDeclarations.0/@body/@statements.0/@fragments.0/@initializer/@anonymousClassDeclaration/@bodyDeclarations.1">
<anonymousClassDeclaration originalCompilationUnit="//@compilationUnits.0">
<bodyDeclarations xsi:type="java:MethodDeclaration" originalCompilationUnit="//@compilationUnits.0" name="testBug318631">
<annotations originalCompilationUnit="//@compilationUnits.0">
<type type="//@ownedElements.3/@ownedPackages.0/@ownedElements.0"/>
</annotations>
<modifier visibility="public"/>
<body originalCompilationUnit="//@compilationUnits.0"/>
<parameters originalCompilationUnit="//@compilationUnits.0" name="parameter">
<modifier/>
<type type="//@ownedElements.3/@ownedPackages.0/@ownedElements.1"/>
</parameters>
<returnType type="//@orphanTypes.5"/>
</bodyDeclarations>
<bodyDeclarations xsi:type="java:ConstructorDeclaration" name="" proxy="true" usages="//@ownedElements.0/@ownedElements.0/@bodyDeclarations.0/@body/@statements.0/@fragments.0/@initializer"/>
</anonymousClassDeclaration>
<type type="//@ownedElements.0/@ownedElements.1"/>
</initializer>
</fragments>
<modifier/>
</statements>
</body>
<returnType type="//@orphanTypes.5"/>
</bodyDeclarations>
</ownedElements>
<ownedElements xsi:type="java:InterfaceDeclaration" originalCompilationUnit="//@compilationUnits.1" name="IBug318631" usagesInTypeAccess="//@ownedElements.0/@ownedElements.0/@bodyDeclarations.0/@body/@statements.0/@type //@ownedElements.0/@ownedElements.0/@bodyDeclarations.0/@body/@statements.0/@fragments.0/@initializer/@type">
<comments xsi:type="java:Javadoc" originalCompilationUnit="//@compilationUnits.1" content="/** &#xA; * @author GBarbier&#xA; */&#xA;" prefixOfParent="true">
<tags originalCompilationUnit="//@compilationUnits.1" tagName="@author">
<fragments xsi:type="java:TextElement" originalCompilationUnit="//@compilationUnits.1" text=" GBarbier"/>
</tags>
</comments>
<modifier visibility="public"/>
<bodyDeclarations xsi:type="java:MethodDeclaration" originalCompilationUnit="//@compilationUnits.1" name="testBug318631">
<modifier visibility="public"/>
<parameters originalCompilationUnit="//@compilationUnits.1" name="parameter">
<modifier/>
<type type="//@ownedElements.3/@ownedPackages.0/@ownedElements.1"/>
</parameters>
<returnType type="//@orphanTypes.5"/>
</bodyDeclarations>
</ownedElements>
</ownedElements>
<ownedElements name="supercontructorinvocation">
<ownedElements xsi:type="java:ClassDeclaration" originalCompilationUnit="//@compilationUnits.2" name="Child">
<comments xsi:type="java:Javadoc" originalCompilationUnit="//@compilationUnits.2" content="/** &#xA; * @author GBarbier&#xA; */&#xA;" prefixOfParent="true">
<tags originalCompilationUnit="//@compilationUnits.2" tagName="@author">
<fragments xsi:type="java:TextElement" originalCompilationUnit="//@compilationUnits.2" text=" GBarbier"/>
</tags>
</comments>
<modifier visibility="public"/>
<bodyDeclarations xsi:type="java:ConstructorDeclaration" originalCompilationUnit="//@compilationUnits.2" name="Child">
<comments xsi:type="java:Javadoc" originalCompilationUnit="//@compilationUnits.2" content="/** &#xA; * @param name&#xA; */&#xA;" prefixOfParent="true">
<tags originalCompilationUnit="//@compilationUnits.2" tagName="@param">
<fragments xsi:type="java:SingleVariableAccess" variable="//@ownedElements.1/@ownedElements.0/@bodyDeclarations.0/@parameters.0"/>
</tags>
</comments>
<modifier visibility="public"/>
<body originalCompilationUnit="//@compilationUnits.2">
<statements xsi:type="java:SuperConstructorInvocation" originalCompilationUnit="//@compilationUnits.2" method="//@ownedElements.1/@ownedElements.1/@bodyDeclarations.0">
<arguments xsi:type="java:SingleVariableAccess" variable="//@ownedElements.1/@ownedElements.0/@bodyDeclarations.0/@parameters.0"/>
</statements>
</body>
<parameters originalCompilationUnit="//@compilationUnits.2" name="name" usageInVariableAccess="//@ownedElements.1/@ownedElements.0/@bodyDeclarations.0/@comments.0/@tags.0/@fragments.0 //@ownedElements.1/@ownedElements.0/@bodyDeclarations.0/@body/@statements.0/@arguments.0">
<modifier/>
<type type="//@ownedElements.3/@ownedPackages.0/@ownedElements.1"/>
</parameters>
</bodyDeclarations>
<superClass type="//@ownedElements.1/@ownedElements.1"/>
</ownedElements>
<ownedElements xsi:type="java:ClassDeclaration" originalCompilationUnit="//@compilationUnits.3" name="Parent" usagesInTypeAccess="//@ownedElements.1/@ownedElements.0/@superClass">
<comments xsi:type="java:Javadoc" originalCompilationUnit="//@compilationUnits.3" content="/** &#xA; * @author GBarbier&#xA; */&#xA;" prefixOfParent="true">
<tags originalCompilationUnit="//@compilationUnits.3" tagName="@author">
<fragments xsi:type="java:TextElement" originalCompilationUnit="//@compilationUnits.3" text=" GBarbier"/>
</tags>
</comments>
<modifier visibility="public"/>
<bodyDeclarations xsi:type="java:ConstructorDeclaration" originalCompilationUnit="//@compilationUnits.3" name="Parent" usages="//@ownedElements.1/@ownedElements.0/@bodyDeclarations.0/@body/@statements.0">
<modifier visibility="public"/>
<body originalCompilationUnit="//@compilationUnits.3"/>
<parameters originalCompilationUnit="//@compilationUnits.3" name="name">
<modifier/>
<type type="//@ownedElements.3/@ownedPackages.0/@ownedElements.1"/>
</parameters>
</bodyDeclarations>
</ownedElements>
</ownedElements>
<ownedElements name="annotations">
<ownedElements xsi:type="java:ClassDeclaration" originalCompilationUnit="//@compilationUnits.4" name="AnnotatedField" usagesInTypeAccess="//@ownedElements.2/@ownedElements.0/@bodyDeclarations.1/@annotations.0/@values.0/@value/@expressions.0/@values.1/@value/@type">
<modifier visibility="public"/>
<bodyDeclarations xsi:type="java:FieldDeclaration" originalCompilationUnit="//@compilationUnits.4">
<modifier visibility="private" inheritance="final" static="true"/>
<type type="//@orphanTypes.1"/>
<fragments originalCompilationUnit="//@compilationUnits.4" name="serialVersionUID">
<initializer xsi:type="java:NumberLiteral" originalCompilationUnit="//@compilationUnits.4" tokenValue="1L"/>
</fragments>
</bodyDeclarations>
<bodyDeclarations xsi:type="java:FieldDeclaration" originalCompilationUnit="//@compilationUnits.4">
<annotations originalCompilationUnit="//@compilationUnits.4">
<type type="//@ownedElements.4/@ownedPackages.0/@ownedPackages.0/@ownedPackages.0/@ownedElements.1"/>
<values>
<value xsi:type="java:ArrayInitializer" originalCompilationUnit="//@compilationUnits.4">
<expressions xsi:type="java:Annotation" originalCompilationUnit="//@compilationUnits.4">
<type type="//@ownedElements.4/@ownedPackages.0/@ownedPackages.0/@ownedPackages.0/@ownedElements.0"/>
<values originalCompilationUnit="//@compilationUnits.4" name="name" member="//@ownedElements.4/@ownedPackages.0/@ownedPackages.0/@ownedPackages.0/@ownedElements.0/@bodyDeclarations.0">
<value xsi:type="java:StringLiteral" originalCompilationUnit="//@compilationUnits.4" escapedValue="&quot;XXX&quot;"/>
</values>
<values originalCompilationUnit="//@compilationUnits.4" name="type" member="//@ownedElements.4/@ownedPackages.0/@ownedPackages.0/@ownedPackages.0/@ownedElements.0/@bodyDeclarations.1">
<value xsi:type="java:TypeLiteral" originalCompilationUnit="//@compilationUnits.4">
<type type="//@ownedElements.2/@ownedElements.0"/>
</value>
</values>
</expressions>
</value>
</values>
</annotations>
<modifier visibility="private"/>
<type type="//@orphanTypes.9"/>
<fragments originalCompilationUnit="//@compilationUnits.4" name="objects"/>
</bodyDeclarations>
</ownedElements>
</ownedElements>
<ownedElements name="java" proxy="true">
<ownedPackages name="lang" proxy="true">
<ownedElements xsi:type="java:AnnotationTypeDeclaration" name="Override" proxy="true" usagesInTypeAccess="//@ownedElements.0/@ownedElements.0/@bodyDeclarations.0/@body/@statements.0/@fragments.0/@initializer/@anonymousClassDeclaration/@bodyDeclarations.0/@annotations.0/@type"/>
<ownedElements xsi:type="java:ClassDeclaration" name="String" proxy="true" usagesInTypeAccess="//@ownedElements.0/@ownedElements.0/@bodyDeclarations.0/@body/@statements.0/@fragments.0/@initializer/@anonymousClassDeclaration/@bodyDeclarations.0/@parameters.0/@type //@ownedElements.0/@ownedElements.1/@bodyDeclarations.0/@parameters.0/@type //@ownedElements.1/@ownedElements.0/@bodyDeclarations.0/@parameters.0/@type //@ownedElements.1/@ownedElements.1/@bodyDeclarations.0/@parameters.0/@type">
<superInterfaces type="//@ownedElements.3/@ownedPackages.1/@ownedElements.0"/>
<superInterfaces type="//@ownedElements.3/@ownedPackages.0/@ownedElements.2"/>
<superInterfaces type="//@ownedElements.3/@ownedPackages.0/@ownedElements.3"/>
</ownedElements>
<ownedElements xsi:type="java:InterfaceDeclaration" name="Comparable" proxy="true" usagesInTypeAccess="//@ownedElements.3/@ownedPackages.0/@ownedElements.1/@superInterfaces.1">
<typeParameters name="T" proxy="true"/>
</ownedElements>
<ownedElements xsi:type="java:InterfaceDeclaration" name="CharSequence" proxy="true" usagesInTypeAccess="//@ownedElements.3/@ownedPackages.0/@ownedElements.1/@superInterfaces.2"/>
<ownedElements xsi:type="java:InterfaceDeclaration" name="Iterable" proxy="true" usagesInTypeAccess="//@ownedElements.3/@ownedPackages.2/@ownedElements.1/@superInterfaces.0">
<typeParameters name="T" proxy="true"/>
</ownedElements>
<ownedElements xsi:type="java:ClassDeclaration" name="Object" proxy="true" usagesInTypeAccess="//@orphanTypes.9/@typeArguments.0"/>
</ownedPackages>
<ownedPackages name="io" proxy="true">
<ownedElements xsi:type="java:InterfaceDeclaration" name="Serializable" proxy="true" usagesInTypeAccess="//@ownedElements.3/@ownedPackages.0/@ownedElements.1/@superInterfaces.0"/>
</ownedPackages>
<ownedPackages name="util" proxy="true">
<ownedElements xsi:type="java:InterfaceDeclaration" name="List" proxy="true" usagesInImports="//@compilationUnits.4/@imports.0" usagesInTypeAccess="//@orphanTypes.9/@type">
<superInterfaces type="//@ownedElements.3/@ownedPackages.2/@ownedElements.1"/>
<typeParameters name="E" proxy="true"/>
</ownedElements>
<ownedElements xsi:type="java:InterfaceDeclaration" name="Collection" proxy="true" usagesInTypeAccess="//@ownedElements.3/@ownedPackages.2/@ownedElements.0/@superInterfaces.0">
<superInterfaces type="//@ownedElements.3/@ownedPackages.0/@ownedElements.4"/>
<typeParameters name="E" proxy="true"/>
</ownedElements>
</ownedPackages>
</ownedElements>
<ownedElements name="javax" proxy="true">
<ownedPackages name="xml" proxy="true">
<ownedPackages name="bind" proxy="true">
<ownedPackages name="annotation" proxy="true">
<ownedElements xsi:type="java:AnnotationTypeDeclaration" name="XmlElement" proxy="true" usagesInImports="//@compilationUnits.4/@imports.1" usagesInTypeAccess="//@ownedElements.2/@ownedElements.0/@bodyDeclarations.1/@annotations.0/@values.0/@value/@expressions.0/@type">
<bodyDeclarations xsi:type="java:AnnotationTypeMemberDeclaration" name="name" proxy="true" usages="//@ownedElements.2/@ownedElements.0/@bodyDeclarations.1/@annotations.0/@values.0/@value/@expressions.0/@values.0"/>
<bodyDeclarations xsi:type="java:AnnotationTypeMemberDeclaration" name="type" proxy="true" usages="//@ownedElements.2/@ownedElements.0/@bodyDeclarations.1/@annotations.0/@values.0/@value/@expressions.0/@values.1"/>
</ownedElements>
<ownedElements xsi:type="java:AnnotationTypeDeclaration" name="XmlElements" proxy="true" usagesInImports="//@compilationUnits.4/@imports.2" usagesInTypeAccess="//@ownedElements.2/@ownedElements.0/@bodyDeclarations.1/@annotations.0/@type"/>
</ownedPackages>
</ownedPackages>
</ownedPackages>
</ownedElements>
<orphanTypes xsi:type="java:PrimitiveTypeInt" name="int"/>
<orphanTypes xsi:type="java:PrimitiveTypeLong" name="long" usagesInTypeAccess="//@ownedElements.2/@ownedElements.0/@bodyDeclarations.0/@type"/>
<orphanTypes xsi:type="java:PrimitiveTypeFloat" name="float"/>
<orphanTypes xsi:type="java:PrimitiveTypeDouble" name="double"/>
<orphanTypes xsi:type="java:PrimitiveTypeBoolean" name="boolean"/>
<orphanTypes xsi:type="java:PrimitiveTypeVoid" name="void" usagesInTypeAccess="//@ownedElements.0/@ownedElements.0/@bodyDeclarations.0/@returnType //@ownedElements.0/@ownedElements.0/@bodyDeclarations.0/@body/@statements.0/@fragments.0/@initializer/@anonymousClassDeclaration/@bodyDeclarations.0/@returnType //@ownedElements.0/@ownedElements.1/@bodyDeclarations.0/@returnType"/>
<orphanTypes xsi:type="java:PrimitiveTypeChar" name="char"/>
<orphanTypes xsi:type="java:PrimitiveTypeShort" name="short"/>
<orphanTypes xsi:type="java:PrimitiveTypeByte" name="byte"/>
<orphanTypes xsi:type="java:ParameterizedType" name="java.util.List&lt;java.lang.Object>" usagesInTypeAccess="//@ownedElements.2/@ownedElements.0/@bodyDeclarations.1/@type">
<type type="//@ownedElements.3/@ownedPackages.2/@ownedElements.0"/>
<typeArguments type="//@ownedElements.3/@ownedPackages.0/@ownedElements.5"/>
</orphanTypes>
<compilationUnits name="RootClass.java" originalFilePath="D:\MoDisco\helios\workspace\bug318631\src\anonymousclass\RootClass.java" commentList="//@compilationUnits.0/@comments.0 //@ownedElements.0/@ownedElements.0/@comments.0" package="//@ownedElements.0" types="//@ownedElements.0/@ownedElements.0">
<comments xsi:type="java:BlockComment" originalCompilationUnit="//@compilationUnits.0" content="/*&#xD;&#xA; * Copyright (c) 2010 Mia-Software and others.&#xD;&#xA; * All rights reserved. This program and the accompanying materials&#xD;&#xA; * are made available under the terms of the Eclipse Public License v2.0&#xD;&#xA; * which accompanies this distribution, and is available at&#xD;&#xA; * http://www.eclipse.org/legal/epl-v20.html&#xD;&#xA; *&#xD;&#xA; * Contributors:&#xD;&#xA; * Gabriel Barbier (Mia-Software) - initial API and implementation&#xD;&#xA; */" prefixOfParent="true"/>
</compilationUnits>
<compilationUnits name="IBug318631.java" originalFilePath="D:\MoDisco\helios\workspace\bug318631\src\anonymousclass\IBug318631.java" commentList="//@compilationUnits.1/@comments.0 //@ownedElements.0/@ownedElements.1/@comments.0" package="//@ownedElements.0" types="//@ownedElements.0/@ownedElements.1">
<comments xsi:type="java:BlockComment" originalCompilationUnit="//@compilationUnits.1" content="/*&#xD;&#xA; * Copyright (c) 2010 Mia-Software and others.&#xD;&#xA; * All rights reserved. This program and the accompanying materials&#xD;&#xA; * are made available under the terms of the Eclipse Public License v2.0&#xD;&#xA; * which accompanies this distribution, and is available at&#xD;&#xA; * http://www.eclipse.org/legal/epl-v20.html&#xD;&#xA; *&#xD;&#xA; * Contributors:&#xD;&#xA; * Gabriel Barbier (Mia-Software) - initial API and implementation&#xD;&#xA; */" prefixOfParent="true"/>
</compilationUnits>
<compilationUnits name="Child.java" originalFilePath="D:\MoDisco\helios\workspace\bug318631\src\supercontructorinvocation\Child.java" commentList="//@compilationUnits.2/@comments.0 //@ownedElements.1/@ownedElements.0/@comments.0 //@ownedElements.1/@ownedElements.0/@bodyDeclarations.0/@comments.0" package="//@ownedElements.1" types="//@ownedElements.1/@ownedElements.0">
<comments xsi:type="java:BlockComment" originalCompilationUnit="//@compilationUnits.2" content="/*&#xD;&#xA; * Copyright (c) 2010 Mia-Software and others.&#xD;&#xA; * All rights reserved. This program and the accompanying materials&#xD;&#xA; * are made available under the terms of the Eclipse Public License v2.0&#xD;&#xA; * which accompanies this distribution, and is available at&#xD;&#xA; * http://www.eclipse.org/legal/epl-v20.html&#xD;&#xA; *&#xD;&#xA; * Contributors:&#xD;&#xA; * Gabriel Barbier (Mia-Software) - initial API and implementation&#xD;&#xA; */" prefixOfParent="true"/>
</compilationUnits>
<compilationUnits name="Parent.java" originalFilePath="D:\MoDisco\helios\workspace\bug318631\src\supercontructorinvocation\Parent.java" commentList="//@compilationUnits.3/@comments.0 //@ownedElements.1/@ownedElements.1/@comments.0" package="//@ownedElements.1" types="//@ownedElements.1/@ownedElements.1">
<comments xsi:type="java:BlockComment" originalCompilationUnit="//@compilationUnits.3" content="/*&#xD;&#xA; * Copyright (c) 2010 Mia-Software and others.&#xD;&#xA; * All rights reserved. This program and the accompanying materials&#xD;&#xA; * are made available under the terms of the Eclipse Public License v2.0&#xD;&#xA; * which accompanies this distribution, and is available at&#xD;&#xA; * http://www.eclipse.org/legal/epl-v20.html&#xD;&#xA; *&#xD;&#xA; * Contributors:&#xD;&#xA; * Gabriel Barbier (Mia-Software) - initial API and implementation&#xD;&#xA; */" prefixOfParent="true"/>
</compilationUnits>
<compilationUnits name="AnnotatedField.java" originalFilePath="D:\MoDisco\helios\workspace\bug318631\src\annotations\AnnotatedField.java" commentList="//@compilationUnits.4/@comments.0" package="//@ownedElements.2" types="//@ownedElements.2/@ownedElements.0">
<comments xsi:type="java:Javadoc" originalCompilationUnit="//@compilationUnits.4" content="/** &#xA; * Copyright (c) 2010 Mia-Software and others.&#xA; * All rights reserved. This program and the accompanying materials&#xA; * are made available under the terms of the Eclipse Public License v2.0&#xA; * which accompanies this distribution, and is available at&#xA; * http://www.eclipse.org/legal/epl-v20.html&#xA; * Contributors:&#xA; * Fabien Giquel - initial API and implementation&#xA; */&#xA;" prefixOfParent="true"/>
<imports originalCompilationUnit="//@compilationUnits.4" importedElement="//@ownedElements.3/@ownedPackages.2/@ownedElements.0"/>
<imports originalCompilationUnit="//@compilationUnits.4" importedElement="//@ownedElements.4/@ownedPackages.0/@ownedPackages.0/@ownedPackages.0/@ownedElements.0"/>
<imports originalCompilationUnit="//@compilationUnits.4" importedElement="//@ownedElements.4/@ownedPackages.0/@ownedPackages.0/@ownedPackages.0/@ownedElements.1"/>
</compilationUnits>
</java:Model>