Search Results
OK to copy?
Examples 1 through 10 of
715 (0.077 seconds)
Class:
org.springframework.beans.factory.support.ManagedList
©,
Rating:
100% of 1,
C1
Class: org.springframework.beans.factory.support.ManagedList ©, Rating: 100% of 2, C1
Class: com.technoetic.xplanner.security.config.AuthConstraint ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.tags.IterationOptionsTag ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.tags.StoryOptionsTag ©, Rating: 0% of 0, C1
Class: org.springframework.util.MockLog4jAppender ©, Rating: 0% of 0, C1
Class: jsp2.examples.simpletag.EchoAttributesTag ©, Rating: 0% of 0, C1
Class: jsp2.examples.simpletag.EchoAttributesTag ©, Rating: 0% of 0, C1
Class: jsp2.examples.simpletag.EchoAttributesTag ©, Rating: 0% of 0, C1
Class: jsp2.examples.simpletag.EchoAttributesTag ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.support.ManagedList ©, Rating: 100% of 2, C1
Class: com.technoetic.xplanner.security.config.AuthConstraint ©, Rating: 0% of 0, C1
05
06 public class AuthConstraint {
07 private ArrayList roleNames = new ArrayList();
08
09 public void addRoleName(String roleName) {
Class: com.technoetic.xplanner.tags.IterationOptionsTag ©, Rating: 0% of 0, C1
16 IterationRepository dao = new IterationRepository(getSession(), getAuthorizer(), getLoggedInUserId());
17 List iterations = dao.fetchEditableIterations();
18 List options = new ArrayList();
19 for (int i = 0; i < iterations.size(); i++)
20 {
Class: com.technoetic.xplanner.tags.StoryOptionsTag ©, Rating: 0% of 0, C1
18 UserStoryRepository userStoryRepository = getUserStoryRepository();
19 List stories = userStoryRepository.fetchEditableStories();
20 List options = new ArrayList();
21 for (int i = 0; i < stories.size(); i++) {
22 UserStory s = (UserStory) stories.get(i);
Class: org.springframework.util.MockLog4jAppender ©, Rating: 0% of 0, C1
28 public class MockLog4jAppender extends AppenderSkeleton {
29
30 public static final List loggingStrings = new ArrayList();
31
32 public static boolean closeCalled = false;
Class: jsp2.examples.simpletag.EchoAttributesTag ©, Rating: 0% of 0, C1
34 {
35 private ArrayList keys = new ArrayList();
36 private ArrayList values = new ArrayList();
37
38 public void doTag() throws JspException, IOException {
Class: jsp2.examples.simpletag.EchoAttributesTag ©, Rating: 0% of 0, C1
33 implements DynamicAttributes
34 {
35 private ArrayList keys = new ArrayList();
36 private ArrayList values = new ArrayList();
37
Class: jsp2.examples.simpletag.EchoAttributesTag ©, Rating: 0% of 0, C1
34 {
35 private ArrayList keys = new ArrayList();
36 private ArrayList values = new ArrayList();
37
38 public void doTag() throws JspException, IOException {
Class: jsp2.examples.simpletag.EchoAttributesTag ©, Rating: 0% of 0, C1
33 implements DynamicAttributes
34 {
35 private ArrayList keys = new ArrayList();
36 private ArrayList values = new ArrayList();
37