Search Results
OK to copy?
Examples 1 through 9 of
9 (0.0020 seconds)
Class:
org.springframework.beans.factory.support.MethodOverrides
©,
Rating:
0% of 0,
C1
Class: org.springframework.beans.factory.support.ManagedSet ©, Rating: 0% of 0, C1
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0, C2
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 0% of 0, C2
Class: org.springframework.web.servlet.HttpServletBean ©, Rating: 0% of 0, C2
Class: org.springframework.beans.factory.config.ConstructorArgumentValues ©, Rating: 0% of 0, C1
Class: org.springframework.web.filter.GenericFilterBean ©, Rating: 0% of 0, C2
Class: org.apache.batik.test.xml.XMLTestSuiteRunnerValidator ©, Rating: 0% of 0, C1
Class: org.apache.webapp.admin.connector.SaveConnectorAction ©, Rating: 0% of 0, C3
Class: org.springframework.beans.factory.support.ManagedSet ©, Rating: 0% of 0, C1
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0, C2
058 logger.info("Thread creation over, " + set.size() + " still active.");
059 synchronized (this) {
060 while (!set.isEmpty() && ex == null) {
061 try {
062 wait();
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 0% of 0, C2
086 logger.info("Thread creation over, " + set.size() + " still active.");
087 synchronized (set) {
088 while (!set.isEmpty() && ex == null) {
089 try {
090 set.wait();
Class: org.springframework.web.servlet.HttpServletBean ©, Rating: 0% of 0, C2
151 throws ServletException {
152
153 Set missingProps = (requiredProperties != null && !requiredProperties.isEmpty()) ?
154 new HashSet(requiredProperties) : null;
155
Class: org.springframework.beans.factory.config.ConstructorArgumentValues ©, Rating: 0% of 0, C1
189 */
190 public boolean isEmpty() {
191 return this.indexedArgumentValues.isEmpty() && this.genericArgumentValues.isEmpty();
192 }
193
Class: org.springframework.web.filter.GenericFilterBean ©, Rating: 0% of 0, C2
216 throws ServletException {
217
218 Set missingProps = (requiredProperties != null && !requiredProperties.isEmpty()) ?
219 new HashSet(requiredProperties) : null;
220
Class: org.apache.batik.test.xml.XMLTestSuiteRunnerValidator ©, Rating: 0% of 0, C1
Class: org.apache.webapp.admin.connector.SaveConnectorAction ©, Rating: 0% of 0, C3
147
148 // Ensure that the requested connector name and port is unique
149 if (mBServer.isRegistered(oname) ||
150 (!mBServer.queryNames(search, null).isEmpty())) {
151 ActionErrors errors = new ActionErrors();
Result Page:
1