legacy
Delete or comment out non-working JUnit tests?
I\'m currently building a CI build script for a legacy application.There are sporadic JUnit tests available and I will be integrating a JUnit execution of all tests into the CI build.However, I\'m won[详细]
2022-12-23 17:29 分类:问答How to take a collection of bytes and pull typed values out of it?
Say I have a collection of bytes var bytes = new byte[] {0, 1, 2, 3, 4, 5, 6, 7}; and I want to pull out a defined value from the bytes as a managed type, e.g. a ushort. What is a simple way to def[详细]
2022-12-23 15:15 分类:问答Why is the software world full of status codes?
Why did programmers ever start using status codes?I mean, I guess I could imagine this might be useful back in the days when a text string was an expensive resource.WAYYY back then.But even after we h[详细]
2022-12-22 18:19 分类:问答Finding "dead code" in a large C++ legacy application [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answe开发者_C百科rs.[详细]
2022-12-21 19:01 分类:问答How to instrument Oracle 10g to get table access metrics?
We have a legacy/production database. It has been in continuous development and use backing a website that has evolved over 10 years. The database is access开发者_运维百科ed by multiple technologies -[详细]
2022-12-21 00:51 分类:问答Finding legacy calls within ASP.NET DLLs
I have an ASP.NET web application that leverages 5 DLLs. This web application and its DLLs are all very old, and occasionally we find some deprecated call or something that has been broken over time.[详细]
2022-12-20 19:07 分类:问答Dllhell with .NET
Rather than trying to piece out the individual pains I\'m dealing with, I want to give the 10 000 feet overview of it. I learn .NET as I go, and I suspect that there is something obvious that I\'m mis[详细]
2022-12-20 16:25 分类:问答Read/Write xBASE (DBASE 3-5 /DBF) files [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-20 14:56 分类:问答VBPrnDlg object incorrectly disabling page selection
I\'m changing some crufty old printing code to use the Visual Basic Print Dialog Control to pass printer information to a CrystalReport object.It works great except for one thing - the page selection[详细]
2022-12-19 09:26 分类:问答How to package and consume an existing Java library with OSGI
After asking for help for managing dependencies on different versions of the same libraries in Java, it was suggested that I should take a look at OSGI implementations.[详细]
2022-12-18 04:16 分类:问答