Searched refs:oldContent (Results 1 – 1 of 1) sorted by relevance
156 String oldContent = oldFeedWatcher.getFoundNode().getTextContent(); in checkFeed() local160 …(Messages.getString("RSSFeedWatcherTask.GotOldNodeContents") + CL + SP + oldContent); //$NON-NLS-1$ in checkFeed() local169 " -oldvalue \"" + oldContent + "\"" + //$NON-NLS-1$ //$NON-NLS-2$ in checkFeed()174 …t().setProperty(feedWatchActionTheValue + DOT + j,!isNullString(newContent)?newContent:oldContent); in checkFeed()177 !oldContent.equals(newContent) // node has changed in checkFeed()180 …if (!isNullString(oldContent)) { this.getProject().setProperty(feedWatchActionOldValue + DOT + j,o… in checkFeed()