• Club Jones
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

 

We've been scratching our heads on this one and thought we'd put it out to the community for a little help.

 

API Name

Type

Line

Column

Problem

DevAccountDocs

Apex Class

1

60

Invalid type: DevDocs

DevAccountDocs

Visualforce Page

 

 

Apex class 'DevAccountDocs' does not exist

 

DevDocs is a public abstract class which doesn't have any test coverage data. (Do we need to figure out how to test the abstract? The class is validated.)

DevAccountDocs is a sharing class extending DevDocs with 100% coverage. 

 

All of the fields are in the package. The problem message is a bit light to tell us exactly what we're missing. Has anyone else run into this problem.

 

Any thoughts are much appreciated.

 

 

We've been scratching our heads on this one and thought we'd put it out to the community for a little help.

 

API Name

Type

Line

Column

Problem

DevAccountDocs

Apex Class

1

60

Invalid type: DevDocs

DevAccountDocs

Visualforce Page

 

 

Apex class 'DevAccountDocs' does not exist

 

DevDocs is a public abstract class which doesn't have any test coverage data. (Do we need to figure out how to test the abstract? The class is validated.)

DevAccountDocs is a sharing class extending DevDocs with 100% coverage. 

 

All of the fields are in the package. The problem message is a bit light to tell us exactly what we're missing. Has anyone else run into this problem.

 

Any thoughts are much appreciated.