Giter Club home page Giter Club logo

jive's People

jive's Issues

Unnecessarily many StepRequest creation attempts

A StepRequest is created once for each thread using StepRequest.STEP_INTO.  
Previously, a request was created using StepRequest.STEP_OVER each time a 
MethodEntryEvent was received.  Since changing to StepRequest.STEP_INTO, it 
is no longer necessary to create StepRequests in this manner.  While 
JiveThread only creates a single StepRequest, JiveDebugTarget is still asking 
it to create a request at each method entry.  This results in a small 
inefficiency but no observable differences in event traces.

Original issue reported on code.google.com by jkczyz%[email protected] on 19 Jan 2010 at 8:19

JiveThread's stepping methods not synchronized correctly

JiveThread inherits from JDT Debug's JDIThread class.  The stepping methods 
in this class were changed in revisions 1.182 and 1.192 but were not 
updated accordingly in JiveThread:

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.debug/model/org/ec
lipse/jdt/internal/debug/core/model/JDIThread.java?
r1=1.181&r2=1.182&diff_format=l
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.debug/model/org/ec
lipse/jdt/internal/debug/core/model/JDIThread.java?
r1=1.191&r2=1.192&diff_format=l

This results in inaccurate stack frame UI elements and potential deadlocks.  
See the related Eclipse bugs for details:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=215489
https://bugs.eclipse.org/bugs/show_bug.cgi?id=265037

Original issue reported on code.google.com by jkczyz%[email protected] on 10 Apr 2010 at 11:05

Threads in Debug view shown as suspended when running

When running multi-threaded programs, some threads are shown as suspended in 
the Debug view when they are actually running.  This does not occur in 
Eclipse 3.3 but does occur in Eclipse 3.4 and later.  It is likely a result 
of a change made to JDT Debug's JDIThread class (revision 1.183):

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.debug/model/org/ecli
pse/jdt/internal/debug/core/model/JDIThread.java?
r1=1.182&r2=1.183&diff_format=l

Original issue reported on code.google.com by jkczyz%[email protected] on 10 Apr 2010 at 11:46

Generate AssignEvents for local variable changes

The JDIToJiveEventAdapter re-write did not implement generation of 
AssignEvents for local variable changes.  This needs to be completed for 
the next release.  The following should be kept in mind when implementing 
this:

(1) Local variables in disjoint scopes can have the same name.

(2) The return value of java.lang.Object.clone() will not have an 
associated NewEvent for unfiltered classes.  It should be generated first 
if possible.

(3) The CatchEvent variable can possibly be inferred here.  It does not 
come into scope (if at all) until after one step, so we are always missing 
it right now.

Original issue reported on code.google.com by jkczyz%[email protected] on 14 Oct 2009 at 5:25

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.