java PMD 的完整形式是什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17564726/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is the full form of PMD?
提问by Anand
I am using PMD
in my Java project for code review.
我PMD
在我的 Java 项目中使用代码。
Just want to know what the acronym "P.M.D." stands for. I searched on Google but could not find anything. Does anyone know?
只是想知道首字母缩略词“PMD”代表什么。我在谷歌上搜索,但找不到任何东西。有人知道吗?
回答by zacheusz
On the PMD project siteyou can find that they don't really know the meaning of the PMD letters. They just think the letters sound good together. You can find several "backronyms" to explain it on the PMD project site:
在 PMD 项目站点上,您会发现他们并不真正了解 PMD 字母的含义。他们只是觉得这些字母放在一起听起来不错。您可以在 PMD 项目站点上找到几个“backronyms”来解释它:
- Pretty Much Done
- Project Mess Detector
- Project Monitoring Directives
- Project Meets Deadline
- Programming Mistake Detector
- Pounds Mistakes Dead
- PMD Meaning Discovery (recursion, hooray!)
- Programs of Mass Destruction
- Programming Meticulous coDe
- 大功告成
- 项目混乱检测器
- 项目监督指令
- 项目如期而至
- 编程错误检测器
- 磅错误死
- PMD 意义发现(递归,万岁!)
- 大规模杀伤性计划
- 编程细致的代码
回答by sweety
PMD Meaning Detector (recursion)
PMD意义检测器(递归)