I'm using STS:
Version: 2.7.2.RELEASE
Build Id: 201109131000
with Grails v1.3.7. I'm going through the "Getting Started with Grails - 2nd Ed" doc and in one example the PDF shows adding a taglib that looks like this:
In STS, the ".format" method on Date is showing up with a lined-through font which an exception of:HTML Code:class FooterTagLib { def thisYear = { out << new Date().format("yyyy") } }
I ignored this the first time I encountered this when the guide offered up a another date formatting example but this is the second time.HTML Code:String org.codehaus.groovy.runtime.DefaultGroovyMethods.format(Date self, String format) Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.
Curious if anyone knows what this is and means and how the fix.


Reply With Quote