Correct errors 02/18602/1
authorseokgil.kang <seokgil.kang@samsung.com>
Thu, 27 Mar 2014 05:58:14 +0000 (14:58 +0900)
committerseokgil.kang <seokgil.kang@samsung.com>
Thu, 27 Mar 2014 05:58:14 +0000 (14:58 +0900)
commitbae3ab1298290210394b79c2052cf1f3d522568a
tree498c887ad34cfb31db914e05e89130e2f406600e
parent4d1b9551f4b15c46348d2dc2fe783be933589658
Correct errors

Change the inner class to the static inner class.
Add explicit type casting.
Add the logic of null check to a variable.
Change the null parameter value to the empty interface object.
Remove unused class.
Add the logic of null check to a variable.

Change-Id: I53016f30b941e3677a0315ab8c3c176c35079f68
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
12 files changed:
org.eclipse.linuxtools.oprofile.core/src/org/eclipse/linuxtools/oprofile/core/Oprofile.java
org.eclipse.linuxtools.oprofile.core/src/org/eclipse/linuxtools/oprofile/core/daemon/OpInfo.java
org.eclipse.linuxtools.oprofile.core/src/org/eclipse/linuxtools/oprofile/core/opxml/OprofileSAXHandler.java
org.eclipse.linuxtools.oprofile.core/src/org/eclipse/linuxtools/oprofile/core/opxml/info/EventListProcessor.java
org.eclipse.linuxtools.oprofile.core/src/org/tizen/oprofile/core/OprofileComm.java
org.eclipse.linuxtools.oprofile.core/src/org/tizen/oprofile/core/processor/modeldata/handler/OprofileSAXHandler.java
org.eclipse.linuxtools.oprofile.core/src/org/tizen/oprofile/core/processor/modeldata/parser/SetupParser.java
org.eclipse.linuxtools.oprofile.launch/src/org/eclipse/linuxtools/oprofile/launch/configuration/OprofileEventConfigTab.java
org.eclipse.linuxtools.oprofile.ui/src/org/eclipse/linuxtools/oprofile/ui/view/OprofileViewSaveDefaultSessionAction.java [deleted file]
org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchShortcut.java
org.eclipse.linuxtools.valgrind.massif/src/org/eclipse/linuxtools/valgrind/massif/MassifLaunchDelegate.java
org.eclipse.linuxtools.valgrind.memcheck/src/org/eclipse/linuxtools/valgrind/memcheck/MemcheckViewPart.java