OSDN Git Service

update
[stigmata/stigmata-plugins.git] / wsp / src / main / java / jp / sourceforge / stigmata / birthmarks / wsp / StackPatternBasedBirthmarkService.java
index 85ca634..60aeb1b 100644 (file)
@@ -12,7 +12,7 @@ import jp.sourceforge.stigmata.birthmarks.AbstractBirthmarkService;
 
 /**
  * Weighted Stack Pattern based birthmark.
- * 
+ *
  * this birthmark is proposed by LIM et al. in following papers.
  * <ul>
  * <li>Hyun-il Lim, Heewan Park, Seokwoo Choi, Taisook Han, ``Detecting Theft
@@ -23,7 +23,7 @@ import jp.sourceforge.stigmata.birthmarks.AbstractBirthmarkService;
  * Birthmark Based on Operand Stack Behaviors,'' In Proc. of 2008 International
  * Conference on Information Security and Assurance, pp.133-136, April 2008.</li>
  * </ul>
- * 
+ *
  * @author Haruaki Tamada
  * @version $Revision$
  */
@@ -43,6 +43,11 @@ public class StackPatternBasedBirthmarkService extends AbstractBirthmarkService{
     }
 
     @Override
+    public boolean isExperimental(){
+        return true;
+    }
+
+    @Override
     public String getType(){
         return "wsp";
     }