This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6800 - Re-factor the library to make it truly extensible
Summary: Re-factor the library to make it truly extensible
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: Other All
: P2 enhancement
Target Milestone: ---
Assignee: fd
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-10 12:35 UTC by fd
Modified: 2009-04-16 09:45 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-04-10 12:35:00 UTC
There appears to be some need to tweak the library to implement new tests, or add support for new URI schemes. Such changes are mostly easy to implement but require the code of the library to be changed.

The library should be re-factored so as to be extensible without having to change the code of the library in itself.

See:
http://lists.w3.org/Archives/Public/public-mobileok-checker/2009Mar/0010.html
... for an action plan.
Comment 1 fd 2009-04-16 09:45:40 UTC
Action plan slightly updated and actioned. See:
http://lists.w3.org/Archives/Public/public-mobileok-checker/2009Apr/0000.html
... for a more detailed description of the changes.

The Javadoc now contains some high-level description of the internals of the mobileOK Checker:
http://dev.w3.org/2007/mobileok-ref/docs/org/w3c/mwi/mobileok/basic/package-summary.html#package_description

The new version passes the test suite, but may still have introduced some new bugs.