This document describes a tool that automatically converts Java methods to default methods in interfaces. The tool is implemented as an Eclipse plugin and uses type constraints to identify methods that can be converted from skeletal implementation classes to default methods in corresponding interfaces according to Java 8 features. An evaluation found the tool successfully converted around 20% of candidate methods and was shown to produce compilable and semantically equivalent results through various testing techniques. Future work could include performing additional refactorings simultaneously during the conversion process.