Search Results
OK to copy?
Examples 1 through 10 of
327 (0.048 seconds)
Class:
com.technoetic.xplanner.domain.repository.RoleRepositoryImpl
©,
Rating:
0% of 0,
C1
Class: com.technoetic.xplanner.security.jaas.AbstractLoginModule ©, Rating: 0% of 0, C1
Class: org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.gui.action.Clear ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.protocol.http.modifier.UserSequence ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.modifier.UserSequence ©, Rating: 0% of 0, C1
Class: org.apache.axis.tools.ant.wsdl.MappingSet ©, Rating: 0% of 0, C1
Class: org.apache.webapp.admin.SetLocaleAction ©, Rating: 0% of 0, C2
jgoodies_binding Class: com.jgoodies.binding.tests.event.PropertyChangeReport ©, Rating: 0% of 0, C1
jgoodies_validation Class: com.jgoodies.validation.tests.event.PropertyChangeReport ©, Rating: 0% of 0, C1
26 }
27 Role role = null;
28 Iterator roleIterator = roles.iterator();
29 if (roleIterator.hasNext()) {
30 role = (Role)roleIterator.next();
Class: com.technoetic.xplanner.security.jaas.AbstractLoginModule ©, Rating: 0% of 0, C1
32 Person.class.getName() + " where userid = ?",
33 userId, Hibernate.STRING);
34 Iterator peopleIterator = people.iterator();
35 if (peopleIterator.hasNext()) {
36 return (Person)peopleIterator.next();
Class: org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator ©, Rating: 0% of 0, C2
52 return PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS;
53 }
54 for (Iterator it = this.beanNames.iterator(); it.hasNext();) {
55 String mappedName = (String) it.next();
56 if (isMatch(beanName, mappedName)) {
Class: org.apache.jmeter.gui.action.Clear ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.protocol.http.modifier.UserSequence ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.modifier.UserSequence ©, Rating: 0% of 0, C1
Class: org.apache.axis.tools.ant.wsdl.MappingSet ©, Rating: 0% of 0, C1
093 */
094 public void execute(ProjectComponent owner, HashMap map, boolean packageIsKey) {
095 Iterator it=mappings.iterator();
096 while (it.hasNext()) {
097 Mapper mapper = (Mapper) it.next();
Class: org.apache.webapp.admin.SetLocaleAction ©, Rating: 0% of 0, C2
078 getServlet().getServletContext().getAttribute
079 (ApplicationServlet.LOCALES_KEY);
080 Iterator iterator = locales.getSupportedLocales().iterator();
081 Locale currentLocale = null;
082 while (iterator.hasNext()) {
jgoodies_binding Class: com.jgoodies.binding.tests.event.PropertyChangeReport ©, Rating: 0% of 0, C1
067 public int multicastEventCount() {
068 int count = 0;
069 for (Iterator i = events.iterator(); i.hasNext();) {
070 PropertyChangeEvent event = (PropertyChangeEvent) i.next();
071 if (event.getPropertyName() == null)
jgoodies_validation Class: com.jgoodies.validation.tests.event.PropertyChangeReport ©, Rating: 0% of 0, C1
067 public int multicastEventCount() {
068 int count = 0;
069 for (Iterator i = events.iterator(); i.hasNext();) {
070 PropertyChangeEvent event = (PropertyChangeEvent) i.next();
071 if (event.getPropertyName() == null)