Skip to content

LAMBDAFICATOR is a tool which automates two code refactorings. 1. It converts anonymous inner classes to lambda expressions. 2. It converts for loops that iterate over collections to functional operations that use lambda expressions.

Notifications You must be signed in to change notification settings

SoftwareEngineeringToolDemos/ICSE-2013-LAMBDAFICATOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

ICSE-2013-LAMBDAFICATOR

This repository contains information related to the tool LAMBDAFICATOR presented at International Conference on Software Engineering, 2013. The tool was originally presented in this paper.

This repository is not the original repository for this tool. Here are some links to the original project:

In this repository, for Lambdaficator you will find:

LAMBDAFICATOR is available in the JDK8-lambda branch of NetBeans. In order to be able to run any of the refactorings you will need to install the lambda branch of JDK8

This repository was constructed by Shashank Goud under the supervision of Dr. Emerson Murphy-Hill. Thanks to Alex Gyori, Lyle Franklin, Jan Lahoda and Danny Dig for their help in establishing this repository.

About

LAMBDAFICATOR is a tool which automates two code refactorings. 1. It converts anonymous inner classes to lambda expressions. 2. It converts for loops that iterate over collections to functional operations that use lambda expressions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages