e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 61 through 70 of 1017 (0.013000000000000001 seconds)
Class: org.springframework.mail.MailSendException  ©, Rating: 0% of 0, C2

114 else { 115 pw.println(this); 116 for (Iterator subExs = this.failedMessages.values().iterator(); subExs.hasNext();) { 117 Exception subEx = (Exception) subExs.next(); 118 subEx.printStackTrace(pw);

Class: org.springframework.mail.MailSendException  ©, Rating: 0% of 0, C2

101 Exception subEx = (Exception) subExs.next(); 102 subEx.printStackTrace(ps); 103 if (subExs.hasNext()) { 104 ps.println(); 105 }

Class: org.springframework.mail.MailSendException  ©, Rating: 0% of 0, C2

098 else { 099 ps.println(this); 100 for (Iterator subExs = this.failedMessages.values().iterator(); subExs.hasNext();) { 101 Exception subEx = (Exception) subExs.next(); 102 subEx.printStackTrace(ps);

Class: org.springframework.mail.MailSendException  ©, Rating: 0% of 0, C2

085 Exception subEx = (Exception) subExs.next(); 086 msg.append(subEx.getMessage()); 087 if (subExs.hasNext()) { 088 msg.append("; "); 089 }

Class: org.springframework.mail.MailSendException  ©, Rating: 0% of 0, C2

082 String superMsg = super.getMessage(); 083 msg.append(superMsg != null ? superMsg : "Could not send mails: "); 084 for (Iterator subExs = this.failedMessages.values().iterator(); subExs.hasNext();) { 085 Exception subEx = (Exception) subExs.next(); 086 msg.append(subEx.getMessage());

Class: com.technoetic.xplanner.security.config.SecurityConfiguration  ©, Rating: 0% of 0, C2

041 } else { 042 Iterator securityConstraints = getSecurityConstraints().iterator(); 043 while (securityConstraints.hasNext()) { 044 SecurityConstraint securityConstraint = (SecurityConstraint)securityConstraints.next(); 045 if (securityConstraint.isApplicable(request)) {

Class: com.technoetic.xplanner.domain.Iteration  ©, Rating: 0% of 0, C2

113 if (userStories != null && !userStories.isEmpty()) { 114 Iterator itr = userStories.iterator(); 115 while (itr.hasNext()) { 116 UserStory story = (UserStory)itr.next(); 117 originalEstimatedHours += story.getOriginalEstimatedHours();

Class: com.technoetic.xplanner.domain.Iteration  ©, Rating: 0% of 0, C2

101 if (userStories != null && !userStories.isEmpty()) { 102 Iterator itr = userStories.iterator(); 103 while (itr.hasNext()) { 104 UserStory story = (UserStory)itr.next(); 105 remainingHours += story.getRemainingHours();

Class: com.technoetic.xplanner.domain.Iteration  ©, Rating: 0% of 0, C2

089 if (userStories != null &&!userStories.isEmpty()) { 090 Iterator itr = userStories.iterator(); 091 while (itr.hasNext()) { 092 UserStory story = (UserStory)itr.next(); 093 adjustedEstimatedHours += story.getAdjustedEstimatedHours();

Class: com.technoetic.xplanner.domain.Iteration  ©, Rating: 0% of 0, C2

077 if (actualHours == 0 && userStories != null) { 078 Iterator itr = userStories.iterator(); 079 while (itr.hasNext()) { 080 UserStory story = (UserStory)itr.next(); 081 actualHours += story.getActualHours();

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next