5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java6,609 stars (6,609 stars)1,028 forks (1,028 forks)batch import
enhancementhelp wanted
Description
比如加注释的类不检测,某些地方耗时无法避免,基本上是很难优化的,如果还一直生成日志或者上传,重复的太多会影响查看
Contributor guide
- Tech stack
- javaandroid
- Domain
- performancemobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- JavaAndroid developmentAnnotation usage
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Review the comments on issue #29 for any maintainer suggestions or prior discussion. The core detection logic is likely in BlockCanary.java or similar files. The feature requires adding an annotation based filter to skip specified classes. Check if any existing annotations are used in the project and propose a new annotation like @NoBlockDetect.