-
Notifications
You must be signed in to change notification settings - Fork 45
Determine if project is created with Spring programmatically #1929
Copy link
Copy link
Closed
Labels
comp-springIssue is related to Spring projects supportIssue is related to Spring projects supportcomp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-enhancementNew feature, improvement or change requestNew feature, improvement or change requestlang-javaIssue is related to Java supportIssue is related to Java support
Milestone
Metadata
Metadata
Assignees
Labels
comp-springIssue is related to Spring projects supportIssue is related to Spring projects supportcomp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-enhancementNew feature, improvement or change requestNew feature, improvement or change requestlang-javaIssue is related to Java supportIssue is related to Java support
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Description
Plugin UI should be configured differently in Spring and non-Spring mode
For example, for Spring mode we need to define
However, we should not show "parameterized tests" option.
This is the reason we should determine if we analyze a Spring project or not
Expected behavior
It seems we may implement it similarly to test/mock framework search in project.
Context
We should take into account and possibly differ between
Also it may be required to determine Spring signs per class in future...