ponder-lab/Optimize-Java-8-Streams-Refactoring-v0.1.0-alpha.zip
ponder-lab-Optimize-Java-8-Streams-Refactoring-898e87f
.coveralls.yml
71 Bytes
.github
CODEOWNERS
12 Bytes
.gitignore
241 Bytes
.travis.yml
292 Bytes
CONTRIBUTING.md
2.2 kB
LICENSE.txt
11.5 kB
README.md
3.5 kB
edu.cuny.hunter.streamrefactoring.core
.classpath
679 Bytes
.gitignore
9 Bytes
.project
1.4 kB
.settings
org.eclipse.core.resources.prefs
55 Bytes
org.eclipse.m2e.core.prefs
86 Bytes
EclipseDefaultExclusions.txt
386 Bytes
META-INF
MANIFEST.MF
1.8 kB
OSGI-INF
l10n
bundle.properties
230 Bytes
build.properties
573 Bytes
lib
objenesis-2.5.1-javadoc.jar
269.0 kB
objenesis-2.5.1-sources.jar
56.1 kB
objenesis-2.5.1.jar
54.4 kB
logging.properties
2.5 kB
plugin.xml
441 Bytes
pom.xml
544 Bytes
src
edu
cuny
hunter
streamrefactoring
core
analysis
CannotDetermineStreamOrderingException.java
979 Bytes
CannotExtractSpliteratorException.java
961 Bytes
CannotInferOrderingViaReflectionException.java
324 Bytes
ExecutionMode.java
111 Bytes
InconsistentPossibleOrderingException.java
310 Bytes
InstanceKeyNotFoundException.java
689 Bytes
NoEnclosingMethodNodeFoundException.java
1.0 kB
NoEntryPointException.java
266 Bytes
NoninstantiableException.java
850 Bytes
NoniterableException.java
665 Bytes
Ordering.java
105 Bytes
OrderingInference.java
7.6 kB
PreconditionFailure.java
1.5 kB
PreconditionSuccess.java
118 Bytes
Refactoring.java
290 Bytes
Stream.java
30.7 kB
StreamAnalyzer.java
18.3 kB
StreamAttributeTypestateRule.java
2.3 kB
StreamCreationNotConsideredException.java
736 Bytes
StreamExecutionModeTypeStateRule.java
2.4 kB
StreamOrderingTypeStateRule.java
2.2 kB
StreamStateMachine.java
54.6 kB
TransformationAction.java
151 Bytes
UnhandledCaseException.java
653 Bytes
UnknownIfReduceOrderMattersException.java
747 Bytes
Util.java
28.5 kB
contributions
ConvertStreamToParallelRefactoringContribution.java
1.5 kB
descriptors
ConvertStreamToParallelRefactoringDescriptor.java
999 Bytes
messages
Messages.java
5.6 kB
messages.properties
9.1 kB
refactorings
ConvertToParallelStreamRefactoringProcessor.java
20.4 kB
safe
ClientSlicingUniqueSolver.java
2.9 kB
EventTrackingTypeStateProperty.java
2.1 kB
InstructionBasedSolver.java
3.0 kB
ModifiedBenignOracle.java
1.2 kB
NoApplicationCodeExistsInCallStringsException.java
720 Bytes
TrackingUniqueSolver.java
1.8 kB
TypestateSolverFactory.java
3.5 kB
Util.java
7.4 kB
utils
LoggerNames.java
163 Bytes
RefactoringAvailabilityTester.java
3.8 kB
TimeCollector.java
776 Bytes
Util.java
7.0 kB
wala
AnalysisUtils.java
2.8 kB
CallStringWithReceivers.java
890 Bytes
EclipseProjectAnalysisEngine.java
7.0 kB
TestableJavaEclipseProjectPath.java
2.0 kB
Util.java
4.8 kB
ZeroOneCFABuilderFactory.java
1.0 kB
nCFABuilderWithActualParametersInContext.java
2.6 kB
nCFAContextWithReceiversSelector.java
5.8 kB
edu.cuny.hunter.streamrefactoring.eval
.classpath
695 Bytes
.gitignore
9 Bytes
.project
896 Bytes
.settings
org.eclipse.core.resources.prefs
55 Bytes
org.eclipse.jdt.core.prefs
6.7 kB
org.eclipse.ltk.core.refactoring.prefs
104 Bytes
org.eclipse.m2e.core.prefs
86 Bytes
org.eclipse.mylyn.tasks.ui.prefs
142 Bytes
org.eclipse.mylyn.team.ui.prefs
68 Bytes
META-INF
MANIFEST.MF
1.2 kB
Stream Refactoring Evaluation.launch
22.3 kB
build.properties
411 Bytes
bundle.properties
237 Bytes
icons
sample.gif
983 Bytes
lib
commons-csv-1.1-src.zip
34.6 kB
commons-csv-1.1.jar
36.9 kB
commons-csv-docs-1.1.zip
84.5 kB
plugin.xml
1.1 kB
pom.xml
588 Bytes
scripts
myimport.sh
399 Bytes
myimport_sample.cfg
40 Bytes
mysql_backup.sh
390 Bytes
mysql_backup_sample.cfg
122 Bytes
src
edu
cuny
hunter
streamrefactoring
eval
handlers
EvaluateConvertToParallelStreamRefactoringHandler.java
27.1 kB
messages
Messages.java
425 Bytes
messages.properties
0 Bytes
utils
Util.java
1.5 kB
ui
plugins
EvaluateConvertToParllelStreamRefactoringPlugin.java
579 Bytes
vmargs.txt
267 Bytes
edu.cuny.hunter.streamrefactoring.feature
.project
396 Bytes
build.properties
88 Bytes
feature.xml
16.3 kB
edu.cuny.hunter.streamrefactoring.tests
.classpath
387 Bytes
.project
1.1 kB
.settings
org.eclipse.core.resources.prefs
55 Bytes
org.eclipse.jdt.core.prefs
357 Bytes
org.eclipse.jdt.ui.prefs
57 Bytes
org.eclipse.m2e.core.prefs
86 Bytes
org.eclipse.mylyn.tasks.ui.prefs
142 Bytes
org.eclipse.mylyn.team.ui.prefs
68 Bytes
META-INF
MANIFEST.MF
902 Bytes
OSGI-INF
l10n
bundle.properties
181 Bytes
build.properties
127 Bytes
pom.xml
2.3 kB
resources
ConvertStreamToParallel
lib
stream-refactoring-annotations.jar
1.3 kB
testAnonymousInnerClass
in
A.java
234 Bytes
testArraysAsList
in
A.java
170 Bytes
testArraysStream
in
A.java
174 Bytes
testArraysStream2
in
A.java
174 Bytes
testBitSet
in
A.java
247 Bytes
testCollectionFromParameter
in
A.java
299 Bytes
testCollectionFromParameter2
in
A.java
254 Bytes
testCollectionFromParameter3
in
A.java
331 Bytes
testCollectionFromParameter4
in
A.java
260 Bytes
testConcat
in
A.java
340 Bytes
testConstructor
in
A.java
204 Bytes
testDoubleStreamOf
in
A.java
188 Bytes
testEntryPointFile
in
A.java
189 Bytes
testEntryPointFile1
entry_points.txt
23 Bytes
in
A.java
176 Bytes
testEntryPointFile2
entry_points.txt
23 Bytes
in
A.java
176 Bytes
testEntryPointFile3
entry_points.txt
23 Bytes
in
A.java
189 Bytes
testEntrySet
in
A.java
204 Bytes
testEntrySet2
in
A.java
218 Bytes
testEntrySet3
in
A.java
362 Bytes
testEntrySet4
in
A.java
348 Bytes
testField
in
A.java
278 Bytes
testGenerate
in
A.java
179 Bytes
testHashSetParallelStream
in
A.java
222 Bytes
testHashSetParallelStream2
in
A.java
251 Bytes
testImplicitEntryPoint
in
A.java
139 Bytes
testIntStreamGenerate
in
A.java
185 Bytes
testIntStreamOf
in
A.java
184 Bytes
testIntermediateOperations
in
A.java
318 Bytes
testLongStreamOf
in
A.java
189 Bytes
testMotivatingExample
in
A.java
1.5 kB
testMultipleCallsToEnclosingMethod
in
A.java
218 Bytes
testMultipleEntryPoints
in
A.java
270 Bytes
testMultipleEntryPoints1
in
A.java
317 Bytes
testNonInternalAPI
in
A.java
305 Bytes
testNonInternalAPI10
in
A.java
302 Bytes
testNonInternalAPI2
in
A.java
308 Bytes
testNonInternalAPI3
in
A.java
308 Bytes
testNonInternalAPI4
in
A.java
317 Bytes
testNonInternalAPI5
in
A.java
319 Bytes
testNonInternalAPI6
in
A.java
358 Bytes
testNonInternalAPI7
in
A.java
219 Bytes
testNonInternalAPI8
in
A.java
330 Bytes
testNonInternalAPI9
in
A.java
296 Bytes
testOneEntryPoint
in
A.java
329 Bytes
testOneEntryPoint1
in
A.java
378 Bytes
testStaticInitializer
in
A.java
308 Bytes
testStreamOf
in
A.java
175 Bytes
testTerminalOp1
in
A.java
315 Bytes
testTerminalOp2
in
A.java
315 Bytes
testTerminalOp3
in
A.java
307 Bytes
testTypeResolution
in
A.java
232 Bytes
testTypeResolution2
in
A.java
240 Bytes
testWithoutEntryPoint
in
A.java
119 Bytes
test cases
edu
cuny
hunter
streamrefactoring
ui
tests
ConvertStreamToParallelRefactoringTest.java
39.0 kB
StreamAnalysisExpectedResult.java
3.2 kB
edu.cuny.hunter.streamrefactoring.tests.report
.project
265 Bytes
pom.xml
1.9 kB
edu.cuny.hunter.streamrefactoring.ui
.classpath
380 Bytes
.gitignore
9 Bytes
.project
839 Bytes
.settings
org.eclipse.core.resources.prefs
55 Bytes
org.eclipse.jdt.core.prefs
6.7 kB
org.eclipse.ltk.core.refactoring.prefs
104 Bytes
org.eclipse.m2e.core.prefs
86 Bytes
org.eclipse.mylyn.tasks.ui.prefs
142 Bytes
org.eclipse.mylyn.team.ui.prefs
68 Bytes
META-INF
MANIFEST.MF
961 Bytes
build.properties
237 Bytes
bundle.properties
997 Bytes
icons
sample.gif
983 Bytes
plugin.xml
3.3 kB
pom.xml
542 Bytes
src
edu
cuny
hunter
streamrefactoring
ui
handlers
ConvertStreamToParallelHandler.java
5.5 kB
messages
Messages.java
421 Bytes
messages.properties
0 Bytes
plugins
OptimizeStreamRefactoringPlugin.java
945 Bytes
wizards
ConvertStreamToParallelRefactoringWizard.java
1.8 kB
edu.cuny.hunter.streamrefactoring.updatesite
.project
405 Bytes
artifacts.jar
1.0 kB
content.jar
14.4 kB
site.xml
1.8 kB
pom.xml
5.5 kB