Inspectopedia Help

XML

Conflicting Spring bean attribute   New in this release

Reports configuration conflicts on <bean> attributes.

Duplicated bean names in XML-based application context   New in this release

Reports duplicate bean names defined in the application context.

Inactive profile highlighting   New in this release

Reports inactive profiles in the Spring XML application contexts.

Inconsistent injection value in XML application context   New in this release

Reports inconsistent tags and attributes on injection points in XML application contexts.

Incorrect Spring Core XML-based application context   New in this release

Reports issues with the Spring Framework XML-based application context:.

Incorrect XML Spring bean autowiring   New in this release

Reports incorrect autowiring of Spring beans configured in XML application contexts.

Incorrect constructor injection in XML Spring bean   New in this release

Reports Spring <bean> using constructor-based dependency injection.

Incorrect injected bean type   New in this release

Reports incorrect types of custom schema bean injections defined in the XML application context.

Incorrect non-public method referenced in "factory-method" attribute   New in this release

Reports non-public methods referenced in the factory-method attributes of <bean> elements.

Incorrect reference to abstract bean   New in this release

Reports referenced abstract beans.

Incorrect resource type   New in this release

Reports incorrect files referenced in the XML application context.

Incorrectly configured 'util' schema beans defined in XML application context   New in this release

Reports incorrect schema beans defined in XML application contexts.

Incorrectly configured XML bean lookup-method   New in this release

Reports incorrect <lookup-method> for a bean in XML application contexts.

Incorrectly defined method referenced in "factory-method" attribute   New in this release

Reports incorrect method references in the factory-method attribute of the <bean> element.

Injection value in XML application context violates conventions   New in this release

Reports properties configured via <value> or <ref> sub-elements and offers to replace them with the corresponding attributes.

Invalid filter definition in XML-based component scans   New in this release

Reports inconsistent <filter> definitions in <component-scan> of XML application contexts.

Invalid non-abstract bean instantiation   New in this release

Reports instantiation errors on interface/abstract class <bean> declarations.

Missing @Required property injections in the spring xml bean declaration   New in this release

Reports @Required setter bean properties that are not injected or autowired.

Spring bean name violates conventions   New in this release

Reports <bean> names that don't follow the bean naming conventions.

Unassignable injection point type in XML application context   New in this release

Reports invalid injection point types (properties and constructor arguments).

Unknown <bean> scope   New in this release

Reports unknown values of the scope attribute in <bean> elements.

Unnecessary autowired dependency in XML application context   New in this release

Reports autowire attributes in <bean> elements and suggests to explicitly inject bean properties if possible.

Unparsed custom Spring beans   New in this release

Reports unknown Spring bean types that have not yet been parsed or if a bean uses an unsupported tag for the custom namespace.

Unresolved placeholders configured in the Spring XML application context   New in this release

Reports unresolved placeholders configured in Spring XML contexts.

Last modified: 11 September 2024