Hello, I'm a Ph.D. student focusing on software configuration research.
Our group is working on how to identify configuration types of software. In this context, a configuration type refers to a Java type (class, interface, or enumeration type) that is used to manage configuration options or configuration methods. To investigate the characteristics of the configuration types, we manually identified the configuration types of Traccar (V4.12)
. The results are shown below.
org.traccar.config.Keys
: manages configuration options
org.traccar.config.Config
: manages configuration methods
In order to increase the reliability of the research results, we need experts to confirm the above results. Could you please help us?
Thank you for your time and cooperation!
Any suggestion is appreciated!
Hello, I'm a Ph.D. student focusing on software configuration research.
Our group is working on how to identify configuration types of software. In this context, a configuration type refers to a Java type (class, interface, or enumeration type) that is used to manage configuration options or configuration methods. To investigate the characteristics of the configuration types, we manually identified the configuration types of
Traccar (V4.12)
. The results are shown below.org.traccar.config.Keys
: manages configuration optionsorg.traccar.config.Config
: manages configuration methodsIn order to increase the reliability of the research results, we need experts to confirm the above results. Could you please help us?
Thank you for your time and cooperation!