Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frascati
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
114
Issues
114
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
frascati
frascati
Commits
ab51d04e
Commit
ab51d04e
authored
Mar 20, 2017
by
Lionel Seinturier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove uneeded Initializer class.
parent
cf02b4e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
60 deletions
+0
-60
tinfi/extension/osgi/opt/oo/src/main/java/org/ow2/frascati/tinfi/osgi/FCOOCtrlSourceCodeGenerator.java
.../ow2/frascati/tinfi/osgi/FCOOCtrlSourceCodeGenerator.java
+0
-8
tinfi/extension/osgi/opt/oo/src/main/java/org/ow2/frascati/tinfi/osgi/InitializerOOCtrlClassGenerator.java
.../frascati/tinfi/osgi/InitializerOOCtrlClassGenerator.java
+0
-52
No files found.
tinfi/extension/osgi/opt/oo/src/main/java/org/ow2/frascati/tinfi/osgi/FCOOCtrlSourceCodeGenerator.java
View file @
ab51d04e
...
...
@@ -117,14 +117,6 @@ extends org.ow2.frascati.tinfi.opt.oo.FCOOCtrlSourceCodeGenerator {
return
pcg
;
}
/**
* Return the source code generator for the initializer class associated
* with this component source code generator.
*/
@Override
public
InitializerOOCtrlClassGenerator
getInitializerClassGenerator
()
{
return
new
InitializerOOCtrlClassGenerator
();
}
// ------------------------------------------------------------------
// Implementation of methods defined in FCSourceCodeGenerator
...
...
tinfi/extension/osgi/opt/oo/src/main/java/org/ow2/frascati/tinfi/osgi/InitializerOOCtrlClassGenerator.java
deleted
100644 → 0
View file @
cf02b4e4
/***
* OW2 FraSCAti Tinfi
* Copyright (C) 2010-2017 Inria, Univ. Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Lionel Seinturier
*/
package
org.ow2.frascati.tinfi.osgi
;
import
java.util.List
;
import
org.objectweb.fractal.api.type.ComponentType
;
import
org.objectweb.fractal.juliac.Juliac
;
import
org.objectweb.fractal.juliac.api.FCSourceCodeGeneratorItf
;
import
org.objectweb.fractal.juliac.desc.ControllerDesc
;
import
org.objectweb.fractal.juliac.desc.MembraneDesc
;
/**
* Initializer source code generator for <code>scaOsgiPrimitive</code>
* components.
*
* @author Lionel Seinturier <Lionel.Seinturier@univ-lille1.fr>
* @since 1.3
*/
public
class
InitializerOOCtrlClassGenerator
extends
org
.
ow2
.
frascati
.
tinfi
.
opt
.
oo
.
InitializerOOCtrlClassGenerator
{
@Override
public
void
init
(
Juliac
jc
,
FCSourceCodeGeneratorItf
<
List
<
ControllerDesc
>>
fcscg
,
MembraneDesc
<
List
<
ControllerDesc
>>
membraneDesc
,
ComponentType
ct
,
Object
contentDesc
)
{
super
.
init
(
jc
,
fcscg
,
membraneDesc
,
ct
,
contentDesc
);
}
}
Write
Preview
Markdown
is supported
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