EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][edu.kit.ipd.sdq.completionfeaturemodel.provider]

COVERAGE SUMMARY FOR SOURCE FILE [CompletionfeaturemodelEditPlugin.java]

nameclass, %method, %block, %line, %
CompletionfeaturemodelEditPlugin.java0%   (0/2)0%   (0/6)0%   (0/42)0%   (0/16)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class CompletionfeaturemodelEditPlugin0%   (0/1)0%   (0/5)0%   (0/37)0%   (0/13)
<static initializer> 0%   (0/1)0%   (0/5)0%   (0/2)
CompletionfeaturemodelEditPlugin (): void 0%   (0/1)0%   (0/25)0%   (0/8)
access$0 (CompletionfeaturemodelEditPlugin$Implementation): void 0%   (0/1)0%   (0/3)0%   (0/1)
getPlugin (): CompletionfeaturemodelEditPlugin$Implementation 0%   (0/1)0%   (0/2)0%   (0/1)
getPluginResourceLocator (): ResourceLocator 0%   (0/1)0%   (0/2)0%   (0/1)
     
class CompletionfeaturemodelEditPlugin$Implementation0%   (0/1)0%   (0/1)0%   (0/5)0%   (0/3)
CompletionfeaturemodelEditPlugin$Implementation (): void 0%   (0/1)0%   (0/5)0%   (0/3)

1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package edu.kit.ipd.sdq.completionfeaturemodel.provider;
8 
9import EMOF.provider.QvtmodelsEditPlugin;
10import copyException.provider.CopyexceptionEditPlugin;
11 
12import de.uka.ipd.sdq.featuremodel.provider.FeaturemodelEditPlugin;
13 
14import de.uka.ipd.sdq.identifier.provider.IdentifierEditPlugin;
15 
16import org.eclipse.emf.common.EMFPlugin;
17 
18import org.eclipse.emf.common.util.ResourceLocator;
19 
20import org.eclipse.emf.ecore.provider.EcoreEditPlugin;
21 
22/**
23 * This is the central singleton for the Completionfeaturemodel edit plugin.
24 * <!-- begin-user-doc -->
25 * <!-- end-user-doc -->
26 * @generated
27 */
28public final class CompletionfeaturemodelEditPlugin extends EMFPlugin {
29        /**
30         * Keep track of the singleton.
31         * <!-- begin-user-doc -->
32         * <!-- end-user-doc -->
33         * @generated
34         */
35        public static final CompletionfeaturemodelEditPlugin INSTANCE = new CompletionfeaturemodelEditPlugin();
36 
37        /**
38         * Keep track of the singleton.
39         * <!-- begin-user-doc -->
40         * <!-- end-user-doc -->
41         * @generated
42         */
43        private static Implementation plugin;
44 
45        /**
46         * Create the instance.
47         * <!-- begin-user-doc -->
48         * <!-- end-user-doc -->
49         * @generated
50         */
51        public CompletionfeaturemodelEditPlugin() {
52                super
53                  (new ResourceLocator [] {
54                     CopyexceptionEditPlugin.INSTANCE,
55                     EcoreEditPlugin.INSTANCE,
56                     FeaturemodelEditPlugin.INSTANCE,
57                     IdentifierEditPlugin.INSTANCE,
58                     QvtmodelsEditPlugin.INSTANCE,
59                   });
60        }
61 
62        /**
63         * Returns the singleton instance of the Eclipse plugin.
64         * <!-- begin-user-doc -->
65         * <!-- end-user-doc -->
66         * @return the singleton instance.
67         * @generated
68         */
69        @Override
70        public ResourceLocator getPluginResourceLocator() {
71                return plugin;
72        }
73 
74        /**
75         * Returns the singleton instance of the Eclipse plugin.
76         * <!-- begin-user-doc -->
77         * <!-- end-user-doc -->
78         * @return the singleton instance.
79         * @generated
80         */
81        public static Implementation getPlugin() {
82                return plugin;
83        }
84 
85        /**
86         * The actual implementation of the Eclipse <b>Plugin</b>.
87         * <!-- begin-user-doc -->
88         * <!-- end-user-doc -->
89         * @generated
90         */
91        public static class Implementation extends EclipsePlugin {
92                /**
93                 * Creates an instance.
94                 * <!-- begin-user-doc -->
95                 * <!-- end-user-doc -->
96                 * @generated
97                 */
98                public Implementation() {
99                        super();
100 
101                        // Remember the static instance.
102                        //
103                        plugin = this;
104                }
105        }
106 
107}

[all classes][edu.kit.ipd.sdq.completionfeaturemodel.provider]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov