openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
W
WALA
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 30, 2024 — Jul 30, 2025
Showing page 1 of 116
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
introduce syntax error as a red flag to anyone still using SVN repository
msridhar
as msridhar1
More...
over 13 years ago
fix for issue 3506051 from SourceForge tracker
msridhar
as msridhar1
More...
over 13 years ago
fix test
msridhar
as msridhar1
More...
over 13 years ago
change resolveField() to pass type when resolving a field
msridhar
as msridhar1
More...
over 13 years ago
fix for bug reported by Juergen Graf: handle multiple fields with the same name in a JVM class
msridhar
as msridhar1
More...
over 13 years ago
extract class for an edge-filtered graph view
msridhar
as msridhar1
More...
over 13 years ago
jquery example
dolby-oss
More...
over 13 years ago
improve handling of binary expressions
dolby-oss
More...
over 13 years ago
minor cleanup
dolby-oss
More...
over 13 years ago
remove warnings
dolby-oss
More...
over 13 years ago
add type parameters
dolby-oss
More...
over 13 years ago
Changes motivated by analysis issues in JavaScript. The main change is that calls of the form f.x() in JavaScript are now analyzed like 'method calls' so that the 'this' pointer in the receiver functions can be filtered based upon the types that actually have the method being invoked. This requires much more dynamic filtering than in a language like Java, since properties like 'x' are simply properties that happen to hold functions, and so can be assigned in a first-class manner. Thus, the filtering needs to handle variance in both the types and the values of their properties; this is implemented as multiple levels of abstract object directed side effect equations in the dataflow system.
dolby-oss
More...
over 13 years ago
strengthen checking of argument specialization test
dolby-oss
More...
over 13 years ago
remove unused declaration on public method
dolby-oss
More...
over 13 years ago
remove import warning
dolby-oss
More...
over 13 years ago
generalize hack for finding 'base' variables. fix bugs in renaming arguments.
dolby-oss
More...
over 13 years ago
don't require 1.5 VM
dolby-oss
More...
over 13 years ago
avoid hitting IR cache unnecessarily
dolby-oss
More...
over 13 years ago
fix warning; make assertion failure more verbose
dolby-oss
More...
over 13 years ago
add source-level names to dump of IR
dolby-oss
More...
over 13 years ago
fix overly-restrictive assertions
dolby-oss
More...
over 13 years ago
Got rid of IntegerContextItem and BooleanContextItem and replaced them
msridhar
as msridhar1
More...
over 13 years ago
add one level of caller-site sensitivity for call() and apply(); experimental
msridhar
as msridhar1
More...
over 13 years ago
optimization in dispatch logic. further optimization possible, and more
msridhar
as msridhar1
More...
over 13 years ago
more comments
msridhar
as msridhar1
More...
over 13 years ago
Within for/in bodies, use a marker for/in context instead of a CallerSiteContext
msridhar
as msridhar1
More...
over 13 years ago
new context selector that just checks for recursion instead of bounding it
msridhar
as msridhar1
More...
over 13 years ago
improve toString()
msridhar
as msridhar1
More...
over 13 years ago
make it easier to identify ArgumentInstanceContexts
msridhar
as msridhar1
More...
over 13 years ago
When extracting correlated pairs, check that the extraction region does
msridhar
as msridhar1
More...
over 13 years ago
←
1
2
3
4
5
6
7
8
9
…
115
116
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree