ASSERT-KTH / ASSERT-KTH/sequencer

abstraction for buggy file error

Open
#32 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
87
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Hi!
When I use your model,I encountered the following problem

Could not find CtElement at line 3 in /roor/chai/src/buggy_file.txt
Cannot generate abstraction for buggy file

and the buggy_file.txt is shown below
"
public class InvalidMatrixExceptionTest extends TestCase {
public void testConstructorMessage ( ) {
String msg = "message" ;
InvalidMatrixException ex = new InvalidMatrixException ( msg , new Object [ 0 ] ) ;
assertEquals ( msg , ex . getMessage ( ) ) ;
} }
"
Could you tell me the reason for the problem?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.