File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core
edu.cuny.hunter.streamrefactoring.tests.report Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 41
41
import org .eclipse .jdt .core .dom .rewrite .ASTRewrite ;
42
42
import org .eclipse .jdt .internal .corext .dom .ASTNodes ;
43
43
import org .eclipse .jdt .internal .corext .dom .Bindings ;
44
- import org .eclipse .jdt .internal .corext .refactoring .base .JavaStatusContext ;
45
44
import org .eclipse .jdt .internal .corext .refactoring .structure .CompilationUnitRewrite ;
45
+ import org .eclipse .jdt .internal .corext .refactoring .util .JavaStatusContext ;
46
46
import org .eclipse .jdt .internal .corext .util .JdtFlags ;
47
47
import org .eclipse .ltk .core .refactoring .RefactoringStatus ;
48
48
import org .eclipse .ltk .core .refactoring .RefactoringStatusContext ;
Original file line number Diff line number Diff line change 34
34
import org .eclipse .jdt .core .refactoring .CompilationUnitChange ;
35
35
import org .eclipse .jdt .core .search .SearchEngine ;
36
36
import org .eclipse .jdt .internal .corext .codemanipulation .CodeGenerationSettings ;
37
- import org .eclipse .jdt .internal .corext .refactoring .base .JavaStatusContext ;
38
37
import org .eclipse .jdt .internal .corext .refactoring .changes .DynamicValidationRefactoringChange ;
39
38
import org .eclipse .jdt .internal .corext .refactoring .structure .CompilationUnitRewrite ;
39
+ import org .eclipse .jdt .internal .corext .refactoring .util .JavaStatusContext ;
40
40
import org .eclipse .jdt .internal .corext .refactoring .util .RefactoringASTParser ;
41
41
import org .eclipse .jdt .internal .corext .refactoring .util .TextEditBasedChangeManager ;
42
42
import org .eclipse .jdt .internal .ui .JavaPlugin ;
Original file line number Diff line number Diff line change 5
5
<projects >
6
6
</projects >
7
7
<buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.m2e.core.maven2Builder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
8
13
</buildSpec >
9
14
<natures >
15
+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
10
16
</natures >
11
17
</projectDescription >
Original file line number Diff line number Diff line change 55
55
</profile >
56
56
</profiles >
57
57
<properties >
58
- <tycho-version >0.26 .0</tycho-version >
58
+ <tycho-version >1.4 .0</tycho-version >
59
59
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
60
60
<jacoco-version >0.7.8</jacoco-version >
61
61
</properties >
62
62
<repositories >
63
63
<repository >
64
- <id >neon </id >
64
+ <id >2018-09 </id >
65
65
<layout >p2</layout >
66
- <url >http://download.eclipse.org/releases/neon </url >
66
+ <url >http://download.eclipse.org/releases/2018-09 </url >
67
67
</repository >
68
68
<repository >
69
69
<id >common-refactoring</id >
81
81
<url >https://raw.githubusercontent.com/ponder-lab/WALA/master/com.ibm.wala.updatesite</url >
82
82
</repository >
83
83
<repository >
84
- <id >neon -update</id >
84
+ <id >2018-09 -update</id >
85
85
<layout >p2</layout >
86
- <url >http://download.eclipse.org/eclipse/updates/4.6 </url >
86
+ <url >http://download.eclipse.org/eclipse/updates/4.9 </url >
87
87
</repository >
88
88
</repositories >
89
89
<build >
You can’t perform that action at this time.
0 commit comments