processing / processing/processing-contributions
Declaring (Java) Classes
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 8
- 派生
- 8
- 平均合并
- 4 天 22 小时
- 30 天内合并 PR
- 3
描述
In my work on the Gradle plugin I'm scanning the jars within libraries for classes that are being used by the potential sketch.
I think it would be helpful to have another field on the contributions, that declares what classes the library contains, we could use this at a later stage for auto-importing libraries as they are being used.
I think it would be helpful if these classes are user-defined as the jars contain a lot of classes that are not meant to be directly imported
as an example, let's say that controlp5 has declared that it should be imported for controlP5.* classes, then when the user opens a sketch from the web that imports p5, we can pop up a helpful dialog inviting the user to download the necessary library
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
没有指定文件、测试或入口点。首先定位 Gradle plugin 使用的贡献元数据,然后确定如何存储和使用用户定义的类声明来进行库检测;当已声明的类可以触发有用的库下载提示,而不依赖 jar 中的每个类时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 32/100