Found a total of 10000 related content
Using PMD for code quality detection in Java API development
Article Introduction:As a popular programming language, Java is widely used in software development. Writing high-quality Java code is the goal of every developer, and in the process of ensuring code quality, the use of code detection tools is indispensable. PMD is a commonly used code quality detection tool in JavaAPI development. The following will introduce the use of PMD in JavaAPI development in detail. 1. What is PMD? PMD is a Java code based on rule engine and static analysis technology.
2023-06-18
comment 0
2219
What is java double check lock mode
Article Introduction:The reason is that when performing PMD static code detection on the project, I encountered such a problem: PartiallycreatedobjectscanbereturnedbytheDoubleCheckedLockingpatternwhenusedinJava.AnoptimizingJREmayassignareferencetothebazvariablebeforeitcallstheconstructoroftheobjectthereferencepointsto.Note:WithJava5,youcanmakeDoubl
2023-05-19
comment 0
1476
4 tools to improve Android code quality
Article Introduction:In this article, I will introduce (how to) improve the quality of your Android code through different automation tools such as CheckStyle, FindBugs, PMD and Android Lint
2016-11-30
comment 0
1027
What are the Java development tools?
Article Introduction:Java development tools include: 1. Eclipse; 2. IntelliJ IDEA; 3. NetBeans; 4. VisualVM; 5. JProfiler/JMC; 6. Maven/Gradle; 7. Git/SVN; 8. SonarQube; 9. Checkstyle/PMD/ FindBugs; 10, JUnit/TestNG; 11, Mockito/PowerMock, etc.
2023-12-21
comment 0
1981