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
O
Online Text Editor (OnText)
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added update() which sets the Model state as changed and notifies observers.
cyzsuraj
More...
over 21 years ago
Adding FileView class.
cyzsuraj
More...
over 21 years ago
Updated hash() func.
cyzsuraj
More...
over 21 years ago
Updated contructor to accept only array.
cyzsuraj
More...
over 21 years ago
Updated constructor; it now accepts array/collection of models.
cyzsuraj
More...
over 21 years ago
Updated constructor.
cyzsuraj
More...
over 21 years ago
Removed obsolete classes and libraries. Added debugging library as a new Class.
cyzsuraj
More...
over 21 years ago
Added lots of debugging code which will be removed in a release.
cyzsuraj
More...
over 21 years ago
Fixed bug in setContents()
cyzsuraj
More...
over 21 years ago
Removed super() because it was causing many unnecessary problems.
cyzsuraj
More...
over 21 years ago
Updated hasNext().
cyzsuraj
More...
over 21 years ago
Updated iterator() func: gave reference to $this->m_objects directly instead of going through CollectionIterator class.
cyzsuraj
More...
over 21 years ago
Removed constructor and added note not to call super() from direct children of Object class.
cyzsuraj
More...
over 21 years ago
Added type checking of argument in constructor.
cyzsuraj
More...
over 21 years ago
Added constructor and private Model var.
cyzsuraj
More...
over 21 years ago
Fixed problems with calling "$this->super()"
cyzsuraj
More...
over 21 years ago
Added empty default constructor to fix error in super() method, where it would try to call the Object constructor and there was none.
cyzsuraj
More...
over 21 years ago
Fixed bug with "$iter->next()" statement by using reference to return value of "$iter->next()" instead of a copy.
cyzsuraj
More...
over 21 years ago
Made this a sub-class of Object class.
cyzsuraj
More...
over 21 years ago
Removed " (optional operation)" from javadoc comments.
cyzsuraj
More...
over 21 years ago
Updated javadoc comments: put <code> tags around null, true, and false.
cyzsuraj
More...
over 21 years ago
Updated all javadoc comments and did a lot of other stuff.
cyzsuraj
More...
over 21 years ago
Adding Object class, just like in Java. Has a convenient super() function to call the current class's parent constructor.
cyzsuraj
More...
over 21 years ago
Updated iterator() to work with CollectionIterator class.
cyzsuraj
More...
over 21 years ago
Adding iterator class specialized for handling Collections.
cyzsuraj
More...
over 21 years ago
Put back implementation for this class.
cyzsuraj
More...
over 21 years ago
Made this an abstract class and moved implementation to ArrayIterator class.
cyzsuraj
More...
over 21 years ago
Updated iterator() to work with the array-only implementation of Iterator class.
cyzsuraj
More...
over 21 years ago
Updated this class to work with just an Array instead of (Collection) class.
cyzsuraj
More...
over 21 years ago
Added addBuffers() func.
cyzsuraj
More...
over 21 years ago
←
1
2
3
→
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