Skip to content
#

software-quality

Here are 80 public repositories matching this topic...

naraesk
naraesk commented Feb 5, 2020

In Settingsconfiguration.java we create directories using mkdirs(). We should check the return type and print an error message to the log, if the directory could not be created

Findbugs output:

Exceptional return value of java.io.File.mkdirs() ignored in org.getaviz.generator.SettingsConfiguration.loadConfig(String)

Exceptional return value of java.io.File.mkdirs() ignored in org.getav
manoelcampos
manoelcampos commented Jul 19, 2017

Sometimes, developers write useless javadocs such as the example below

/**
 * Some Foo Method.
 * @param id the id
 * @return 
*/
int someFooMethod(int id){ return 0; }

The plugin should spot this kind of "documentation" and present them into the report.
A common pattern to detect such useless javadocs are:

  • the method documentation includes only the name of the method,
pimma
pimma commented Aug 22, 2018

Tip to further improve the wiki:

Extend the "getting started" section with requirements regarding tools and platform needed to install/use HQ :

  • Jenkins/Bamboo or other build tool including plugin x and y
  • docker pull or native installation
  • Server or VM with unrestricted internetaccess
  • Python
  • VCS
  • etc

В этом релизе Вы найдете дополнительные материалы к книге "Путь аналитика. Практическое руководство ИТ-специалиста" (https://www.piter.com/product_by_id/40878036) Саму книгу можно заказать по адресу https://goo.gl/Av7Zmg

  • Updated Oct 13, 2017

Проект служит источником дополнительных материалов к книге "Путь менеджера. Практическое руководство ИТ профессионала"

  • Updated Oct 12, 2017

Improve this page

Add a description, image, and links to the software-quality topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the software-quality topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.