Searched refs:warning (Results 101 - 125 of 366) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DIncorrectNamespaceURIChecker.java52 * this checker will issue a warning.
55 * This warning can happen to completely correct schema (because
87 errorHandler.warning(e);
H A DSchemaConstraintChecker.java96 errorHandler.warning(null,Messages.format(Messages.WARN_UNABLE_TO_CHECK_CORRECTNESS));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDEventListener.java258 public void warning(SAXParseException err) throws SAXException; method in interface:DTDEventListener
H A DDTDHandlerBase.java52 public void warning(SAXParseException err) throws SAXException { method in class:DTDHandlerBase
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/config/management/policy/
H A DManagedClientAssertion.java86 LOGGER.warning(ManagementMessages.WSM_1006_CLIENT_MANAGEMENT_ENABLED());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerAdapter.java63 LOGGER.warning("Container "+endpoint.getContainer()+" doesn't support "+Module.class);
H A DPortableHttpHandler.java94 logger.warning(HttpserverMessages.UNEXPECTED_HTTP_METHOD(method));
H A DWSHttpHandler.java97 logger.warning(HttpserverMessages.UNEXPECTED_HTTP_METHOD(method));
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DComment.java177 docenv.warning(holder, "tag.tag_has_no_arguments", tagName);
323 docenv.warning(holder,
339 docenv.warning(holder,
403 docenv.warning(holder, "tag.Improper_Use_Of_Link_Tag",
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletViewer.java1088 // warning messages
1089 String requiresNameWarning = amh.getMessage("parse.warning.requiresname");
1090 String paramOutsideWarning = amh.getMessage("parse.warning.paramoutside");
1091 String appletRequiresCodeWarning = amh.getMessage("parse.warning.applet.requirescode");
1092 String appletRequiresHeightWarning = amh.getMessage("parse.warning.applet.requiresheight");
1093 String appletRequiresWidthWarning = amh.getMessage("parse.warning.applet.requireswidth");
1094 String objectRequiresCodeWarning = amh.getMessage("parse.warning.object.requirescode");
1095 String objectRequiresHeightWarning = amh.getMessage("parse.warning.object.requiresheight");
1096 String objectRequiresWidthWarning = amh.getMessage("parse.warning.object.requireswidth");
1097 String embedRequiresCodeWarning = amh.getMessage("parse.warning
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.cpp59 warning("RuntimeHistogram_lock seems to be stalled");
100 warning("FullGCALot: Unable to release more dummies at bottom of heap");
175 warning("I am here");
H A Dvirtualspace.cpp749 debug_only(warning("INFO: os::commit_memory(" PTR_FORMAT
763 debug_only(warning("INFO: os::commit_memory(" PTR_FORMAT
776 debug_only(warning("INFO: os::commit_memory(" PTR_FORMAT
871 debug_only(warning("os::uncommit_memory failed"));
882 debug_only(warning("os::uncommit_memory failed"));
893 debug_only(warning("os::uncommit_memory failed"));
/openjdk7/jdk/src/share/classes/sun/management/snmp/util/
H A DMibLogger.java150 public void warning(String func, String msg) { method in class:MibLogger
156 public void warning(String func, Throwable t) { method in class:MibLogger
162 public void warning(String func, String msg, Throwable t) { method in class:MibLogger
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFReader.java197 warning("Text with no destination. oops.");
264 warning("Warning, RTF destination overridden, invalid RTF.");
289 warning("RTF filter done.");
519 warning("Exception loading RTF character set \"" + name + "\": " + e);
526 warning("Unknown RTF character set \"" + name + "\"");
748 warning("Done reading font table.");
751 warning("Number " + num + ": " + fontTable.get(num));
787 warning("Done reading color table, " + count + " entries.");
846 warning("Style "+style.number+" ("+style.styleName+"): "+defined);
1075 warning("Unexpecte
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java716 warning("wrong_uri_version",
1547 void warning(String key) throws SAXException { method in class:SchemaParser
1548 warning(key, locator);
1551 private void warning(String key, String arg) throws SAXException { method in class:SchemaParser
1552 warning(key, arg, locator);
1555 private void warning(String key, String arg1, String arg2) throws SAXException { method in class:SchemaParser
1556 warning(key, arg1, arg2, locator);
1559 private void warning(String key, Locator loc) throws SAXException { method in class:SchemaParser
1560 warning(new SAXParseException(localizer.message(key), loc));
1563 private void warning(Strin method in class:SchemaParser
1567 private void warning(String key, String arg1, String arg2, Locator loc) method in class:SchemaParser
1572 private void warning(SAXParseException e) throws SAXException { method in class:SchemaParser
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java106 warning(entity, ModelerMessages.WSDLMODELER_WARNING_IGNORING_UNRECOGNIZED_SCHEMA_EXTENSION(name.getNamespaceURI()));
214 // emit a warning if there are no service definitions
215 warning(model.getEntity(), ModelerMessages.WSDLMODELER_WARNING_NO_SERVICE_DEFINITIONS_FOUND());
246 // emit a warning if there are no ports
247 warning(wsdlService, ModelerMessages.WSDLMODELER_WARNING_NO_PORTS_IN_SERVICE(wsdlService.getName()));
272 warning(wsdlPort, ModelerMessages.WSDLMODELER_WARNING_NO_SOAP_ADDRESS(wsdlPort.getName()));
275 warning(wsdlPort, ModelerMessages.WSDLMODELER_WARNING_IGNORING_NON_SOAP_PORT_NO_ADDRESS(wsdlPort.getName()));
315 warning(wsdlPort, ModelerMessages.WSDLMODELER_WARNING_IGNORING_NON_SOAP_PORT(wsdlPort.getName()));
318 warning(wsdlPort, ModelerMessages.WSDLMODELER_WARNING_NON_SOAP_PORT(wsdlPort.getName()));
323 warning(wsdlPor
[all...]
H A DWSDLModelerBase.java243 warning(mPart, ModelerMessages.MIMEMODELER_INVALID_MIME_PART_MORE_THAN_ONE_SOAP_BODY(info.operation.getName().getLocalPart()));
254 warning(mPart, ModelerMessages.MIMEMODELER_INVALID_MIME_PART_NAME_NOT_ALLOWED(info.portTypeOperation.getName()));
294 warning(mimeContent, ModelerMessages.MIMEMODELER_INVALID_MIME_CONTENT_MISSING_PART_ATTRIBUTE(info.operation.getName().getLocalPart()));
413 warning((Entity) obj, ModelerMessages.MIMEMODELER_WARNING_IGNORINGINVALID_HEADER_PART_NOT_DECLARED_IN_ROOT_PART(info.bindingOperation.getName()));
466 warning(bindingFault, ModelerMessages.WSDLMODELER_INVALID_BINDING_FAULT_OUTPUT_MISSING_SOAP_FAULT(bindingFault.getName(),
483 warning(soapFault, ModelerMessages.WSDLMODELER_WARNING_R_2716_R_2726("soapbind:fault", soapFault.getName()));
699 protected void warning(Entity entity, String message){ method in class:WSDLModelerBase
700 //avoid duplicate warning for the second pass
704 errReceiver.warning(null, message);
706 errReceiver.warning(entit
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/util/
H A DClassLogger.java213 public final void warning(String func, String msg) { method in class:ClassLogger
218 public final void warning(String func, Throwable t) { method in class:ClassLogger
224 public final void warning(String func, String msg, Throwable t) { method in class:ClassLogger
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.cpp113 warning("Couldn't bind GCTaskThread %u to processor %u",
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceAP.java147 public void warning(SAXParseException exception) {
148 cer.warning(exception);
164 public void warning(SAXParseException exception) {
166 super.warning(exception);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportTool.java107 public void warning(SAXParseException exception) {
108 cer.warning(exception);
132 public void warning(SAXParseException exception) {
134 super.warning(exception);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DMessage.java60 errorReceiver.warning(part.getLocator(), WsdlMessages.PARSING_ELEMENT_OR_TYPE_REQUIRED(part.getName()));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DDriver.java175 public void warning(SAXParseException exception) {
176 cer.warning(exception);
232 // display a warning if the user specified the default package
261 public void warning(SAXParseException exception) {
264 super.warning(exception);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dalloc.h47 #pragma warning(disable : 4290)
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/util/
H A DBark.java139 /** Report a warning, unless suppressed by the -nowarn option or the
141 * @param key The key for the localized warning message.
142 * @param args Fields of the warning message.
148 /** Report a warning, unless suppressed by the -nowarn option or the
150 * @param pos The source position at which to report the warning.
151 * @param key The key for the localized warning message.
152 * @param args Fields of the warning message.
155 report(aptDiags.warning(source, new SimpleDiagnosticPosition(pos), key, args));

Completed in 95 milliseconds

1234567891011>>