A Simple Research Study about Configuration Types

Yuan4 years ago

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.

  1. org.traccar.config.Keys: manages configuration options
  2. 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!

Yuan4 years ago

Any suggestion is appreciated!