Software Development

Funny Bugs types

Incompatible classes

when you try to deserialize files generated with old code…

130114-18

Wrong URL setting

when you put a wrong rest url in your property file and you receive no messages…

Too verbose xml messages

when SLAs are not met because your XML messages are too big wasting time in serialization and deserialization…

Production with no tests

when you go in production and you expect that everything will go fine even if you didn’t test all the possible paths…

Too many requests, site is down

when you go in production without never running stress tests before…

Threads bottleneck

when you spawn threads and you think it will be faster, but you forgot that synchronized method…

Threads interference

when you forgot to coordinate your threads…

Bug in an external library

when that external library that you choose is not behaving as expected…

Wrong usage of a library

when you tried to use a library without reading the documentation…


 

Reference: Funny Bugs types from our JCG partner Marco Castigliego at the Remove duplication and fix bad names blog.
Do you want to know how to develop your skillset to become a Java Rockstar?
Subscribe to our newsletter to start Rocking right now!
To get you started we give you our best selling eBooks for FREE!
1. JPA Mini Book
2. JVM Troubleshooting Guide
3. JUnit Tutorial for Unit Testing
4. Java Annotations Tutorial
5. Java Interview Questions
6. Spring Interview Questions
7. Android UI Design
and many more ....
I agree to the Terms and Privacy Policy
Subscribe
Notify of
guest


This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Back to top button