-
Notifications
You must be signed in to change notification settings - Fork 533
Description
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 Secor (v0.29). The result only contains SecorConfig which declares some get methods to access the values of configuration options, such as getInt.
In order to increase the reliability of the research results, we need the developers of Secor to confirm the above result. Could you please help us? Thank you for your time and cooperation!