Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 7cf5c22

Browse files
Denys Smirnovdennwc
authored andcommitted
update sdk version
Signed-off-by: Denys Smirnov <[email protected]>
1 parent fd98738 commit 7cf5c22

File tree

103 files changed

+28
-6451
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+28
-6451
lines changed

Gopkg.lock

Lines changed: 17 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[[constraint]]
55
name = "gopkg.in/bblfsh/sdk.v2"
6-
version = "2.14.x"
6+
version = "2.15.x"
77

88
[prune]
99
go-tests = true

driver/fixtures/fixtures_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ var Suite = &fixtures.Suite{
3333
"MethodDeclaration",
3434
},
3535
},
36-
Docker: fixtures.DockerConfig{
37-
Image: "openjdk:8",
38-
},
3936
}
4037

4138
func TestJavaDriver(t *testing.T) {

fixtures/_integration.java.native

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
CompilationUnit: { '@type': "CompilationUnit",
3-
'@role': [Unannotated],
43
'@pos': { '@type': "uast:Positions",
54
start: { '@type': "uast:Position",
65
offset: 0,
@@ -16,7 +15,6 @@
1615
package: ~,
1716
types: [
1817
{ '@type': "TypeDeclaration",
19-
'@role': [Unannotated],
2018
'@pos': { '@type': "uast:Positions",
2119
start: { '@type': "uast:Position",
2220
offset: 0,
@@ -34,7 +32,6 @@
3432
javadoc: ~,
3533
modifiers: ~,
3634
name: { '@type': "SimpleName",
37-
'@role': [Unannotated],
3835
'@pos': { '@type': "uast:Positions",
3936
start: { '@type': "uast:Position",
4037
offset: 6,

fixtures/annotation_type_member_declaration.java.native

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
CompilationUnit: { '@type': "CompilationUnit",
3-
'@role': [Unannotated],
43
'@pos': { '@type': "uast:Positions",
54
start: { '@type': "uast:Position",
65
offset: 0,
@@ -16,7 +15,6 @@
1615
package: ~,
1716
types: [
1817
{ '@type': "AnnotationTypeDeclaration",
19-
'@role': [Unannotated],
2018
'@pos': { '@type': "uast:Positions",
2119
start: { '@type': "uast:Position",
2220
offset: 0,
@@ -30,7 +28,6 @@
3028
},
3129
bodyDeclarations: [
3230
{ '@type': "AnnotationTypeMemberDeclaration",
33-
'@role': [Unannotated],
3431
'@pos': { '@type': "uast:Positions",
3532
start: { '@type': "uast:Position",
3633
offset: 17,
@@ -44,7 +41,6 @@
4441
},
4542
},
4643
default: { '@type': "NumberLiteral",
47-
'@role': [Unannotated],
4844
'@pos': { '@type': "uast:Positions",
4945
start: { '@type': "uast:Position",
5046
offset: 33,
@@ -62,7 +58,6 @@
6258
javadoc: ~,
6359
modifiers: ~,
6460
name: { '@type': "SimpleName",
65-
'@role': [Unannotated],
6661
'@pos': { '@type': "uast:Positions",
6762
start: { '@type': "uast:Position",
6863
offset: 21,
@@ -78,7 +73,6 @@
7873
identifier: "a",
7974
},
8075
type: { '@type': "PrimitiveType",
81-
'@role': [Unannotated],
8276
'@pos': { '@type': "uast:Positions",
8377
start: { '@type': "uast:Position",
8478
offset: 17,
@@ -99,7 +93,6 @@
9993
javadoc: ~,
10094
modifiers: ~,
10195
name: { '@type': "SimpleName",
102-
'@role': [Unannotated],
10396
'@pos': { '@type': "uast:Positions",
10497
start: { '@type': "uast:Position",
10598
offset: 11,

fixtures/anonymous_class_declaration.java.native

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
CompilationUnit: { '@type': "CompilationUnit",
3-
'@role': [Unannotated],
43
'@pos': { '@type': "uast:Positions",
54
start: { '@type': "uast:Position",
65
offset: 0,
@@ -16,7 +15,6 @@
1615
package: ~,
1716
types: [
1817
{ '@type': "TypeDeclaration",
19-
'@role': [Unannotated],
2018
'@pos': { '@type': "uast:Positions",
2119
start: { '@type': "uast:Position",
2220
offset: 0,
@@ -31,7 +29,6 @@
3129
},
3230
bodyDeclarations: [
3331
{ '@type': "MethodDeclaration",
34-
'@role': [Unannotated],
3532
'@pos': { '@type': "uast:Positions",
3633
start: { '@type': "uast:Position",
3734
offset: 19,
@@ -45,7 +42,6 @@
4542
},
4643
},
4744
body: { '@type': "Block",
48-
'@role': [Unannotated],
4945
'@pos': { '@type': "uast:Positions",
5046
start: { '@type': "uast:Position",
5147
offset: 35,
@@ -60,7 +56,6 @@
6056
},
6157
statements: [
6258
{ '@type': "ExpressionStatement",
63-
'@role': [Unannotated],
6459
'@pos': { '@type': "uast:Positions",
6560
start: { '@type': "uast:Position",
6661
offset: 41,
@@ -74,7 +69,6 @@
7469
},
7570
},
7671
expression: { '@type': "ClassInstanceCreation",
77-
'@role': [Unannotated],
7872
'@pos': { '@type': "uast:Positions",
7973
start: { '@type': "uast:Position",
8074
offset: 41,
@@ -88,7 +82,6 @@
8882
},
8983
},
9084
anonymousClassDeclaration: { '@type': "AnonymousClassDeclaration",
91-
'@role': [Unannotated],
9285
'@pos': { '@type': "uast:Positions",
9386
start: { '@type': "uast:Position",
9487
offset: 58,
@@ -103,7 +96,6 @@
10396
},
10497
bodyDeclarations: [
10598
{ '@type': "MethodDeclaration",
106-
'@role': [Unannotated],
10799
'@pos': { '@type': "uast:Positions",
108100
start: { '@type': "uast:Position",
109101
offset: 60,
@@ -117,7 +109,6 @@
117109
},
118110
},
119111
body: { '@type': "Block",
120-
'@role': [Unannotated],
121112
'@pos': { '@type': "uast:Positions",
122113
start: { '@type': "uast:Position",
123114
offset: 76,
@@ -137,7 +128,6 @@
137128
javadoc: ~,
138129
modifiers: ~,
139130
name: { '@type': "SimpleName",
140-
'@role': [Unannotated],
141131
'@pos': { '@type': "uast:Positions",
142132
start: { '@type': "uast:Position",
143133
offset: 65,
@@ -156,7 +146,6 @@
156146
receiverQualifier: ~,
157147
receiverType: ~,
158148
'returnType2': { '@type': "PrimitiveType",
159-
'@role': [Unannotated],
160149
'@pos': { '@type': "uast:Positions",
161150
start: { '@type': "uast:Position",
162151
offset: 60,
@@ -180,7 +169,6 @@
180169
arguments: ~,
181170
expression: ~,
182171
type: { '@type': "SimpleType",
183-
'@role': [Unannotated],
184172
'@pos': { '@type': "uast:Positions",
185173
start: { '@type': "uast:Position",
186174
offset: 45,
@@ -195,7 +183,6 @@
195183
},
196184
annotations: ~,
197185
name: { '@type': "SimpleName",
198-
'@role': [Unannotated],
199186
'@pos': { '@type': "uast:Positions",
200187
start: { '@type': "uast:Position",
201188
offset: 45,
@@ -221,7 +208,6 @@
221208
javadoc: ~,
222209
modifiers: ~,
223210
name: { '@type': "SimpleName",
224-
'@role': [Unannotated],
225211
'@pos': { '@type': "uast:Positions",
226212
start: { '@type': "uast:Position",
227213
offset: 24,
@@ -240,7 +226,6 @@
240226
receiverQualifier: ~,
241227
receiverType: ~,
242228
'returnType2': { '@type': "PrimitiveType",
243-
'@role': [Unannotated],
244229
'@pos': { '@type': "uast:Positions",
245230
start: { '@type': "uast:Position",
246231
offset: 19,
@@ -264,7 +249,6 @@
264249
javadoc: ~,
265250
modifiers: ~,
266251
name: { '@type': "SimpleName",
267-
'@role': [Unannotated],
268252
'@pos': { '@type': "uast:Positions",
269253
start: { '@type': "uast:Position",
270254
offset: 6,

0 commit comments

Comments
 (0)