Mario Ortegón

3,647
Reputation
763 views

Registered User

name Mario Ortegón
member for 1 year
seen 9 hours ago
website
location Aachen, Germany
age 31

Software Developer, Automotive Applications

I started out as a Electronics Engineer, but I've been working with Java for more than eight years.

I was born in the Yucatán Península, and I used to live in the fortified port city of Campeche, México.

My main work experience has been working with Java, Eclipse RCP and Swing.

13h
awarded  Good Answer
1d
awarded  Notable Question
2d
awarded  Mortarboard
Dec
5
accepted Building a plugin with two source folders fails
Nov
30
comment Java short circuit evaluation
Sometimes it takes forever to solve such simple bugs, because you don't expect to have made a mistake like that. I once spend ours debugging a misplaced semicolon....
Nov
26
comment What is the preferred way to load a DLL on an Eclipse RCP plugin?
This is what I am using, but using OSGI filters as suggested by steven
Nov
18
comment Group and counting a String in Ant
Getting a dump with the MANIFEST.MF location and the string is not difficult. I think I will go with the hard-coded ant task for the grouping
Nov
18
revised Group and counting a String in Ant
added 9 characters in body; added 89 characters in body
Nov
18
asked Group and counting a String in Ant
Nov
16
accepted Drawing into an Eclipse editor
Nov
16
revised Dos and Don’ts while using references in Java
added 301 characters in body
Nov
16
answered Dos and Don’ts while using references in Java
Nov
11
comment Good ways of disciplining yourself when freelancing at home?
Germany... better work/life balance that the US ;)
Nov
11
awarded  Guru
Nov
7
answered Drawing into an Eclipse editor
Oct
27
accepted Finding a needed dll after a JBoss (hot) redeploy?
Oct
20
accepted How to use profiler of Netbeans?
Oct
20
answered How to use profiler of Netbeans?
Oct
20
answered Finding a needed dll after a JBoss (hot) redeploy?
Oct
15
comment Why is the Java date API (java.util.Date, .Calendar) such a mess?
@S.Lott: I don't agree. We don't live in isolation. We aren't born as great software architects that know the right solution with no forethought. We have to learn, and learning from past mistakes is useful.
Oct
14
comment Finding objects under mouse in a JSVGCanvas from Batik
Good answer thanks! I ended up finding somewhere that you can also add a "title" element inside, but your solution is better!
Oct
13
comment Learning resources and tutorials for using the Java Batik Library
Not really, I am writing a java application. svgweb is a renderer for a web browser.
Oct
13
comment Learning resources and tutorials for using the Java Batik Library
Well, at least reading through the spec will help me sleep better at night :D
Oct
13
asked Learning resources and tutorials for using the Java Batik Library
Oct
5
awarded  Taxonomist
Oct
4
comment Java: How do you access a sub-object of an object with no “getXXX” method to that sub-object
I was actually looking for it but couldn't find it...
Oct
4
comment Java: How do you access a sub-object of an object with no “getXXX” method to that sub-object
Added a note to it on the response, thanks!
Oct
4
answered Java: How do you access a sub-object of an object with no “getXXX” method to that sub-object
Oct
3
revised How to remove subversive action in Synchronize view ?
added 129 characters in body
Oct
3
revised How to avoid flickering effect while jumping from one jdialog to another jdialog
added 139 characters in body
Oct
2
answered How to avoid flickering effect while jumping from one jdialog to another jdialog
Sep
30
awarded  Tumbleweed
Sep
28
answered How to remove subversive action in Synchronize view ?
Sep
23
asked Finding objects under mouse in a JSVGCanvas from Batik
Sep
23
comment Less known but useful features in Eclipse
This function is soo cool!
Sep
21
comment Ideas for Software Engineering Thesis Project
It is encouraged to add answers to link to similar questions
Sep
11
answered How do you generate release notes?
Sep
2
comment Exclude individual JUnit Test methods without modifying the Test class?
It would be still valid to modify the method to return immediately. But thanks, I was thinking about JUnit3
Sep
2
answered Exclude individual JUnit Test methods without modifying the Test class?
Aug
28
asked What is the preferred way to load a DLL on an Eclipse RCP plugin?
Aug
22
awarded  Yearling
Aug
18
comment Why an Eclipse RCP product build can not find classes in org.eclipse.ui during headless build?
I found the problem and it is related to what you mention. I had a bogus org.eclipse.ui.workbench plugin that was wreaking havoc with the build.
Aug
17
comment Why an Eclipse RCP product build can not find classes in org.eclipse.ui during headless build?
Hi! I've checked this file. I actually had no entry. I've added the win32 entry but my problem is still the same.
Aug
17
revised Why an Eclipse RCP product build can not find classes in org.eclipse.ui during headless build?
added 31 characters in body
Aug
17
asked Why an Eclipse RCP product build can not find classes in org.eclipse.ui during headless build?
Aug
15
comment Product build based on features on Eclipse RCP
Thanks for the explanation. So far I have found PDE build very useful, but somewhat arcane...
Aug
14
comment Exception Vs Assertion
The "turning off" is because assertions can be used to verify the result of an optimized algorithm by comparing its implementation against a well-known, but slow, algorithm. So, in development it is ok to invoke that O(n3) method to assert that the O(log N) algorithm works as intented... But is something that you do not want in production.
Aug
14
answered Building a plugin with two source folders fails
Aug
14
asked Building a plugin with two source folders fails
Aug
13
asked Product build based on features on Eclipse RCP