Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide-dev] Yet another article advising to leave Eclispe

On 10/15/2014 09:20 PM, Marcel Bruch wrote:
Well, while there is no immediate solution, every project should consider the use of classes like Guava’s or Java 8 Optional.
With that we could decrease the number of error reports by up to 10.7% ;)

Thanks for the numbers.
We know this was a billion dollar mistake.
Let's fix it:
https://www.eclipsecon.org/europe2014/session/deep-dive-void-advanced-null-type-annotations-35-minute-standard-talk

:)

Stephan

PS: there's even a solution for (a subset of) SWTException around the corner...


Marcel




java.lang.RuntimeException x 938 (23,9 %)
java.lang.NullPointerException x 421 (10,7 %)
java.io.IOException x 238 (6,1 %)
org.eclipse.core.internal.resources.ResourceException x 206 (5,3 %)
org.eclipse.core.runtime.CoreException x 187 (4,8 %)
HIDDEN x 161 (4,1 %)
org.eclipse.recommenders.internal.stacktraces.rcp.StandInStacktraceProvider$StandInException x 138 (3,5 %)
java.lang.IllegalArgumentException x 110 (2,8 %)
org.eclipse.swt.SWTException x 99 (2,5 %)
org.eclipse.equinox.p2.core.ProvisionException x 87 (2,2 %)
java.io.FileNotFoundException x 86 (2,2 %)
org.eclipse.equinox.security.storage.StorageException x 81 (2,1 %)
com.google.inject.internal.util.$ComputationException x 80 (2,0 %)
java.lang.ClassNotFoundException x 80 (2,0 %)
java.lang.SecurityException x 78 (2,0 %)
org.osgi.framework.BundleException x 69 (1,8 %)
java.lang.NoClassDefFoundError x 65 (1,7 %)
org.eclipse.recommenders.utils.Logs$LogTraceException x 61 (1,6 %)
java.lang.ExceptionInInitializerError x 51 (1,3 %)
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException x 46 (1,2 %)
java.lang.ClassCastException x 38 (1,0 %)



_______________________________________________
ide-dev mailing list
ide-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ide-dev




Back to the top