Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 12 of 12 for invalid_id (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/smb/SmbTreeImpl.java

         * @throws IOException
         */
        private void treeConnected(final SmbTransportImpl transport, final SmbSessionImpl sess, final TreeConnectResponse response)
                throws CIFSException {
            if (!response.isValidTid()) {
                throw new SmbException("TreeID is invalid");
            }
            this.tid = response.getTid();
            final String rsvc = response.getService();
            if (rsvc == null && !transport.isSMB2()) {
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 30K bytes
    - Click Count (0)
  2. compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

                return true;
            }
            if (!validateStringNotEmpty(prefix, fieldName, problems, severity, version, id, sourceHint, tracker)) {
                return false;
            } else {
                if (!isValidId(id)) {
                    addViolation(
                            problems,
                            severity,
                            version,
                            prefix + fieldName,
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Sep 03 15:06:05 GMT 2025
    - 66.8K bytes
    - Click Count (0)
Back to Top