Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Simple Study about Configuration Java Types #2136

Open
ghost opened this issue Aug 23, 2021 · 0 comments
Open

A Simple Study about Configuration Java Types #2136

ghost opened this issue Aug 23, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 23, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants