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

aspectran / aspectran / #4156

17 Mar 2025 09:03PM CUT coverage: 35.363%. Remained the same
#4156

Pull #784

github

web-flow
Bump net.java.dev.jna:jna from 5.16.0 to 5.17.0

Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.16.0 to 5.17.0.
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](https://github.com/java-native-access/jna/compare/5.16.0...5.17.0)

---
updated-dependencies:
- dependency-name: net.java.dev.jna:jna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #784: Bump net.java.dev.jna:jna from 5.16.0 to 5.17.0

14284 of 40392 relevant lines covered (35.36%)

0.35 hits per line

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

0.0
/core/src/main/java/com/aspectran/core/activity/ActivityPrepareException.java
1
/*
2
 * Copyright (c) 2008-2025 The Aspectran Project
3
 *
4
 * Licensed under the Apache License, Version 2.0 (the "License");
5
 * you may not use this file except in compliance with the License.
6
 * You may obtain a copy of the License at
7
 *
8
 *     http://www.apache.org/licenses/LICENSE-2.0
9
 *
10
 * Unless required by applicable law or agreed to in writing, software
11
 * distributed under the License is distributed on an "AS IS" BASIS,
12
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 * See the License for the specific language governing permissions and
14
 * limitations under the License.
15
 */
16
package com.aspectran.core.activity;
17

18
import java.io.Serial;
19

20
/**
21
 * Checked exception thrown when an error occurs while preparing an activity.
22
 *
23
 * <p>Created: 2019. 03. 25.</p>
24
 */
25
public class ActivityPrepareException extends ActivityException {
26

27
    @Serial
28
    private static final long serialVersionUID = -6964737280809517019L;
29

30
    /**
31
     * Instantiates a new ActivityPrepareException.
32
     * @param msg the message
33
     * @param cause the real cause of the exception
34
     */
35
    public ActivityPrepareException(String msg, Throwable cause) {
36
        super(msg, cause);
×
37
    }
×
38

39
}
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