This repository was archived by the owner on Sep 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Code Style
Mathieu Bastian edited this page Dec 2, 2021
·
1 revision
The source code uses the CheckStyle tool to keep the code style consistent.
In addition, we check for code style when building the project using the Maven CheckStyle Plugin. A pull request without proper code style would fail to build.
On IntelliJ follow these steps to configure CheckStyle:
- Install the CheckStyle plugin
- Open
Preferences/Settingsand go toEditor > Code Style. - Select
ProjectasSchemeand click the settings icon next to it. - Select
Import Scheme > CheckStyle Configurationand locate thecheckstyle.xmlfile at the root of Gephi's repository.
You're done. You can now use the built-in Code > Reformat Code tool. The resulting code style will match what is on the Gephi repository.
- Developer Handbook
- Build
- Code Style
- Localization
- Datasets
- Import CSV Data
- Import Dynamic Data
- Scripting Plugin
- Quick Start
- Démarrage rapide (FR)
- Layout
- Spatialisations (FR)
- Statistics
- Import
- Spigot importer with Wizard
- Export
- Generator
- Filter
- Extend Data Laboratory
- Preview renderer
- Add a module panel
- Add a submenu
- Build a plugin without Gephi source code
- Update a plugin
- Code Sharing Strategy
- Graph Streaming