/
Development Guidelines
Development Guidelines
Naming Conventions within the Kieker Project
We defined in KIEKER-1407 some basic rules how packages should be named within the Kieker project and how to come up with new suitable names within the realm of Kieker. This applies to all tools using Kieker or providing tooling for Kieker.
Java rules
, multiple selections available,
Related content
Static Analysis
Static Analysis
More like this
Coding and Documentation Style
Coding and Documentation Style
More like this
Kieker Analysis (Tool) Migration
Kieker Analysis (Tool) Migration
More like this
Developer FAQ
Developer FAQ
More like this
Local Development Environment
Local Development Environment
More like this
Kieker Coding Conventions in Eclipse
Kieker Coding Conventions in Eclipse
More like this
kieker.monitoring.*
for everything regarding the monitoringkieker.common.*
for everything shared between monitoring and analysiskieker.analysis.*
for analysis filters and functionality which is part of the framework.C and C++ rules
C does not have a package structure. However, the conventions are to follow the associated directory scheme from Java. That implies, source is located in
src/kieker/*
and function names are prefixed accordingly. That iskieker_tools_*
,kieker_develop_*
etc.Other language rules
The naming conventions for other languages follow a similar scheme than those for Java.