- Strength to Increase Rep
- +2
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
[URL="http://sourceforge.net/projects/pmd/"]http://sourceforge.net/projects/pmd/[/URL] [QUOTE]PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.[/QUOTE] I've been tasked to write customised rules to find the following: [LIST] [*]Instances where Double.ValueOf was used to parse a string to a double [*]Instances where Float.valueOf was used … | |
The following code is for a standalone applet that calculates a shipping rate based on a selected shipping method. Normally, the program would read the total price of purchases from the website but for the sake of this exercise, the user will enter the price on the applet. [CODE=java]import java.awt.*; … | |
Good day everyone My name is Vernon. I'm a 2nd-year Computer Science undergraduate, specialising in Information Systems Software Engineering. I'm quite good on the analytical side of things but when it comes to implementation, frankly, I suck. Hoping to get some assistance on here with mainly C++ and Java, which … |