GeekArticles
Java
Core JavaSmall Bugs with Big Implications
Author: artima.com |
Published: 11th Aug 2007 |
Visited: 156 times |
Add CommentFiled in: Core Java
Small bugs can sometimes lead to significant failures, especially when those bugs appear in production code. In this interview with Artima, Mark Thomas, Director of Java Technologies at IBM, talks about the potentially big implications of defects discovered only in a production environment, and what developers can do to mitigate such problems.
Read Article Sponsored Links
Related Articles
• Make the IDE resistent to Bugs in Wizards & AddOns QC#: 698 Version: 6.0 Status: Open defect, requires resolution Description: For example:
I think it would be a good idea, if any internal calls within the IDE
which call wizard interfaces or notifiers were wrapped
with a construct setting a Wizar ...
• How to split a large (Loaded) Datafile into small ones Hi Tom,
Happy New Year.
I have tablespace SAY XYZ_FAT_TABLESPACE which has only one Datafile and it has now grown to 20GB.
I want to split this Loaded Datafile into 4 so that each is 5GB and can then indepandantly expand.
How to ...