buildframework/helium/sf/java/antlint/src/com/nokia/helium/antlint/ant/types/CheckProjectName.java
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 645 b8d81fa19e7d
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    51     private String regExp;
    51     private String regExp;
    52     private File antFile;
    52     private File antFile;
    53 
    53 
    54     /**
    54     /**
    55      * {@inheritDoc}
    55      * {@inheritDoc}
    56      * 
       
    57      * @throws SAXException
       
    58      * @throws ParserConfigurationException
       
    59      */
    56      */
    60     public void run(Element node) {
    57     public void run(Element node) {
    61         if (node.getName().equals("project")) {
    58         if (node.getName().equals("project")) {
    62             String text = node.attributeValue("name");
    59             String text = node.attributeValue("name");
    63             if (text != null && !text.isEmpty()) {
    60             if (text != null && !text.isEmpty()) {