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 Research Study about Librec #344

Open
ghost opened this issue Jun 30, 2021 · 0 comments
Open

A Simple Research Study about Librec #344

ghost opened this issue Jun 30, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 30, 2021

Hi, all.

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 LibRec (V3.0.0, bb5efc4 on 14 Oct 2020). The results are shown below.

  • net.librec.conf.Configuration: manages configuration methods
  • net.librec.conf.Configured: manages configuration options
  • net.librec.tool.driver.DataDriver: manages configuration options for command line
  • net.librec.tool.driver.RecDriver: manages configuration options for command line

In order to increase the reliability of the research results, could you please help us to confirm the results? 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