Issue Details (XML | Word | Printable)

Key: IDE-741
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Christian Dupuis
Reporter: Imported
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring IDE

Warning / quick fix for outdated Spring namespace schema locations

Created: 13/Nov/07 07:54 PM   Updated: 13/Nov/07 07:54 PM
Component/s: None
Affects Version/s: 2.0.1
Fix Version/s: None

Time Tracking:
Not Specified

Environment: n/a


 Description  « Hide
When upgrading spring versions, it would be convenient if Spring IDE showed a warning and offered a quick-fix if the schema declarations are outdated. In the sample below, when upgrading to Spring 2.5, it should warn on each '-2.0.xsd' declaration and offer a quick-fix to change to '-2.5.xsd'.

<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:util="http://www.springframework.org/schema/util"
xmlns="http://www.springframework.org/schema/p"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">

</beans>



 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.