Future Feature Enhancement Plan #74
SongXueZhi
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
I would like RegMiner to have the ability to resume the recording process, save results, and support task checkpoint and resumption. @zhj-lu |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I think the so-called test search is actually the process of BFC Evaluation. If test cases of pBFC cannot be found, we can confirm this pBFC is not real BFC. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In terms of functionality:
In terms of performance:
Our current testing process is somewhat resource-intensive. I believe we should analyze the possibility of testing by class when certain conditions are met (e.g., when there are a large number of test cases under a test file or a large number of test files). Alternatively, we could consider testing multiple classes at once and retrieve the results of each test case from the test report, rather than individually testing each test case. @DoughIt
Regarding compilation failures after migration:
I think our first step should be to re-implement the rules from RegMiner that were used before [https://sites.google.com/view/regminer/ast-rewiring-rules]. In this context, we can abandon rules 1 and 2, as we no longer support bugs prior to JDK 1.7. Additionally, we can iteratively attempt to migrate changes like 1)refactoring and 2)inserting modified class members (method declarations, imports, class declarations) to bfc-1. @DoughIt
Beta Was this translation helpful? Give feedback.
All reactions