jokiazhang / metadata-extractor

Automatically exported from code.google.com/p/metadata-extractor
0 stars 0 forks source link

Javadoc coverage #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Host JavaDoc on Google Code, update the Ant build to produce it, and improve 
the coverage and quality across the public API.

Original issue reported on code.google.com by drewnoakes on 27 Apr 2011 at 7:33

GoogleCodeExporter commented 9 years ago
JavaDoc is now browsable here:

http://metadata-extractor.googlecode.com/svn/trunk/Javadoc/index.html

It just remains to go through and improve coverage/quality.

Original comment by drewnoakes on 27 Apr 2011 at 7:34

GoogleCodeExporter commented 9 years ago
Updating title.

As part of this issue, convert <code>Directory</code> to {@link Directory}.

Original comment by drewnoakes on 3 May 2011 at 2:25

GoogleCodeExporter commented 9 years ago

Original comment by drewnoakes on 30 Jan 2012 at 3:03

GoogleCodeExporter commented 9 years ago
Thank you for this library !

I just started using it but I have great trouble understanding basic things - 
for instance I use the ImageMetadataReader.readMetadata(jpegFile); instruction 
which apparently throws an exception of type ImageProcessingException. I cant 
find at the javadoc *when exactly* is this exception thrown ! I also cannot 
find what is returned by readMetadata on an invalid/corrupt file. I can't find 
which exactly image files are supported and what happens if I pass to the 
readMeatadata an unsupported file type. All this should be in the javadoc and I 
think the priority is High - I installed the javadoc url in Eclipse but still I 
really need immediate answers to this kind of questions *while coding*.

Thanks !

Original comment by the.u...@gmail.com on 3 Jun 2012 at 1:30

GoogleCodeExporter commented 9 years ago

Original comment by drewnoakes on 16 Oct 2012 at 4:07

GoogleCodeExporter commented 9 years ago
This issue has been migrated along with the project to GitHub:

https://github.com/drewnoakes/metadata-extractor/issues/24

Original comment by drewnoakes on 20 Nov 2014 at 9:42