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

Inner classes and news getting picked up #1

Open
basejump opened this issue May 13, 2019 · 1 comment
Open

Inner classes and news getting picked up #1

basejump opened this issue May 13, 2019 · 1 comment
Assignees

Comments

@basejump
Copy link
Member

Fix so these are not picked up

   //FIXME the codenarc checker shold be fixed so this doesn't get picked up
    @SuppressWarnings(['CompileStatic']) 
    private final static ThreadLocal<Integer> CURRENT_TENANT = new ThreadLocal<Integer>(){
        protected synchronized Integer initialValue() {
            return 2
        }
    }
@basejump
Copy link
Member Author

@snimavat the above example is not an inner class, did you test for this as well?

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

2 participants