The Liskov Substitution Principle (LSP) states that an instance of type T should be replacable with an instance of a subtype of T.
-4
votes
1answer
29 views
Why does InflaterInputStream#available() violates Liskov Substitution Principle? [closed]
From Android Reference:
Although consistent with the RI, this behavior is inconsistent with
available(), and violates the Liskov Substitution Principle. This
method should not be used.
Why ...
2
votes
0answers
18 views
Can't weakening preconditions and strengthening postconditions also violate Liskov Substitution Principle?
Actual precondition of a subtype is created by combining ( using logical OR ) preconditions of a base type and preconditions of a subtype, which makes the resulting precondition less restrictive
...
3
votes
1answer
81 views
Why do function pointers break substitutability and std::function doesn't?
We have an usual class hierarchy:
class B
{
public:
int x;
B() : x(0) {}
virtual ~B() {}
};
class D : public B
{
public:
int y;
D() : y(0) {}
};
And a function that takes one ...
0
votes
1answer
50 views
Unable to set WSPStartup as a dll export
I am trying to write a LSP for winsock and as per MSDN documentation the dll is supposed to export a single function viz. WSPStartup() as defined in Ws2spi.h
While compiling I get an error:
error ...
0
votes
1answer
22 views
Avoiding LSP (Liskov Substitution Principles) violations
I'm currently reading the "Working Effectively with Legacy Code" by Michael Feathers
and I think I understand about the LSP violations, but the thing is it says something about the rules of thumb ...
4
votes
2answers
93 views
If Address inherits from PhoneNumber, what OOP principle(s) does it violate?
There was a book that talks about have a PhoneNumber class, and then we would define an Address class that inherits from PhoneNumber, and I said at one time, that we can't do that, because an address ...
6
votes
1answer
251 views
Class usage pitfalls breaking Liskov Substitution Principle
In a project I worked recently, noticed that some methods that were accepting a class that belongs to a hierarchy, had code similar to following:
public void Process(Animal animal) {
...
-1
votes
6answers
183 views
How to comply with Liskov's Substitution Principle (LSP) and still benefit from polymorphism?
The LSP says "The derived types must not change the behavior of the base types", in other words "Derived types must be completely replaceable for their base types."
This means that if we define ...
1
vote
3answers
74 views
Is there a way to use the Delegation design pattern without losing substitutability in Java?
This question refers to the Delegation design pattern found here.
I have a number of interfaces for my game engine representing various entities:
Player
Vehicle
Mesh
etc.
and each one of these ...
19
votes
6answers
259 views
ReadOnlyCollection vs Liskov - How to correctly model immutable representations of a mutable collection
Liskov-substitution principle requires that subtypes must satisfy the contracts of super-types. In my understanding, this would entail that ReadOnlyCollection<T> violates Liskov. ...
2
votes
2answers
119 views
Is it a good practice to unit test the Liskov Substitution principle's compliance?
Assume a class named Sprinter:
public class Sprinter {
protected int travelMeters;
public void run(int seconds) {
this.travelMeters = 9 * seconds;
}
public int ...
1
vote
2answers
91 views
Are subclasses allowed to have public methods according to the Liskov substitution principle?
Consider the following class hierarchy:
Abstract class Printer{
public print(){
//code to handle printing
}
}
class LaserPrinter extends Printer{
private $file;
public ...
2
votes
2answers
107 views
Does Liskov Substitution Principle also apply to classes implementing an interface?
LSP states that classes should be substitutable for their base classes, meaning that derived and base classes should be semantically equivalent.
But does LSP also apply to classes implementing an ...
0
votes
1answer
84 views
How to ensure inheriting classes do not break base class contract in the context of LSP?
In C# - but it may be applicable to other languages - in the context of LSP, how can I ensure that a class inheriting from another (mutable) one will not break the original contract?
For example:
If ...
0
votes
1answer
146 views
Does Liskov Substitution Principle also apply to classes implementing interfaces?
1) Does LSP also apply to interfaces, meaning that we should be able to use a class implementing a specific interface and still get the expected behavior?
2) If that is indeed the case, then why is ...
0
votes
1answer
56 views
Does upcasting in subclasses break LSP?
I'm currently attempting to build a renderer for dynamic forms. At present I have two types of questions - a text question & a multiple choice question.
Based on the question type I need to ...
7
votes
2answers
505 views
How can I avoid breaking Liskov Substitution Principle (LSP)?
I am in a situation very similar to what Steve McConnell's in Code Complete has mentioned . Only that my problem is based of Vehicles and Trike happens to be on that by law falls in the category of ...
2
votes
2answers
110 views
Type safety with object-oriented methods
I'm trying to think of how to solve this problem correctly using object-oriented methods. The language isn't important—I would actually like to write code, but it's more the general principles I ...
5
votes
2answers
174 views
Does code comply with Liskov's substitution principle?
I'm testing my existing code on PHP5.4 prior to upgrade. I've discovered that the following code no longer works because PHP has tightened up its inheritance model. Due to this tightening, I've been ...
0
votes
2answers
69 views
Is narrowing of overriden method arguments types a Liskov Substitution Principle violation?
I have this code:
abstract class Entity
{
// blah-blah-blah
}
abstract class BaseCollection
{
public void add(Entity entity);
}
And I derive from the Entity and BaseCollection classes:
class ...
0
votes
3answers
73 views
OO Design Modeling
How to model a domain when you have a base class and 2 classes extending this base class and only one of derived class has a relationship with another object.
Example:
public abstract class Base
{ ...
6
votes
4answers
276 views
Can I implement a series of reusable tests to test an interface's implementation?
I am writing a series of collection classes in C#, each of which implement similar custom interfaces. Is it possible to write a single collection of unit tests for an interface, and automatically run ...
1
vote
1answer
153 views
Monopoly game - LSP OO principle
I'm designing a Monopoly game while also reading up more on OO principles. I was reading about the LSP (Liskov Substitution Principle) and found that either I'm not fully understanding it or am ...
3
votes
1answer
143 views
Class inheritance: should constructors be compatible? case of multiple inheritance?
One of the recommended principles of object-oriented programming is the Liskov substitution principle: a subclass should behave in the same way as its base class(es) (warning: this is actually not a ...
1
vote
3answers
273 views
Can I violate LSP (Liskov substitution) in this case?
I have a model abstract class which declares a List of items. The abstract has two abstract class. One in which you can add new items to the list and one that doesn't use the list at all but adheres ...
3
votes
1answer
212 views
Liskov substitution principle - overriding method example
Lets say we have this really trivial classes:
class A
{
virtual int Function(int number)
{
return number;
}
}
class B : A
{
override int Function(int number)
{
...
1
vote
1answer
144 views
Does GWT's ActivityMapper violate the Liskov Substitution Principle?
In my GWT application, I have a class like so:
public class AppActivityMapper implements ActivityMapper {
@Override public Activity getActivity(Place place) {
if(place instanceof ...
0
votes
1answer
275 views
How to control shared internet connection (ICS - Internet Connection Sharing) using LSP/SPI?
I am trying to write an application for myself to learn things and to use in my own office. What I am trying to write is:
I have two nics. First one is connected to internet and the other one is ...
0
votes
1answer
537 views
Is it possible to intercept dns queries using LSP/SPI?
I wrote my own LSP which is working fine. However, I can not catch dns queries. For example there is no function like WSPGetHostByName or WSPGetAddrInfo.
My lsp also supports UDP protocol but it is ...
1
vote
0answers
150 views
Understanding how a violation of the Liskov Substitution Principle is problematic from a business point of view [closed]
I am writing regarding the Liskov Substitution Principle and an example of violation of this principle published here (see http://javaboutique.internet.com/tutorials/JavaOO).
The sample domain here ...
2
votes
2answers
149 views
Understanding the relationship between Liskov and OCP
I am solidifying my understanding of the relationship between Liskov Substitutional Principal and Open Close Principal. If anybody could confirm my deductions and answer my questions below that would ...
0
votes
1answer
58 views
Is it okay to break LSP for the sake of binding?
Something tells me I might get lynched for asking this. And sorry for the long winded description in advance.
I'm working on something of a corner case in a Silverlight 4 project. Essentially what ...
61
votes
17answers
3k views
Any good examples of inheriting from a concrete class?
Background:
As a Java programmer, I extensively inherit (rather: implement) from interfaces, and sometimes I design abstract base classes. However, I have never really felt the need to subclass a ...
6
votes
2answers
175 views
Hierarchy violates Liskov - so what?
I am using an API that violates the Liskov substitution principle : it throws its own Exception type that extends Exception, but puts the exception message from the base class in a new ErrorCode field ...
6
votes
3answers
408 views
rationale behind Java's exception hierarchy
I find Java's exception hierarchy confusing. Throwable is divided into Error and Exception, and RuntimeException inherits from Exception.
Error is an unchecked exception. Why doesn't Error inherit ...
0
votes
1answer
164 views
IPC between windows service and LSP DLL
I'm writing a Winsock LSP (Layered Service Provider) DLL that needs to communicate with a windows service.
The communication is done using memory mapped files and events for synchronization. ...
2
votes
1answer
134 views
Linux OSI equivalent to Winsock2's LSP
I'm looking for Linux's OSI equivalent to Windows' winsock2 LSP.
In particular I would like to filter application layer protocols and traffic in linux.
Any information would greatly be appreciated.
5
votes
4answers
236 views
Inheritance and LSP Question
Apologies in advance for a long-winded question. Feedback especially appreciated here . . .
In my work, we do a lot of things with date ranges (date periods, if you will). We need to take all sorts ...
8
votes
3answers
588 views
Do abstract properties violate the Liskov substitution principle?
Suppose I have an abstract class like:
public abstract class Pet {
private final String name;
public Pet(String name) {
this.name = name
};
public abstract boolean ...
2
votes
3answers
59 views
Stack, bounded stack and Liskov substitution property
Could a bounded stack data structure (a stack with an upper limit) be implemented as a subtype of a conventional stack without violating the Liskov substitution property?
A conventional stack could ...
0
votes
1answer
215 views
display http blocking page from LSP with chrome
I have modified Microsoft's LSP (Winsosk Layered Service Provider) example to make web filter application for desktop. I am able to block access to websites by comparing host in http header to a list ...
47
votes
4answers
3k views
Why array implements IList?
See the definition of System.Array class
public abstract class Array : IList, ...
Theoretically, I should be able to write this bit and be happy
int[] list = new int[] {};
IList iList = ...
0
votes
0answers
65 views
Unit testing Microsofts LSP api
Has anyone every written unit tests for Microsoft's LSP?
If so, I would like to see some examples.
2
votes
0answers
355 views
Communicating with a DLL
I have an LSP (Layered Service Provider) DLL, but once it's installed in the catalog, how to i communicate with it in my program? My LSP is based largely off of Microsoft's sample LSP.
I was reading ...
3
votes
3answers
313 views
Is my lecturers definition of the Liskov Substitution Principle incorrect, or am I misunderstanding?
The following does work because of the (Liskov) substitution principle, which says that if a reference is expected of an instance of a certain class then you may substitute a reference to an instance ...
16
votes
4answers
1k views
Layered Service Provider in C#
I'm looking to write a LSP in C# to capture and re-direct UDP packets..
I have little experience with LSP's but I've heard they can do this sort of thing, please correct me if I'm wrong, but is this ...
11
votes
3answers
313 views
Should constructors comply with the Liskov Substitution Principle?
I usually try to make sure my object instances comply with the Liskov Substitution Principle, but I've always wondered is do people think LSP should apply to constructors too?
I've tried googling for ...
0
votes
3answers
1k views
Building Microsoft's LSP sample code
Building with/ Using VS2010
Platform SDK (Microsoft Windows SDK v7.1) installed.
When i try to build the Sample LSP (located in C:\Program Files\Microsoft Platform SDK\Samples\NetDS\WinSock\LSP)
...
0
votes
2answers
267 views
System-wide Ad Blocker
I intend to build an Ad Blocker application that blocks ads on all browsers.
Some Ad Blockers have plugins for each browser, but I think that's a lot of work and incompatibilities. I'm thinking on an ...
0
votes
3answers
181 views
Question about LSP (Liskov Substitution Principle) and subtypes
LSP says that
if q(x) is a property provable about objects x of type T then q(y) should be true for objects y of type S where S is a subtype of T.
I can rephrase it as follows:
q(x) is ...


