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

alibaba / jetcache / #405

16 Apr 2024 05:58AM UTC coverage: 0.0% (-88.9%) from 88.866%
#405

push

areyouok
add encoding to fix coverage report

0 of 5353 relevant lines covered (0.0%)

0.0 hits per line

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

0.0
/jetcache-core/src/main/java/com/alicp/jetcache/support/AbstractValueEncoder.java
1
package com.alicp.jetcache.support;
2

3
import java.util.function.Function;
4

5
/**
6
 * Created on 2016/10/4.
7
 *
8
 * @author huangli
9
 */
10
public abstract class AbstractValueEncoder implements Function<Object, byte[]>, ValueEncoders {
11

12
    protected boolean useIdentityNumber;
13

14
    public AbstractValueEncoder(boolean useIdentityNumber) {
×
15
        this.useIdentityNumber = useIdentityNumber;
×
16
    }
×
17

18
    public boolean isUseIdentityNumber() {
19
        return useIdentityNumber;
×
20
    }
21
}
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