Hi all,
I've these directives at the top of all my
JSP pages(I've 5 JSP pages as of now)
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
These are caught by the Simian Analyser (identifies duplication in
Java, C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML, Visual Basic source code and even plain text files)as duplicate lines of code.How do i eliminate this?
Regards,
Srikkanth