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

ReactJS: Another round of fixes and improvements #846

Merged
merged 16 commits into from
Aug 7, 2024

Conversation

mikehearn
Copy link
Contributor

No description provided.

@graemerocher
Copy link
Contributor

you need to run spotlessApply

Copy link
Contributor

@sdelamo sdelamo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have to fix the checkstyle violations

> Task :micronaut-views-react:checkstyleMain FAILED
[ant:checkstyle] [ERROR] /Users/sdelamo/github/micronaut-projects/micronaut-views/views-react/src/main/java/io/micronaut/views/react/ProxyObjectWithIntrospectableSupport.java:110:5: Class PolyglotBeanMethod should be declared as final. [FinalClass]
[ant:checkstyle] [ERROR] /Users/sdelamo/github/micronaut-projects/micronaut-views/views-react/src/main/java/io/micronaut/views/react/ProxyObjectWithIntrospectableSupport.java:143:5: Init blocks, constructors, fields and methods should be before inner types. [InnerTypeLast]
[ant:checkstyle] [ERROR] /Users/sdelamo/github/micronaut-projects/micronaut-views/views-react/src/main/java/io/micronaut/views/react/ProxyObjectWithIntrospectableSupport.java:148:5: Init blocks, constructors, fields and methods should be before inner types. [InnerTypeLast]
[ant:checkstyle] [ERROR] /Users/sdelamo/github/micronaut-projects/micronaut-views/views-react/src/main/java/io/micronaut/views/react/ProxyObjectWithIntrospectableSupport.java:153:5: Init blocks, constructors, fields and methods should be before inner types. [InnerTypeLast]
[ant:checkstyle] [ERROR] /Users/sdelamo/github/micronaut-projects/micronaut-views/views-react/src/main/java/io/micronaut/views/react/ProxyObjectWithIntrospectableSupport.java:161:5: Init blocks, constructors, fields and methods should be before inner types. [InnerTypeLast]

@sdelamo sdelamo merged commit 54da007 into micronaut-projects:5.4.x Aug 7, 2024
20 checks passed
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

Successfully merging this pull request may close these issues.

3 participants