I want to optimize the Java source code, but I'm not sure which parts of my code can be optimized. Is there any tool or method with which I can optimize the Java source code?
I know the basic basics of code optimization, but I have a large number of lines and very complex source code (Java classes).
Can I optimize my code using the Java profiler?
Thank Advance
What do you understand when optimizing your code? You want to reorganize your code to simplify it. In this case, I suggest you use your IDE to reorganize your code.
/, , VisualVM YourKit, , .
. , IDE, , .
- , . , , .
- , . . , ( ). , . , , ( ).
( / / / "" ).
I would recommend using Sonar . It covers them all and is easy to configure - even on the local computer (unpack and run). It is best suited for maven projects, but also possible for NON maven projects .
Source: https://habr.com/ru/post/1791979/More articles:Ado connection with SQL Server Compact Edition 4.0 - sql-server-cehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1791975/activesupport-overrides-tojson-behavior&usg=ALkJrhiXBEmZ25HmqGIOVHXxRIp2tyFxfQToggle and Cross Out StackPanel - wpfЗахватите строку, содержащую "." или ":", но не заканчивается периодом - phpfirefox "find as you type" contradicts javascript key events - javascriptSQL statement is strangely slow - performanceasp.net(веб-формы с VB.Net), подключающиеся к базе данных sql - vb.netAccess client client certificate properties from WCF - certificateMySQL Teradate equivalent USE - joinИспользование varchar (max) в Хранимой Proc. Почему значение вставки усечено? - sql-server-2005All Articles