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

Commenting on class resolution exceptions #125

Open
weihubeats opened this issue Oct 17, 2022 · 0 comments
Open

Commenting on class resolution exceptions #125

weihubeats opened this issue Oct 17, 2022 · 0 comments

Comments

@weihubeats
Copy link

weihubeats commented Oct 17, 2022

If my code contains a class that has been commented out, it will report a parsing exception, it should skip parsing when it encounters a commented out class instead of an exception.

image

my class:

//package com.test..v1;
//
//import com.test.ha.app.test.dto.UpdateSupplierStatusDTO;

//
//import javax.validation.Valid;
//import java.util.List;
//
///**
// * @author : test
// * @date : 2022/6/15 2:02 PM
// * @description: test
// */
//@Validated
//@RestController
//@RequestMapping("/supplier/v1")
//@Slf4j
//public class Controller {
//

//
//
//}

Blank class will also report an error

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

1 participant