# eclipse-method-sorter
**Repository Path**: unknowIfGuestInDream/eclipse-method-sorter
## Basic Information
- **Project Name**: eclipse-method-sorter
- **Description**: It provides techniques to sort methods in Java-classes, aiming to increase the readability of the source code.
- **Primary Language**: Java
- **License**: EPL-2.0
- **Default Branch**: master
- **Homepage**: https://github.com/tlcsdm/eclipse-method-sorter
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2025-12-10
- **Last Updated**: 2025-12-24
## Categories & Tags
**Categories**: eclipse-plugins
**Tags**: Eclipse-Plugin
## README
# Java Method Sorter
This plugin provides techniques to sort methods in Java-classes, aiming to increase the readability of the source code.
Now Support Eclipse 2024-06 and later, Mac OS X, Linux (with nautilus) and Windows.
## Use
- To sort methods in the active Java editor: open a Java source file and choose Source → Sort Methods... from the main menu (or right-click in the editor and use the Source context menu).
- To sort multiple items at once: select one or more compilation units, a package, or a project in the Package Explorer (or Project Explorer), then run Source → Sort Methods... — the plugin will process the selected elements recursively.
- Preferences: configure behavior in Window → Preferences → Java Method Sorter.
## History
Fork of [Clean-Code-Method-Sorter](https://github.com/parzonka/Clean-Code-Method-Sorter) on Github.
## Build
This project uses [Tycho](https://github.com/eclipse-tycho/tycho) with [Maven](https://maven.apache.org/) to build. It requires Maven 3.9.0 or higher version.
Dev build:
```
mvn clean verify
```
Release build:
```
mvn clean org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=2.0.0 verify
```
## Install
1. Add `https://raw.githubusercontent.com/tlcsdm/eclipse-method-sorter/update_site/` as the upgrade location in Eclipse.
2. Download from [Jenkins](https://jenkins.tlcsdm.com/job/eclipse-plugin/job/eclipse-method-sorter)
3.
|
|
← Drag it to your eclipse workbench to install! (I recommand Main Toolbar as Drop Target) |