← Back to team overview

awakening team mailing list archive

[Bug 377873] [NEW] Aggregator throws null pointer exception

 

Public bug reported:

java.lang.NullPointerException
        at hu.dcwatch.plugin.aggregator.engine.AggregatorFeed$1.compare(AggregatorFeed.java:79)
        at hu.dcwatch.plugin.aggregator.engine.AggregatorFeed$1.compare(AggregatorFeed.java:76)
        at java.util.Arrays.mergeSort(Arrays.java:1270)
        at java.util.Arrays.sort(Arrays.java:1210)
        at java.util.Collections.sort(Collections.java:159)
        at hu.dcwatch.plugin.aggregator.engine.AggregatorFeed.getItems(AggregatorFeed.java:76)
        at hu.dcwatch.plugin.aggregator.AggregatorPlugin.execute(AggregatorPlugin.java:81)
        at hu.dcwatch.common.process.ProcessTask.run(ProcessTask.java:42)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)

** Affects: dcwatch
     Importance: Undecided
         Status: New

-- 
Aggregator throws null pointer exception
https://bugs.launchpad.net/bugs/377873
You received this bug notification because you are a member of
Awakening, which is subscribed to DCWatch.

Status in DCWatch: New

Bug description:
java.lang.NullPointerException
        at hu.dcwatch.plugin.aggregator.engine.AggregatorFeed$1.compare(AggregatorFeed.java:79)
        at hu.dcwatch.plugin.aggregator.engine.AggregatorFeed$1.compare(AggregatorFeed.java:76)
        at java.util.Arrays.mergeSort(Arrays.java:1270)
        at java.util.Arrays.sort(Arrays.java:1210)
        at java.util.Collections.sort(Collections.java:159)
        at hu.dcwatch.plugin.aggregator.engine.AggregatorFeed.getItems(AggregatorFeed.java:76)
        at hu.dcwatch.plugin.aggregator.AggregatorPlugin.execute(AggregatorPlugin.java:81)
        at hu.dcwatch.common.process.ProcessTask.run(ProcessTask.java:42)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)



Follow ups

References