Results 1 to 3 of 3
Thread: No more syntax error
- 04-22-2010, 03:33 AM #1
Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 7
- Rep Power
- 0
No more syntax error
Common mistakes in java is to compare 2 String objects using "==" or "!=". Java IDEs will not prompt you of these errors. Lucky for you there is a software that can help you. That software is called FindBugs. FindBugs analyzes your code and highlights possible coding errors and code used in bad practice. And it does this without even compiling the code!
You can download FindBugs here.
To find out more about FindBugs click here.
-
Moving to announcements though considered the advertising forum. Please do not post in the wrong forum.
- 04-22-2010, 04:20 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Quite similar notifications provide by NetBeans too.
Similar Threads
-
Syntax error on token
By egun in forum New To JavaReplies: 4Last Post: 02-11-2010, 10:57 AM -
stuck on same syntax error....
By Moltisanti in forum New To JavaReplies: 2Last Post: 09-01-2009, 04:26 AM -
You have an error in your SQL syntax; check the manual that corresponds to your MySQL
By habibiwalla in forum JDBCReplies: 2Last Post: 08-31-2009, 02:50 PM -
how to solve syntax error
By pro85 in forum Java AppletsReplies: 5Last Post: 04-06-2009, 11:20 AM -
syntax error
By gabriel in forum New To JavaReplies: 3Last Post: 08-03-2007, 03:26 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks