Skip to content

abstraction for buggy file error #32

@HautGoduU

Description

@HautGoduU

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions