0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added <jvmarg value="-enableassertions"/> to junit task: it's not switched on by default (which seems crazy), and thus failures of (untested, naturally) sanity checks become invisible. More... over 23 years ago
Added test of relativizeDOM More... over 23 years ago
Initial version More... over 23 years ago
"i.e." changed to "ie,", to keep javadoc happy More... over 23 years ago
Move urlToUri method to here More... over 23 years ago
Added various assertDOMEquals methods More... over 23 years ago
Initial version More... over 23 years ago
Add relativizeDOM and mapNodeType More... over 23 years ago
DOMFacade -> HdxFacade More... over 23 years ago
Change spacing round brackets More... over 23 years ago
Generate XML from hdx.getSource from scratch hdx, rather than ndx.toXML. Create document using HdxDocument.createElement(HdxFacade) rather than out-of-date .createElement(HdxResourceType,DOMFacade) More... over 23 years ago
Add xml:base attributes More... over 23 years ago
Minor edits, to make tests more robust. test method testToSource moved to HdxTest.java in uk.ac.starlink.hdx. More... over 23 years ago
makeNdx(Source) should be given an HDX containing a single Ndx -- check this is so, carefully, and cope with the case where we're given an Ndx instead. More... over 23 years ago
Added facility to write StarTables out in FITS BINTABLE format. More... over 23 years ago
Substitute DOMFacade->HdxFacade More... over 23 years ago
Minor change to usage message. More... over 23 years ago
Bracketing style changes -- extra space within brackets More... over 23 years ago
Added a convenience method. More... over 23 years ago
Changes to BridgeNdxHdxFacade (from BridgeNdxDOMFacade) to reflect the change DOMFacade->HdxFacade. Removed commented-out code. More... over 23 years ago
Test cases extensively modified and extended, to match equally extensive changes to package More... over 23 years ago
Switched logger.info messages to logger.config (one lower level). This isn't exactly debugging information, so it shouldn't be FINE, but it's still a bit annoying (and not particularly useful) to have it appearing every time you use the package, so INFO is too high. More... over 23 years ago
uk.ac.starlink.hdx: Large chunks of this have been rewritten, for general robustness and to complete the required functionality (to the extent that can be reliably determined at present). That functionality should now be both intelligible and usable, with as much of the detail as possible under the hood. The overview documentation is doubtless improvable, but should be enough to tell one how to extend the system. More... over 23 years ago
uk.ac.starlink.hdx: Large chunks of this have been rewritten, for general robustness and to complete the required functionality (to the extent that can be reliably determined at present). That functionality should now be both intelligible and usable, with as much of the detail as possible under the hood. The overview documentation is doubtless improvable, but should be enough to tell one how to extend the system. More... over 23 years ago
HdxFacade replaces DOMFacade, with getDOM and getSource demoted to convenience methods, and synchronizeElement made primary. More... over 23 years ago
Modified (simplified and made more flexible) the exit strategy for TableViewer window and application. More... over 23 years ago
Added more bits to WindowTracker, but actually I don't think I need it at all, since the JVM/Swing has got smarter about when to terminate. More... over 23 years ago
Added spawning of TableViewer from GramControlFrames More... over 23 years ago
SpecDataImpl now becomes AbstractSpecDataImpl. SpecDataImpl is just an interface. More... over 23 years ago
PlotControlFrame can now spawn TableViewer application More... over 23 years ago