Mick Huebner

Greenhorn
+ Follow
since Nov 03, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mick Huebner

An approach to avoid the above described java.lang.NoClassDefFoundError:
When referring to an existing class or package get the meta information from a textual reference to this class directly instead of using String literals.



Another advantage is that refactorings (rename or move to another package) of the referenced class is applied to the class name (and import declarations if needed) in the code automatically.