Merge remote-tracking branch 'origin/develop' into tizen 08/18708/1
authorjinwooim.bae <jinwooim.bae@samsung.com>
Fri, 28 Mar 2014 09:40:23 +0000 (18:40 +0900)
committerjinwooim.bae <jinwooim.bae@samsung.com>
Fri, 28 Mar 2014 09:41:46 +0000 (18:41 +0900)
* origin/develop:
  DATABIND: syntax changes(switch -> if).
  DATABIND : Set expand & selection in the tree when it refreshed
  UIB : remove NPE
  ANIMATOR : Fixed bug timeline tree This bug is about timeline tree selection, tree expand, tree collapse.
  DATABIND: Refactoring SetSource dialog source. SetSourceDialog class rename to SetSourcePage in the org.tizen.webuibuilder.ui.views.databinding.dialog package. Split SetSourceDialog source code based on the setting panel to StaticSubPage, RemoteCallSubPage, RuntimeAPISubPage.
  ANIMATOR : Fixed Forward null This code do not check forward null.
  PROP : Fix null pointer exception. Fix null pointer exception.
  UIB : Remove possibe Error. Add defense  code for possible error by static analyzer.
  UIB : Fix null point exception on ThumbnailManager, HtmlMetaFileData, SnippetManager
  TEMPLATE : Modify CreateAction
  UIB : Add error handling check null dereference
  UIB : Add JUnit project for Unittest
  SNIPPET : Refactoring snippet
  SNIPPET : Remove old format snippets / templates
  UIB : Add error handling
  DATABIND : Remove resource leak
  UIB : Fix null point exception on CodeGenerator, PageDataSet

Conflicts:
org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/databinding/DataBindingDnDManager.java

Change-Id: I16d3f90c3d9d390672e866763a39fdcbbd73382e
Signed-off-by: jinwooim.bae <jinwooim.bae@samsung.com>
1  2 
org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/databinding/DataBindingDnDManager.java
org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/databinding/DataBindingPage.java

@@@ -254,10 -254,6 +254,7 @@@ public class DataBindingDnDManager 
              }
              
              public void drop(DropTargetEvent event) {
-               if (event == null) {
-                       return;
-               }
-               
++
                  if (event.data == null) {
                      event.detail = DND.DROP_NONE;
                      return;