Skip to content

abstraction for buggy file error #32

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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