File: JDOMMergerExpected.java

package info (click to toggle)
eclipse-emf 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 50,912 kB
  • ctags: 60,697
  • sloc: java: 407,889; xml: 7,165; sh: 200; makefile: 13
file content (39 lines) | stat: -rwxr-xr-x 461 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/**
 * @generated
 */
public class Example 
{
  /**
   * @generated
   */
  public void method1(float s1)
  { 
  }  

  /**
   * @generated
   */
  public String method2(float s1, String s2)
  {
    return Float.toString(s1) + s2;
  }  

  /**
   * @generated
   */
  public void method3()
  {
  }  

  public String method4(float t1, float t2)
  {
    return Float.toString(t1);
  }

  public void methodSource()
  {
  }
  public void methodTarget()
  {
  }
}