Merge "sonar major for error-handling"
[dmaap/messagerouter/mirroragent.git] / src / main / java / com / att / nsa / dmaapMMAgent / MirrorMakerAgent.java
index e533a72..ad1e20f 100644 (file)
@@ -183,7 +183,7 @@ public class MirrorMakerAgent {
                                        out.close();
                                } catch (IOException e) {
                                        e.printStackTrace();
                                        out.close();
                                } catch (IOException e) {
                                        e.printStackTrace();
-                                       logger.error("IOException" + e);
+                                       logger.error("Exception is : "+e);
                                }
                        }
                }
                                }
                        }
                }
@@ -366,7 +366,7 @@ public class MirrorMakerAgent {
 
                        }
                } catch (Exception e) {
 
                        }
                } catch (Exception e) {
-                       logger.error("Exception is : " +e);
+                       logger.error("Exception at readAgentTopic : " + e);
                }
 
        }
                }
 
        }
@@ -390,7 +390,7 @@ public class MirrorMakerAgent {
                } else if (exists == false && mirrorMakers == null) {
                        mirrorMakers = new ListMirrorMaker();
                        ArrayList<MirrorMaker> list = mirrorMakers.getListMirrorMaker();
                } else if (exists == false && mirrorMakers == null) {
                        mirrorMakers = new ListMirrorMaker();
                        ArrayList<MirrorMaker> list = mirrorMakers.getListMirrorMaker();
-                       list = new ArrayList<MirrorMaker>();
+                       list = new ArrayList();
                        list.add(newMirrorMaker);
                        mirrorMakers.setListMirrorMaker(list);
                }
                        list.add(newMirrorMaker);
                        mirrorMakers.setListMirrorMaker(list);
                }