• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

common-workflow-language / cwlviewer / #1852

16 Jun 2025 02:49AM UTC coverage: 70.334%. Remained the same
#1852

Pull #712

github

web-flow
Bump com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations

Bumps [com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations](https://github.com/FasterXML/jackson-modules-base) from 2.19.0 to 2.19.1.
- [Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.19.0...jackson-modules-base-2.19.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #712: Bump com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations from 2.19.0 to 2.19.1

1707 of 2427 relevant lines covered (70.33%)

0.7 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/org/commonwl/view/cwl/CWLNotAWorkflowException.java
1
/*
2
 * Licensed to the Apache Software Foundation (ASF) under one
3
 * or more contributor license agreements.  See the NOTICE file
4
 * distributed with this work for additional information
5
 * regarding copyright ownership.  The ASF licenses this file
6
 * to you under the Apache License, Version 2.0 (the
7
 * "License"); you may not use this file except in compliance
8
 * with the License.  You may obtain a copy of the License at
9
 *
10
 *   http://www.apache.org/licenses/LICENSE-2.0
11
 *
12
 * Unless required by applicable law or agreed to in writing,
13
 * software distributed under the License is distributed on an
14
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
 * KIND, either express or implied.  See the License for the
16
 * specific language governing permissions and limitations
17
 * under the License.
18
 */
19

20
package org.commonwl.view.cwl;
21

22
/** Exception thrown when the provided CWL document is not a Workflow. */
23
public class CWLNotAWorkflowException extends CWLValidationException {
24

25
  public CWLNotAWorkflowException(String message) {
26
    super(message);
×
27
  }
×
28

29
  public CWLNotAWorkflowException(Throwable throwable) {
30
    super(throwable);
×
31
  }
×
32

33
  public CWLNotAWorkflowException(String message, Throwable throwable) {
34
    super(message, throwable);
×
35
  }
×
36
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc