History of jbidwatcher/trunk/src/com/jbidwatcher/util/html/JHTMLParser.java
-
@693
Finally clean up the previously deep tangle between JConfig and ErrorManagement. All error logging is now handled through JConfig.log(), so ErrorManagement doesn't need to be a static block of functions anymore. Much cleaner, imo, but a pretty far-reaching change.
-
@585
Fix last minute regular expression parse/replacement error.
-
@570
Fix eBay's egregious breakage of HTML standards by including raw < and > characters in their title blocks. I'm sure I'll have to back this out some day, when they fix their page generator, so I've added a configuration option ebay.titleFix which defaults to 'true', and can be overridden to 'false' when eBay gets their code together.
[#183 state:resolved]
[#221 state:resolved] -
@508
Actually take care of a bunch of the TODO's littering the code.
-
@355
Post-refactoring cleanup; idea was putting fully qualified class names into the code when major restructuring was being done. Tsk!
-
@349
Remove and clean up a few more tangles of code interdependencies, as indicated by Structure101.
-
@346
Sweeping refactorings to improve the overall design. Structure101 is an awesome program. Far out of my price range, but awesome.
-
@199
Merge 1.0.* changes into the JBidwatcher Evolved branch. All except the massive ebayServer changes, which need to be distributed to a half dozen files...
-
@24
Change the software license copyright header to something much simpler for now.
Instead of LGPL, it's now simply an 'All Rights Reserved' license.
-
@16
Migrate to 1.5 style coding; specifically foreach loops, auto boxing/unboxing, and generic collections.
-
@3
The initial import of the JBidwatcher Next Generation code.
