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

trydofor / professional-wings / #133

28 Jan 2025 03:45AM UTC coverage: 63.721% (+0.2%) from 63.497%
#133

push

trydofor
🐍 happy lunar snake year #308

14 of 14 new or added lines in 2 files covered. (100.0%)

129 existing lines in 8 files now uncovered.

12973 of 20359 relevant lines covered (63.72%)

0.64 hits per line

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

50.0
/wings/slardar-webmvc/src/main/java/pro/fessional/wings/slardar/webmvc/SimpleExceptionResolver.java
1
package pro.fessional.wings.slardar.webmvc;
2

3
import jakarta.servlet.http.HttpServletRequest;
4
import lombok.RequiredArgsConstructor;
5
import lombok.extern.slf4j.Slf4j;
6
import org.jetbrains.annotations.NotNull;
7

8
/**
9
 * @author trydofor
10
 * @since 2021-03-25
11
 */
12
@RequiredArgsConstructor
13
@Slf4j
1✔
14
public class SimpleExceptionResolver<T extends Exception> extends WingsExceptionResolver<T> {
15

16
    protected final SimpleResponse defaultResponse;
17

18
    @Override
19
    protected SimpleResponse resolve(@NotNull T ce, @NotNull HttpServletRequest request) {
UNCOV
20
        return defaultResponse;
×
21
    }
22
}
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

© 2026 Coveralls, Inc