legacy Questions
4
I am working with some code from back in 2003. There is a reference to the following class:
new com.sun.net.ssl.internal.ssl.Provider()
It is causing an error:
Access restriction: The type Pro...
3
Solved
Does anyone know/remember the actual read/write speed of floppy disks? I want to use this as a tidbit for arguing how painfully slow our Sharepoint server is, but all the websites with information ...
2
Imagine you have the following scenario:
A .net framework 2.0 legacy client app.
An SQL Server 2016 Always On Availability Group.
How the connection string should be?
I can think on two option...
Basutoland asked 6/1, 2018 at 8:1
2
Solved
For my project that I migrated from Angular 11.2.2 to 15.2.8.
Throws this error at compile time
Argument of type '{ useHash: true; relativeLinkResolution: string; }' is not assignable to parameter ...
Fuld asked 23/4, 2023 at 21:55
5
Solved
Lately I had to change some code on older systems where not all of the code has unit tests.
Before making the changes I want to write tests, but each class created a lot of dependencies and other a...
Garrettgarrick asked 10/8, 2008 at 18:49
1
Note: this is a continuation of: Convert old JavaScript code into ES6 module
.. which resolved the OPs problem but did not provide an answer.
All modern browsers now include native es6 modules (ex...
Normannormand asked 29/3, 2017 at 23:50
2
What is the best way to list all available .NET 2.0 assemblies?
An example of the list needed is the one MS Visual Studio shows when you do 'Add Reference...' in the .NET tab.
I have read Visual ...
Congratulatory asked 30/1, 2009 at 11:38
3
Solved
Wikipedia quotes this statement from Intel's manual
The functionality of A20M# is used primarily by older operating systems and not used by modern operating systems. On newer Intel 64 processors...
1
Solved
Here's what the livereload block looks like in Grunt file:
livereload: {
options: {
open: true,
middleware: function(connect, options, middleware) {
var optBase = typeof options.base === "stri...
Yodle asked 26/11, 2017 at 6:56
2
Solved
Static classes in legacy applications are hard to use in unit tests because you cannot mock them.
What is a simple way to convert them across the whole application to regular classes that use an In...
Impacted asked 27/8, 2021 at 21:19
2
Solved
I have an older JS application that I want to modify a little and embed in a React website I am creating, it is legacy software so I can't rewrite it. I tried to integrate it but the older JS app h...
Cimmerian asked 19/2, 2021 at 17:26
2
Solved
From the Wikipedia article it seems ones' complement representation for signed integers is mostly obsolete, but they mention some Unisys systems, namely the UNIVAC 1100/2200 series as still support...
Headed asked 18/4, 2020 at 23:3
5
Solved
What is the best, preferably free/open source tool for auto-generating Java unit-tests? I know, the unit-tests cannot really serve the same purpose as normal TDD Unit-Tests which document and...
Labiche asked 17/9, 2008 at 8:35
4
I'm trying to create two tests where one is dependent on the execution of the other one. The project I'm working on is filled with legacy code, so I'm trying to make the main parts of the applicati...
3
Solved
I'm working on a very large, data-intensive legacy application. Both the code base & database are massive in scale. A great deal of the business logic is spread across all of the tiers includin...
Pyoid asked 18/6, 2009 at 20:58
7
Solved
We currently have a major issue using Microsoft Access Database Engine 2010. The engine comes in 64-bit and 32-bit forms, which is good. However, apparently you need to always install the 32-bit ve...
Atrioventricular asked 4/9, 2012 at 19:54
2
I have a wrapper to some piece of legacy code.
class A{
L* impl_; // the legacy object has to be in the heap, could be also unique_ptr
A(A const&) = delete;
L* duplicate(){L* ret; legacy_du...
Fridge asked 6/2, 2020 at 4:33
7
Solved
I upgraded my OS X to Yosemite and now my IntelliJ IDE is not starting.
Here is the error message:
To open “IntelliJ IDEA” you need to install the legacy Java SE 6 runtime.
Anthodium asked 17/10, 2014 at 21:11
2
Solved
I have IIFE functions for some of the library code in an legacy application that needs to work for IE10+ (No ES6 module loading, etc).
However, I am starting to develop an React app that will be u...
Santasantacruz asked 20/10, 2019 at 4:24
21
Solved
I have heard many developers refer to code as "legacy". Most of the time it is code that has been written by someone who no longer works on the project. What is it that makes code, legacy code?
Up...
Radiology asked 26/1, 2009 at 12:15
1
Solved
5
Solved
We have a 12-year-old Ms Access app that we use for our core inventory warehousing and invoicing system. It IS already running on an SQL Server backend, but all the "logic", forms and reports are i...
3
Reading the Java Code Conventions document from 1997, I saw this in an example on P16 about variable naming conventions:
int i;
char *cp;
float myWidth;
The second declaration is of interest - t...
1
Solved
I've updated my Android Studio to 3.1 stable channel. I've noticed that "All" tabs in palette window are removed and "Legacy" tab is introduced. That tab contains the following:
ListView
TabHos...
Alastair asked 28/4, 2018 at 17:4
3
Solved
Disclaimer: This is probably not the best solution given the issue, but I'm curious how this implementation could be achieved.
Problem I'm trying to deal with some legacy code which has a singleto...
Aquinas asked 20/4, 2018 at 6:53
1 Next >
© 2022 - 2024 — McMap. All rights reserved.