Community
Participate
Working Groups
When editing this piece of code: post.createtime = new Date(entry.atomNS::updated); log.info("post.createtime: " + post.createtime); post.id = entry.atomNS::id; post.title = entry.atomNS::title; post.content = entry.content; post.save(); log.info("post object:" + post.toSource()); Eclipse doesn't recognize namespace:: construct and marks it as an error.
Created attachment 180553 [details] screenshot of the wrong highlighting