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

hazendaz / displaytag / 1753

12 Feb 2026 03:17AM UTC coverage: 77.321% (-0.01%) from 77.334%
1753

push

github

web-flow
Merge pull request #1102 from hazendaz/renovate/javax-support-logback-monorepo

Update dependency ch.qos.logback:logback-classic to v1.5.29 (javax-support)

1438 of 2003 branches covered (71.79%)

Branch coverage included in aggregate %.

4034 of 5074 relevant lines covered (79.5%)

0.8 hits per line

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

66.67
/displaytag/src/main/java/org/displaytag/test/KnownValueWithId.java
1
/*
2
 * SPDX-License-Identifier: MIT
3
 * See LICENSE file for details.
4
 *
5
 * Copyright 2002-2026 Fabrizio Giustina, the Displaytag team
6
 */
7
package org.displaytag.test;
8

9
/**
10
 * The Class KnownValueWithId.
11
 */
12
public class KnownValueWithId extends KnownValue {
13

14
    /** The id. */
15
    private String id;
16

17
    /**
18
     * Instantiates a new known value with id.
19
     *
20
     * @param id
21
     *            the id
22
     */
23
    public KnownValueWithId(final String id) {
1✔
24
        this.id = id;
1✔
25
    }
1✔
26

27
    /**
28
     * Getter for <code>objectId</code>.
29
     *
30
     * @return Returns the objectId.
31
     */
32
    public String getId() {
33
        return this.id;
1✔
34
    }
35

36
    /**
37
     * Setter for <code>objectId</code>.
38
     *
39
     * @param objectId
40
     *            The objectId to set.
41
     */
42
    public void setId(final String objectId) {
43
        this.id = objectId;
×
44
    }
×
45

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