<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Bug #26: Unit tests failed with new Groovy plugin</title>
    <link>http://xp-dev.com/bug/14047</link>
    <description />
    <pubDate>Fri, 05 Feb 2010 22:00:01 GMT</pubDate>
    <dc:creator>lars.hoidahl</dc:creator>
    <dc:date>2010-02-05T22:00:01Z</dc:date>
    <item>
      <title>Bug #26: Unit tests failed with new Groovy plugin</title>
      <link>http://xp-dev.com/bug/14047</link>
      <description>&lt;p&gt;Lots of unit tests started to fail after I installed the new Groovy plugin.&lt;br/&gt;The problem is in ASTBuilder:&lt;br/&gt;  protected void analyzeCode(Document doc)&lt;br/&gt;  {&lt;br/&gt;     ASTParser parser = ASTParser.newParser(javaLevel);&lt;br/&gt;     parser.setSource(doc.get().toCharArray());&lt;br/&gt;     compilationUnit = (CompilationUnit) parser.createAST(null);&lt;br/&gt;     compilationUnit.recordModifications();&lt;br/&gt;     ast = compilationUnit.getAST();&lt;br/&gt;  }&lt;br/&gt;parser.createAST gives a NullPointerException. Perhaps because it calls JavaCore.getPlugin() to get a log object.&lt;/p&gt;</description>
      <pubDate>Fri, 05 Feb 2010 22:00:01 GMT</pubDate>
      <guid>http://xp-dev.com/bug/14047</guid>
      <dc:creator>lars.hoidahl</dc:creator>
      <dc:date>2010-02-05T22:00:01Z</dc:date>
    </item>
    <item>
      <title>Comment #37474</title>
      <link>http://xp-dev.com/bug/14047</link>
      <description>&lt;p&gt;The underlying error is:&lt;br/&gt;java.lang.ClassNotFoundException: org.codehaus.jdt.groovy.integration.internal.GroovyLanguageSupport&lt;/p&gt;</description>
      <pubDate>Mon, 25 Jan 2010 13:16:12 GMT</pubDate>
      <guid>http://xp-dev.com/bug/14047</guid>
      <dc:creator>lars.hoidahl</dc:creator>
      <dc:date>2010-01-25T13:16:12Z</dc:date>
    </item>
    <item>
      <title>Comment #37478</title>
      <link>http://xp-dev.com/bug/14047</link>
      <description>&lt;p&gt;See &lt;a href="http://archive.codehaus.org/lists/org.codehaus.groovy.eclipse-plugin-user/msg/689d61aa0911270827j50214977tc0edb6e0a79ba8cf@mail.gmail.com"&gt;http://archive.codehaus.org/lists/org.codehaus.groovy.eclipse-plugin-user/msg/689d61aa0911270827j50214977tc0edb6e0a79ba8cf@mail.gmail.com&lt;/a&gt; from 2009/11/27.&lt;/p&gt;</description>
      <pubDate>Mon, 25 Jan 2010 13:37:06 GMT</pubDate>
      <guid>http://xp-dev.com/bug/14047</guid>
      <dc:creator>lars.hoidahl</dc:creator>
      <dc:date>2010-01-25T13:37:06Z</dc:date>
    </item>
  </channel>
</rss>


