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
31ec8fae
Commit
31ec8fae
authored
Mar 29, 2017
by
seinturi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove uneeded parameters.
parent
883bd1f0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
11 deletions
+6
-11
tinfi/module/opt-oo/core/src/main/java/org/ow2/frascati/tinfi/opt/oo/InitializerOOCtrlClassGenerator.java
...rascati/tinfi/opt/oo/InitializerOOCtrlClassGenerator.java
+1
-1
tinfi/module/opt-oo/core/src/main/java/org/ow2/frascati/tinfi/opt/oo/MembraneInitializerOOCtrlClassGenerator.java
...tinfi/opt/oo/MembraneInitializerOOCtrlClassGenerator.java
+2
-5
tinfi/module/opt-oo/core/src/main/java/org/ow2/frascati/tinfi/opt/oo/light/InitializerOOCtrlClassGenerator.java
...i/tinfi/opt/oo/light/InitializerOOCtrlClassGenerator.java
+1
-1
tinfi/module/opt-oo/core/src/main/java/org/ow2/frascati/tinfi/opt/oo/light/MembraneInitializerOOCtrlClassGenerator.java
...opt/oo/light/MembraneInitializerOOCtrlClassGenerator.java
+2
-4
No files found.
tinfi/module/opt-oo/core/src/main/java/org/ow2/frascati/tinfi/opt/oo/InitializerOOCtrlClassGenerator.java
View file @
31ec8fae
...
...
@@ -117,7 +117,7 @@ extends org.objectweb.fractal.juliac.opt.oo.InitializerOOCtrlClassGenerator {
getMembraneInitializerClassGenerator
()
{
MembraneInitializerOOCtrlClassGenerator
micg
=
new
MembraneInitializerOOCtrlClassGenerator
(
jc
,
fcscg
,
this
,
membraneDesc
,
ct
,
contentDesc
);
jc
,
fcscg
,
this
,
membraneDesc
);
return
micg
;
}
}
tinfi/module/opt-oo/core/src/main/java/org/ow2/frascati/tinfi/opt/oo/MembraneInitializerOOCtrlClassGenerator.java
View file @
31ec8fae
...
...
@@ -23,7 +23,6 @@
package
org.ow2.frascati.tinfi.opt.oo
;
import
org.objectweb.fractal.api.type.ComponentType
;
import
org.objectweb.fractal.api.type.InterfaceType
;
import
org.objectweb.fractal.juliac.Juliac
;
import
org.objectweb.fractal.juliac.api.FCSourceCodeGeneratorItf
;
...
...
@@ -45,11 +44,9 @@ extends org.objectweb.fractal.juliac.opt.oo.MembraneInitializerOOCtrlClassGenera
public
MembraneInitializerOOCtrlClassGenerator
(
Juliac
jc
,
FCSourceCodeGeneratorItf
<
SimpleMembraneDesc
>
fcscg
,
InitializerOOCtrlClassGenerator
icg
,
SimpleMembraneDesc
membraneDesc
,
ComponentType
ct
,
Object
contentDesc
)
{
InitializerOOCtrlClassGenerator
icg
,
SimpleMembraneDesc
membraneDesc
)
{
super
(
jc
,
fcscg
,
icg
,
membraneDesc
,
ct
,
contentDesc
);
super
(
jc
,
fcscg
,
icg
,
membraneDesc
);
}
@Override
...
...
tinfi/module/opt-oo/core/src/main/java/org/ow2/frascati/tinfi/opt/oo/light/InitializerOOCtrlClassGenerator.java
View file @
31ec8fae
...
...
@@ -125,7 +125,7 @@ extends org.ow2.frascati.tinfi.opt.oo.InitializerOOCtrlClassGenerator {
getMembraneInitializerClassGenerator
()
{
MembraneInitializerOOCtrlClassGenerator
micg
=
new
MembraneInitializerOOCtrlClassGenerator
(
jc
,
fcscg
,
this
,
membraneDesc
,
ct
,
contentDesc
);
jc
,
fcscg
,
this
,
membraneDesc
);
return
micg
;
}
}
tinfi/module/opt-oo/core/src/main/java/org/ow2/frascati/tinfi/opt/oo/light/MembraneInitializerOOCtrlClassGenerator.java
View file @
31ec8fae
...
...
@@ -23,7 +23,6 @@
package
org.ow2.frascati.tinfi.opt.oo.light
;
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.SimpleMembraneDesc
;
...
...
@@ -44,10 +43,9 @@ extends org.ow2.frascati.tinfi.opt.oo.MembraneInitializerOOCtrlClassGenerator {
public
MembraneInitializerOOCtrlClassGenerator
(
Juliac
jc
,
FCSourceCodeGeneratorItf
<
SimpleMembraneDesc
>
fcscg
,
InitializerOOCtrlClassGenerator
icg
,
SimpleMembraneDesc
membraneDesc
,
ComponentType
ct
,
Object
contentDesc
)
{
SimpleMembraneDesc
membraneDesc
)
{
super
(
jc
,
fcscg
,
icg
,
membraneDesc
,
ct
,
contentDesc
);
super
(
jc
,
fcscg
,
icg
,
membraneDesc
);
}
@Override
...
...
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