SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

DocList getLastModifiedBy() contains null values #135

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
entry.getLastModifiedBy().getName() and entry.getLastModifiedBy().getEmail()
return null even though the XML is populated:

if (entry.getLastModifiedBy() != null) {
  // values are filled
  System.out.println(entry.getLastModifiedBy().getXmlBlob().getBlob());
  // prints null
  System.out.println(entry.getLastModifiedBy().getName());
  // prints null
  System.out.println(entry.getLastModifiedBy().getEmail());
}

Original issue reported on code.google.com by ericbide...@gmail.com on 8 May 2009 at 11:00

GoogleCodeExporter commented 9 years ago
hope it'll be fixed very soon

Original comment by audros.t...@gmail.com on 11 May 2009 at 8:10