Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Zmote/cevelop-stylechecker

Repository files navigation

Cevelop Ctylechecker

This plugin is based on a previous work of other students (com.cevelop.ctylechecker) at the HSR. Zafer Dogan is extending it during his bachelor thesis.

Importing the project

Import the project like a normal Java project:

  1. Import > Projects from Folder or Archive > Select folder root...
  2. After the project is imported, it's important to open the plugin.xml in the Plugin - XML Viewer and in the Overview - Tab click: "Update the classpath settings" --> This way it auto-loads the defined required plugins the plugin is dependent on to work and you don't have to select all required plugins for runtime manually
  3. You need to import the project this way for auto-resolution to work, the import will "import" multiple projects, including the parent. They are interconnected. You can use one to develop with auto-resolution, and the other to build.

Eclipse Plugins (mainly for resolution, auto-download on build)

  1. Eclipse CDT http://download.eclipse.org/tools/cdt/releases/9.4
  2. CDT Testing HSR IFS https://www.cevelop.com/cdt-testing/development/

Updatesite

You can install this plugin via Updatesite URL provided by this special link: Resolve URL for Latest Updatesite

This is a special url that resolves to the latest artifact URL of the master branch. You need to resolve it first and use the resolved URL as the URL for the Updatesite. You can ignore the 404 message; it shows it due to folder view permissions not set by GitLab.

GSON Library

The GSON Library from Google is used to load and save configurations in JSON format. The GSON Library comes with following licensing: Apache License 2.0 You can find more about it here: GSON License

About

Bachelor thesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages