Go to file
Edwin Kempin 1f7782e8ec Don't try to index empty documentation txt files
If a documentation txt file has no content, parsing the document title
from it in the DocIndexer fails with a NullPointerException:

  Exception in thread "main" java.lang.NullPointerException
    at java.util.regex.Matcher.getTextLength(Matcher.java:1234)
    at java.util.regex.Matcher.reset(Matcher.java:308)
    at java.util.regex.Matcher.<init>(Matcher.java:228)
    at java.util.regex.Pattern.matcher(Pattern.java:1088)
    at DocIndexer.index(DocIndexer.java:117)
    at DocIndexer.invoke(DocIndexer.java:86)
    at DocIndexer.main(DocIndexer.java:163)

Change-Id: Idb4b808847d326ba49c9a2494a95b1cad8eb9406
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2014-04-29 14:40:21 +02:00
2013-11-28 22:56:51 -08:00
2014-04-14 12:11:12 -07:00
2013-11-30 01:53:00 -08:00
2013-11-28 22:56:51 -08:00
2014-04-29 14:23:44 +02:00
2014-04-25 18:40:35 +01:00
2013-11-09 07:45:00 +01:00
2014-03-27 01:20:35 +00:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2014-03-18 14:45:46 +09:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB