Eclipse Survey

magomago

Lifer
Sep 28, 2002
10,973
14
76

I have a survey for a class that I want to ask some people on Anandtech. The mods graciously allowed me to post directly in Programming so I bypass the crap that goes on in OT and get a targetted audience =) I do hope I can get everyone's support

If anyone has used eclipse before Its a series of 12 simple questions ranging from prior programming experience to what you like(or dislike) about special features in eclipse.

Here are the questions, and I would highly appreciate anyone and everyone's effort to participate providing you have Eclipse experience. I'm sure if you are visiting AT you haev a few minutes to spare

===INF 219 - Survey Questions (For Eclipse Users ONLY)===
[*]1. How long have you been programming?
[*]2. What is your occupation? (i.e. student, software programmer, tester)
[*]3. What programming languages do you primarily code in?
[*]4. How long have you been using Eclipse?
[*]5. What tools/features in Eclipse do you use on a regular basis?
[*]6. Have you ever used the scrapbook function? If yes, please answer the remaining six questions.
[*]7. How often do you use the scrapbook?
[*]8. What do you primarily use the scrapbook for?
[*]9. What do you like about the scrapbook?
[*]10. What do you dislike about the scrapbook?
[*]11. What are some improvements you would like to see in it?
[*]12. Would you recommend this feature to others?

If anyone has any questions please feel free to post in here so I can clarify anything!
 

brikis98

Diamond Member
Jul 5, 2005
7,253
8
0
1. How long have you been programming?

~9 years

2. What is your occupation? (i.e. student, software programmer, tester)

Software Engineer

3. What programming languages do you primarily code in?

Java these days for backend, although in the past I've used many others, including C, C++, VB and so on. I also use xhtml, css, javascript, velocity, and a bunch of other stuff for front end.

4. How long have you been using Eclipse?

since ~2005

5. What tools/features in Eclipse do you use on a regular basis?

Not sure what's considered a tool or feature. But I make reasonably good use of various functionality, inlcuding alt + space (code completion), ctrl + shift + o (organize imports), ctrl + shift + f (format code), ctrl + shift + r (open resource), f3 (see declaration), f4 (see type hierarchy). I use it to generate basic getters and setters, I've setup the code formatter just how i like it, I use the automatic try/catch/throws adder, the search functionality (incl highlighting). I use the various perspectives and plugins, such as the CVS plugin (and associated CVS repository explorer, history view, compare feature), a velocity plugin, a shell script plugin, findbugs, jtest, junit plugin, debugger for external processes and TONS more i'm sure i've forgotten.

6. Have you ever used the scrapbook function? If yes, please answer the remaining six questions.

Nope, this is the first time I've heard of it, but it seems quite useful.

7. How often do you use the scrapbook?
8. What do you primarily use the scrapbook for?
9. What do you like about the scrapbook?
10. What do you dislike about the scrapbook?
11. What are some improvements you would like to see in it?
12. Would you recommend this feature to others?
 

hooflung

Golden Member
Dec 31, 2004
1,190
1
0
# 1. How long have you been programming?

12 years

# 2. What is your occupation? (i.e. student, software programmer, tester)

Web Developer and DBA

# 3. What programming languages do you primarily code in?

PHP, Ruby, Python and C

# 4. How long have you been using Eclipse?

3-4 years

# 5. What tools/features in Eclipse do you use on a regular basis?

Rad Rails, but I stopped using Eclipse because its too slow and that pisses me off

# 6. Have you ever used the scrapbook function? If yes, please answer the remaining six questions.

Nope, see question 5
 

ajchun

Junior Member
Jan 29, 2001
22
0
0
# 1. How long have you been programming?
~3 years professionally

# 2. What is your occupation? (i.e. student, software programmer, tester)
software development engineer

# 3. What programming languages do you primarily code in?
java

# 4. How long have you been using Eclipse?
10 months

# 5. What tools/features in Eclipse do you use on a regular basis?
(copying from above post)
alt + space (code completion), ctrl + shift + o (organize imports), ctrl + shift + r (open resource)
refactor (alt+ctrl+r) , quick fix (ctrl+1), the ctrl+left click navigation, ctrl+shift+g (finds the code that uses/calls the method or var)
junit and findbugs

# 6. Have you ever used the scrapbook function? If yes, please answer the remaining six questions.
no
 
Sep 29, 2004
18,656
67
91
# 1. How long have you been programming?
Started when I was 11 or so. 20 yeasrs by that standard (holy crap). Or 7 years professionally.

# 2. What is your occupation? (i.e. student, software programmer, tester)
software engineeer with some leadership roles tossed in

# 3. What programming languages do you primarily code in?
Java and C/C++

# 4. How long have you been using Eclipse?
3 years or so

# 5. What tools/features in Eclipse do you use on a regular basis?
The CVS interface. Auto-complete. Not sure what you are going after. For the most part, I use the standard install of Eclipse for Java. I uyse any feature that makes my job easier. The big extra is JUnit I'd suppose.

# 6. Have you ever used the scrapbook function? If yes, please answer the remaining six questions.
No. never even heard of it so that means I never thought to myself that a tool that does X (whatever scrapbook is) is something I really need.
 
Sep 29, 2004
18,656
67
91
I just took a look at scrap book. Due to my level of expertise, I usually only need to do proof of concept type work that does usually require a new project.
 

CityShrimp

Member
Dec 14, 2006
177
0
0
# 1. How long have you been programming?
around 5 years

# 2. What is your occupation? (i.e. student, software programmer, tester)
student

# 3. What programming languages do you primarily code in?
java

# 4. How long have you been using Eclipse?
around 3 years

# 5. What tools/features in Eclipse do you use on a regular basis?
Nothing. Only use it to compile codes

# 6. Have you ever used the scrapbook function? If yes, please answer the remaining six questions.
Yes

# 7. How often do you use the scrapbook?
Only tried it once

# 8. What do you primarily use the scrapbook for?
Didn't find a use for it at the time, so have not touched it since.

# 9. What do you like about the scrapbook?
Simple and quick to use

# 10. What do you dislike about the scrapbook?
Lack basic functionalities. And it's annoying to have to highlight the code to run it

# 11. What are some improvements you would like to see in it?
Improve user-friendliness

# 12. Would you recommend this feature to others?
If it gets an update. But currently, it's too much of a hassle to use.
 

xtknight

Elite Member
Oct 15, 2004
12,974
0
71
I had used it briefly in my AP Comp Sci class for Java.

# 1. How long have you been programming?

About 10 years, started with VB when I was young.

# 2. What is your occupation? (i.e. student, software programmer, tester)

Software programmer, Microsoft Office macros primarily.

# 3. What programming languages do you primarily code in?

VB6, and C# .NET.

# 4. How long have you been using Eclipse?

Not very long. When I was doing Java in AP Comp Sci I had used it for that year.

# 5. What tools/features in Eclipse do you use on a regular basis?

The code editor. Like hooflung, I found it extremely slow at least on the MacBook I was using at the time.

# 6. Have you ever used the scrapbook function? If yes, please answer the remaining six questions.

No.
 

CityShrimp

Member
Dec 14, 2006
177
0
0
Ok. I tried using scrapbook again, and it doesn't seem like it changed much from the past. The old problems are still there. I think I would use it to try out some new code snippets though. Doesn't seem like it'll be good for anything else anyways.
 

magomago

Lifer
Sep 28, 2002
10,973
14
76
Hi everyone thanks for the replies. As it stands I need about 5ish more responses so if you know anyone on AT who programs and has used eclipse, but hasn't replied can you ask if they wouldn't mind to check it out =) I would really appreciate it. Anymore than what I need is still great because the more data gives me a greater understanding and allows the data to be used more confidently, but I'm really hoping to hit around 13 responses or so.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |