0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 18, 2024 — Oct 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- added Generics to raw Class references - updated Exception class hierarchie - code cleanup/format
Benny Bottema
as bottema
More... over 16 years ago
first JUnit test
Benny Bottema
as bottema
More... over 17 years ago
refactored for JUnit test
Benny Bottema
as bottema
More... over 17 years ago
- refactored and fixed some bugs concerning loading files, directories with or without parent directory
Benny Bottema
as bottema
More... over 18 years ago
- fixed bug where a root file could not be used (had to have a parent directory specified)
Benny Bottema
as bottema
More... over 18 years ago
- moved some methods from Librarian to JReflect - fixed bug with solveProperty returning Fields instead of their contents - throwing specific exception instead of Exception
Benny Bottema
as bottema
More... over 18 years ago
- fixed comments
Benny Bottema
as bottema
More... over 18 years ago
- cleaned up unused javadoc parameter mention
Benny Bottema
as bottema
More... over 18 years ago
- refactored class and moved some methods to JReflect and renamed some parameters
Benny Bottema
as bottema
More... over 18 years ago
- catching new expression after fixing solveProperty in JReflect
Benny Bottema
as bottema
More... over 18 years ago
- refactored method parameter name for clarity
Benny Bottema
as bottema
More... over 18 years ago
- added new security exception for unknown cause for unavailable instance members - refactores some variable names
Benny Bottema
as bottema
More... over 18 years ago
- added stack for classes under construction (is a user gets it in his head to parse a class or include a file with a class, in the middle of another class)
Benny Bottema
as bottema
More... over 18 years ago
- fixed a silently failing NullPointerException - throwing a security exception when an invisible or non-existent method is called on a Java object
Benny Bottema
as bottema
More... over 18 years ago
- updated manager with getLibrarian convenience method
Benny Bottema
as bottema
More... over 18 years ago
- updated references to ScriptManager.getLibrary()
Benny Bottema
as bottema
More... over 18 years ago
- fixed how a simple variable couldn't point to a prototype based class - updated references to ScriptManager.getLibrary()
Benny Bottema
as bottema
More... over 18 years ago
- added method that directly returns a prototype based class' prototype
Benny Bottema
as bottema
More... over 18 years ago
- fixed how static properties couldn't be accessed on prototype based classes - refactores some variable names - updated references to ScriptManager.getLibrary()
Benny Bottema
as bottema
More... over 18 years ago
- fixed that attributes were only parsed when a node had childnodes - fixed that node attributes were parsed for each childnode (optimisation) - fixed that in addition to text nodes, comment nodes are ignored as well
Benny Bottema
as bottema
More... over 18 years ago
- fixed comments that still mentioned Character (copy 'n paste hit 'n run) - augmented errer feedback when unable to convert a value
Benny Bottema
as bottema
More... over 18 years ago
- added except method for generic script exceptions
Benny Bottema
as bottema
More... over 18 years ago
- fixed bug where you couldn't write multiple comment blocks in a row
Benny Bottema
as bottema
More... over 18 years ago
- added that searching prototype based classes is optional - fixed comment
Benny Bottema
as bottema
More... over 18 years ago
- fixed error feedback when JVM throws a logical exception from a reflection invoken method - added hook that expressions can optionally implement to provide some information - fixed bug where accessing a null value resulted in an unknown exception (instead of NullPointerException) - fixed bug where a class couldn't be identified through imports after compiletime
Benny Bottema
as bottema
More... over 18 years ago
- added validation check to see if a constructor is using the right classname
Benny Bottema
as bottema
More... over 18 years ago
- fixed bug where validation of 'subclasses accessing a superclass property' was reversed
Benny Bottema
as bottema
More... over 18 years ago
- added 'extends datatype' validation on extending classes
Benny Bottema
as bottema
More... over 18 years ago
- moved isInPrototypeChain back to AbstractDynamic and left delegate in subclass
Benny Bottema
as bottema
More... over 18 years ago
- tweaked bugfix where constructors weren't optional - fixed an recursive loop causing a stack overflow exception
Benny Bottema
as bottema
More... over 18 years ago