• 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-anno/src/main/java/com/alicp/jetcache/anno/method/SpringCacheInvokeContext.java
1
/**
2
 * Created on  13-10-07 23:25
3
 */
4
package com.alicp.jetcache.anno.method;
5

6
import org.springframework.context.ApplicationContext;
7

8
/**
9
 * @author huangli
10
 */
11
public class SpringCacheInvokeContext extends CacheInvokeContext {
12
    protected ApplicationContext context;
13

14
    public SpringCacheInvokeContext(ApplicationContext context) {
×
15
        this.context = context;
×
16
    }
×
17

18
    public Object bean(String name) {
19
        return context.getBean(name);
×
20
    }
21

22

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