question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] generated link to a class is wrong

See original GitHub issue
Overview of the issue

generated link to a class is wrong. when I click on a link to my generated class page, it says: “Cannot GET /documentation/classess/GridLayer.html”

Operating System, Node.js, npm, compodoc version(s)

macOS Big Sur 11.4, Node.js 16.13.0, npm 8.1.0, compodoc 1.1.16

Angular configuration, a package.json file in the root folder
Compodoc installed globally or locally ?

locally

If possible sourcecode of the file where it breaks
If possible your terminal logs before the error
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
vogloblinskycommented, Dec 6, 2021

Ok reproduced, thanks

0reactions
vahid18ucommented, Dec 4, 2021

I guess you need this class :

import { AppBaseLayer } from "../AppBaseLayer";

/**
 * Abstract class for a set of layers that are not meant to be modified
 * and are only used as background beneath other layers, like {@link GridLayer} and {@link OpenStreetLayer}
 */
export abstract class ImmutableLayer extends AppBaseLayer {
  constructor(id: number, uuid: string, title: string) {
    super(id, uuid, title);
  }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG][Java] Generated API class has wrong dataType and ...
The generated classes under the "api" directory cause a compilation failure. For example, a generated API Java class api/SyslogApi.java has the ...
Read more >
creating classes link error - c++ - Stack Overflow
I took an example of how to put a class in another file from a website but it resulted in an error. In...
Read more >
Error message “You cannot join this class because you are ...
Hi Classroom Community, my teacher posted an assignment via Quizizz. I clicked the link it prompted to choose an account to sign in....
Read more >
76324 – [Javadoc] Wrongly reports invalid link format in ... - Bugs
The multi-line "<a href=" was created using the automatic formatter. However, Eclipse complains just the same if the link is on a single...
Read more >
Bug descriptions — spotbugs 4.7.3 documentation
This is usually an error, as it does not aid garbage collection, and the object ... to String.class will generate a static field...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found