Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~286 People Reached
Favorite Forums
Favorite Tags
java x 9
Member Avatar for Vern247

[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 …

1
92
Member Avatar for Vern247

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.*; …

Member Avatar for Vern247
0
161
Member Avatar for Vern247

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 …

Member Avatar for Lusiphur
0
33