-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCITATION.cff
More file actions
87 lines (87 loc) · 2.82 KB
/
Copy pathCITATION.cff
File metadata and controls
87 lines (87 loc) · 2.82 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
cff-version: 1.2.0
message: "If you use this software, please cite it using the metadata from this file (the ICSE '19 paper)."
title: "Optimize Java 8 Streams Refactoring"
abstract: >-
Automated refactoring research prototype plug-ins for Eclipse that assist
developers in writing optimal Java 8 stream client code in a
semantics-preserving fashion, including preconditions and transformations
for safely converting sequential streams to parallel and improving already
parallel streams. The approach utilizes both WALA and SAFE.
type: software
authors:
- family-names: Khatchadourian
given-names: Raffi
orcid: "https://orcid.org/0000-0002-7930-0182"
- family-names: Tang
given-names: Yiming
- family-names: Bagherzadeh
given-names: Mehdi
- family-names: Ahmed
given-names: Syed
repository-code: "https://github.com/ponder-lab/Optimize-Java-8-Streams-Refactoring"
license: EPL-1.0
keywords:
- Java 8
- automatic parallelization
- refactoring
- static analysis
- streams
- typestate analysis
identifiers:
- type: doi
value: 10.5281/zenodo.3066221
description: Concept DOI for all versions (Zenodo).
preferred-citation:
type: conference-paper
title: "Safe Automated Refactoring for Intelligent Parallelization of Java 8 Streams"
authors:
- family-names: Khatchadourian
given-names: Raffi
orcid: "https://orcid.org/0000-0002-7930-0182"
- family-names: Tang
given-names: Yiming
- family-names: Bagherzadeh
given-names: Mehdi
- family-names: Ahmed
given-names: Syed
collection-title: "Proceedings of the 41st International Conference on Software Engineering"
conference:
name: "International Conference on Software Engineering (ICSE '19)"
city: "Montréal"
region: "QC"
country: CA
publisher:
name: "IEEE Press"
year: 2019
month: 5
start: 619
end: 630
doi: 10.1109/ICSE.2019.00072
url: "http://academicworks.cuny.edu/hc_pubs/489"
references:
- type: conference-paper
title: "A Tool for Optimizing Java 8 Stream Software via Automated Refactoring"
authors:
- family-names: Khatchadourian
given-names: Raffi
orcid: "https://orcid.org/0000-0002-7930-0182"
- family-names: Tang
given-names: Yiming
- family-names: Bagherzadeh
given-names: Mehdi
- family-names: Ahmed
given-names: Syed
collection-title: "Proceedings of the 18th IEEE International Working Conference on Source Code Analysis and Manipulation"
conference:
name: "International Working Conference on Source Code Analysis and Manipulation (SCAM '18)"
city: "Madrid"
country: ES
publisher:
name: "IEEE"
notes: "Engineering Track."
year: 2018
month: 9
start: 34
end: 39
doi: 10.1109/SCAM.2018.00011
url: "http://academicworks.cuny.edu/hc_pubs/429"