You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 asgetInt
.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!
The text was updated successfully, but these errors were encountered: