You are here 705137

FindBugsPortable 3.0.1 Development Test 2 English 5o6n2d

4 posts / 0 new
Last post
samdev
Offline
Last seen: 8 years 4 weeks ago
Developer
ed: 2010-03-16 18:03
FindBugsPortable 3.0.1 Development Test 2 English

Application: FindBugs
Category: Development
Description: FindBugs is a program which uses static analysis to look for bugs in Java code.

FindBugsPortable_3.0.1_Development_Test_2_English [14.0MB / 16.7MB installed]
(MD5: ba944237593fef015eac6654df7dc273)

Release Notes:

Development Test 2 (2016-05-26):

  • Update to version 3.0.1

Development Test 2 (2014-12-17):

  • Update to version 3.0.0

Development Test 1 (2013-01-07):

  • Initial release (FindBugs 2.0.3)

Ken Herbert
Ken Herbert's picture
Online
Last seen: 28 min 52 sec ago
Developer
ed: 2010-05-25 18:19
A few of things

First of all, your link is broken as you have an extraneous <br /> in your link's href attribute.

Now onto the files:

appinfo.ini

  • Why do you have the DisplayVersion as 2.0 Rev 3? Everywhere on the official website displays the version as 2.0.3 - this could cause s some confusion.
  • You should add the following to your [Details] section:
    Trademarks=FindBugs is a trademark of The University of Maryland

launcher.ini

  • Note that this app stores its settings in the registry under HKCU\Software\Javasoft - these will need to be handled.
  • You can add DirectoryMoveOK=yes to the [Launch] section - it works fine when changing the path.

installer.ini

  • It may be worth adding
    [DirectoriesToPreserve]
    PreserveDirectory1=App\findbugs\plugin
    PreserveDirectory2=App\findbugs\optionalPlugin
    as findbugs does seem to actively plugins from their documentation, and s may not like losing their plugins if they update the app.
  • You really don't need to have the [Languages] section - English and EnglishGB are the same as far as the Launcher and Installer are concerned, and the app itself is US English only.

appicon.ico

  • You don't need a 24px or 256px icon at 8-bit, they will never be used by the launcher.
  • You should have a 48px icon at 32-bit.
  • Optionally you can include a 256px icon at 32-bit.
samdev
Offline
Last seen: 8 years 4 weeks ago
Developer
ed: 2010-03-16 18:03
Tks for the review

Hi,

First of all thanks for reviewing the files. I didn't knew that you were still reviewing the apps as I already added some more and this was only the second time I got .
Tks Wink

I already handled the issues you pointed, hope that it's better now.

Cheers,
Sam

Ken Herbert
Ken Herbert's picture
Online
Last seen: 28 min 52 sec ago
Developer
ed: 2010-05-25 18:19
I'm still trying to review

I'm still trying to review things every once in a while, but my time is often limited and I don't actually keep a backlog of dev tests that look like they may need review, so it kind of just happens when they are released or updated, or not at all.

The only reason I really checked out this is that my day job has me working in Java at the moment instead of my usual languages while I'm building an Android app.

to post comments