Recently Neela reported down one interesting issue. Consider a class class1 with following two methods: public void test(String str) public void test(String[] str) Now if user creates object of class1 (say object1) on OTB and then selects method test(String)