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

knowledgepixels / nanodash / 17837235071

18 Sep 2025 05:58PM UTC coverage: 13.87%. Remained the same
17837235071

push

github

tkuhn
chore: Remove serialVersionUIDs

443 of 4022 branches covered (11.01%)

Branch coverage included in aggregate %.

1133 of 7341 relevant lines covered (15.43%)

0.68 hits per line

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

0.0
src/main/java/com/knowledgepixels/nanodash/page/GetViewPage.java
1
package com.knowledgepixels.nanodash.page;
2

3
import org.apache.wicket.request.mapper.parameter.PageParameters;
4

5
/**
6
 * Represents a page that retrieves a view based on the provided parameters.
7
 */
8
public class GetViewPage extends NanodashPage {
9

10
    /**
11
     * The mount path for this page.
12
     */
13
    public static final String MOUNT_PATH = "/get-view";
14

15
    /**
16
     * {@inheritDoc}
17
     */
18
    @Override
19
    public String getMountPath() {
20
        return MOUNT_PATH;
×
21
    }
22

23
    /**
24
     * Constructor that initializes the page with the given parameters.
25
     *
26
     * @param parameters the parameters to initialize the page with
27
     */
28
    public GetViewPage(final PageParameters parameters) {
29
        super(parameters);
×
30
        ViewPage.addNanopubItem(this, parameters);
×
31
    }
×
32

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