Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » What is Bugzilla?(Inquiry to possible contributor to code or testing)
What is Bugzilla? [message #1282201] Wed, 02 April 2014 01:34 Go to next message
Richard Kaufman is currently offline Richard KaufmanFriend
Messages: 4
Registered: January 2014
Junior Member
I ran into a problem copying my code from Eclipse to word and in my search to find a solution I came across Bugzilla. Is Eclipse an open source application that we can contribute to? I would love to get involved if that is true.

Incidentally, I found if I set up a custom java code style format the color will copy over to word, whereas with out it, no color copies over.

The next is that bugzilla appears to be a bug reporter and I had a work around solution. Being that I program I know it is possible that the code that allows the color to work in the Java Code Style is probably missing in the default code setup. So I offered this information to bugzilla.

What has caught my interest is the possibility of debugging it myself. I just don't know where to start, if it is possible.

Thank You.
Re: What is Bugzilla? [message #1282313 is a reply to message #1282201] Wed, 02 April 2014 05:30 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Richard,

Comments below.

On 02/04/2014 3:34 AM, Richard Kaufman wrote:
> I ran into a problem copying my code from Eclipse to word and in my
> search to find a solution I came across Bugzilla. Is Eclipse an open
> source application that we can contribute to?
Of course.
> I would love to get involved if that is true.
> Incidentally, I found if I set up a custom java code style format the
> color will copy over to word, whereas with out it, no color copies over.
Strange.
> The next is that bugzilla appears to be a bug reporter and I had a
> work around solution. Being that I program I know it is possible that
> the code that allows the color to work in the Java Code Style is
> probably missing in the default code setup. So I offered this
> information to bugzilla.
> What has caught my interest is the possibility of debugging it myself.
> I just don't know where to start, if it is possible.
Yes, it's possible to debug it yourself. You can always launch a
runtime (self hosted) version of the IDE itself in debug mode. You can
use things like PDE Spy (Alt-Shift-F1) to see what classes implement the
thing you see in the IDE and set breakpoints in them to see how they
behave at runtime. Tricks like bringing up the Plug-ins view, selecting
them all, and using Add to Java Search is very helpful too because then
Ctrl-Shift-T can be used to open any class, not just the ones in the
workspace and their current dependencies.
>
> Thank You.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: What is Bugzilla? [message #1282534 is a reply to message #1282201] Wed, 02 April 2014 12:45 Go to previous message
Denis Roy is currently offline Denis RoyFriend
Messages: 484
Registered: October 2004
Location: Ottawa, Ontario, Canada
Senior Member

Richard Kaufman wrote on Tue, 01 April 2014 21:34
I ran into a problem copying my code from Eclipse to word and in my search to find a solution I came across Bugzilla. Is Eclipse an open source application that we can contribute to? I would love to get involved if that is true.


You can have a look here: http://bugzilla.org.


Denis Roy
Eclipse Webmaster -- webmaster@eclipse.org
Previous Topic:HelloWorld/src
Next Topic:Ctrl +
Goto Forum:
  


Current Time: Thu Apr 25 02:20:59 GMT 2024

Powered by FUDForum. Page generated in 0.08242 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top