Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

bugs

  • submit to reddit

Wade not in unknown waters (C++) - Part 1

The .NET Zone is presented by JNBridge and DiscountASP.NET to keep you updated on all the latest news, tips, and tools in the .NET community.  Check out today's top .NET content and read about JNBridge's innovative tools for .NET and Java interoperability or watch DiscountASP.NET's videos on the benefits of a hosted and managed TFS server.  

We decided to write several small posts on how C/C++ programmers play with fire without knowing it. The first post will be devoted to an attempt to explicitly call a constructor. Programmers are lazy creatures. That's why they tend to solve a task using...

2 replies - 2414 views - 01/31/12 by Andrey Karpov in Articles

Debug It! Book Review

The idea to write a book about debug is brilliant. There is an increasing demand for developers to fill positions where maintaining the code is an important part of the job. But we still don't have...

3 replies - 5039 views - 04/19/10 by Luigi Agosti in Book Reviews

Improve Code Quality

Improve Code Quality with FindBugs In this article I discuss a static analysis tool that finds defects in Java programs. Static analysis tools can find real bugs and real issues in your code. You can effectively incorporate static analysis into your software...

12 replies - 11217 views - 06/08/09 by Muhammad Khojaye in Articles

Omitting Braces: Not Just A Matter Of Style

According to our analysis of more than 100 Java projects, one of the most violated rules from static analysis, is 'missing braces in If statement'. Although often considered to be merely a stylistic preference, we found that omitting braces is actually a good...

16 replies - 8958 views - 07/30/08 by Richard Sharpe in News

Free Webinar: Facing the Software Quality Challenge: The Results of a New IDC

Join us for this LIVE Event on: Thursday, June 19, 2008 2:00 PM ET / 11:00 AM PT / 6:00 PM GMT

0 replies - 2244 views - 06/04/08 by Martin steve in Announcements