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

Add non spring custom jaxrs servlet class #6289

Closed
wants to merge 1 commit into from

Conversation

lashinijay
Copy link
Contributor

@lashinijay lashinijay commented Jan 16, 2025

Proposed changes in this pull request

  • $subject

Related Git Issue

var9.printStackTrace();
throw new ServletException("Resource class " + cls.getName() + " can not be instantiated due to IllegalAccessException");
} catch (InvocationTargetException var10) {
var10.printStackTrace();
Copy link
Contributor

Choose a reason for hiding this comment

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

remove these print statements

list = new LinkedList();
map.put(key, list);
}

Copy link
Contributor

Choose a reason for hiding this comment

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

remove extra lines. check other places as well

@lashinijay lashinijay force-pushed the master-custom-servlet branch from 0f8a871 to 25d0c0b Compare January 16, 2025 08:39
@lashinijay lashinijay closed this Jan 16, 2025
@lashinijay lashinijay deleted the master-custom-servlet branch January 16, 2025 08:41
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
3 Security Hotspots
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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.

2 participants