Skip to content

Commit 294cb8b

Browse files
committed
Release v0.5.0-alpha.
1 parent 9d109ab commit 294cb8b

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

edu.cuny.hunter.streamrefactoring.feature/feature.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<feature
33
id="edu.cuny.hunter.optimize.stream.refactoring"
44
label="Optimize Stream Refactoring"
5-
version="0.4.0.qualifier"
6-
provider-name="Hunter College, City University of New York">
5+
version="0.5.0.qualifier"
6+
provider-name="Hunter College, City University of New York"
7+
plugin="edu.cuny.hunter.streamrefactoring.core">
78

89
<description url="http://cuny.is/streams">
910
The Java 8 Stream API sets forth a promising new programming model that incorporates functional-like, MapReduce-style features into a mainstream programming language. However, using streams efficiently may involve subtle considerations.
Binary file not shown.
Binary file not shown.

edu.cuny.hunter.streamrefactoring.updatesite/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
This tool consists of automated refactoring research prototype plug-ins for Eclipse that assists developers in writing optimal stream client code in a semantics-preserving fashion. Refactoring preconditions and transformations for automatically determining when it is safe and possibly advantageous to convert a sequential stream to parallel and improve upon already parallel streams are included. The approach utilizes both WALA and SAFE.
77
</description>
8-
<feature url="features/edu.cuny.hunter.optimize.stream.refactoring_0.4.0.201804231330.jar" id="edu.cuny.hunter.optimize.stream.refactoring" version="0.4.0.201804231330"/>
8+
<feature url="features/edu.cuny.hunter.optimize.stream.refactoring_0.5.0.201804231540.jar" id="edu.cuny.hunter.optimize.stream.refactoring" version="0.5.0.201804231540"/>
99
</site>

0 commit comments

Comments
 (0)