mai-mahamed / FCI-CS352-Challenge

0 stars 0 forks source link

Issues for Comments #4

Open KamalAlhusam opened 9 years ago

KamalAlhusam commented 9 years ago

The code commented enough :
No , 90 % Related Issues: No comments in code absolutely . Example
I don't understand this method

public String exec(long id) { JSONArray array=new JSONArray(); Vector user= new Vector(); user= FriendEntity.getAllFriendsIDList(id);

        for(int i=0;i<user.size();i++){
        String name=UserEntity.getUserName(user.get(i));
        JSONObject object = new JSONObject();
        object.put("name", name);
        array.add(object);
        //System.out.println("retJson:  "+array.toString());
        }
    return array.toString();
}
mai-mahamed commented 9 years ago

Thanks for your issue we handled it and we made comments