Problem with dependencies

Ronak Shah December 22, 2013

Error:Error:line (3)java: package com.atlassian.event.api does not exist

Error:Error:line (4)java: package com.atlassian.jira.bc.issue.comment does not exist

Error:Error:line (5)java: package com.atlassian.jira.bc.issue.link does not exist

Error:Error:line (6)java: package com.atlassian.jira.config does not exist

Error:Error:line (7)java: package com.atlassian.jira.issue.fields does not exist

Error:Error:line (8)java: package com.atlassian.jira.issue.fields.screen does not exist

Error:Error:line (9)java: package com.atlassian.jira.issue.link does not exist

Error:Error:line (10)java: package com.atlassian.jira.issue.link does not exist

Error:Error:line (11)java: package com.atlassian.jira.security.roles does not exist

Error:Error:line (12)java: package com.atlassian.jira.security.xsrf does not exist

Error:Error:line (13)java: package com.atlassian.jira.user.util does not exist

Error:Error:line (14)java: package com.atlassian.jira.util does not exist

Error:Error:line (15)java: package com.atlassian.jira.web.action.issue does not exist

Error:Error:line (20)java: cannot find symbol

symbol: class AbstractIssueLinkAction

Error:Error:line (28)java: cannot find symbol

symbol: class SubTaskManager

location: class com.example.jira.weather.LinkWeather

Error:Error:line (28)java: cannot find symbol

symbol: class FieldScreenRendererFactory

location: class com.example.jira.weather.LinkWeather

Error:Error:line (28)java: cannot find symbol

symbol: class FieldManager

location: class com.example.jira.weather.LinkWeather

Error:Error:line (28)java: cannot find symbol

symbol: class ProjectRoleManager

location: class com.example.jira.weather.LinkWeather

Error:Error:line (28)java: cannot find symbol

symbol: class CommentService

location: class com.example.jira.weather.LinkWeather

Error:Error:line (28)java: cannot find symbol

symbol: class UserUtil

location: class com.example.jira.weather.LinkWeather

Error:Error:line (28)java: cannot find symbol

symbol: class RemoteIssueLinkService

location: class com.example.jira.weather.LinkWeather

Error:Error:line (28)java: cannot find symbol

symbol: class EventPublisher

location: class com.example.jira.weather.LinkWeather

Error:Error:line (81)java: cannot find symbol

symbol: class RequiresXsrfCheck

location: class com.example.jira.weather.LinkWeather

Error:Error:line (37)java: cannot find symbol

symbol: variable super

location: class com.example.jira.weather.LinkWeather

Error:Error:line (40)java: cannot find symbol

symbol: variable StringUtils

location: class com.example.jira.weather.LinkWeather

Error:Error:line (42)java: cannot find symbol

symbol: method getText(java.lang.String)

location: class com.example.jira.weather.LinkWeather

Error:Error:line (49)java: cannot find symbol

symbol: method getText(java.lang.String)

location: class com.example.jira.weather.LinkWeather

Error:Error:line (52)java: cannot find symbol

symbol: method hasAnyErrors()

location: class com.example.jira.weather.LinkWeather

Error:Error:line (55)java: cannot find symbol

symbol: class RemoteIssueLink

location: class com.example.jira.weather.LinkWeather

Error:Error:line (56)java: cannot find symbol

symbol: method getIssue()

location: class com.example.jira.weather.LinkWeather

Error:Error:line (55)java: cannot find symbol

symbol: class RemoteIssueLinkBuilder

location: class com.example.jira.weather.LinkWeather

Error:Error:line (66)java: cannot find symbol

symbol: variable validationResult

location: class com.example.jira.weather.LinkWeather

Error:Error:line (66)java: cannot find symbol

symbol: method getLoggedInUser()

location: class com.example.jira.weather.LinkWeather

Error:Error:line (66)java: cannot find symbol

symbol: variable remoteIssueLinkService

location: class com.example.jira.weather.LinkWeather

Error:Error:line (69)java: cannot find symbol

symbol: variable validationResult

location: class com.example.jira.weather.LinkWeather

Error:Error:line (71)java: cannot find symbol

symbol: class ErrorCollection

location: class com.example.jira.weather.LinkWeather

Error:Error:line (71)java: cannot find symbol

symbol: variable validationResult

location: class com.example.jira.weather.LinkWeather

Error:Error:line (76)java: cannot find symbol

symbol: variable validationResult

location: class com.example.jira.weather.LinkWeather

Error:Error:line (84)java: package RemoteIssueLinkService does not exist

Error:Error:line (84)java: cannot find symbol

symbol: method createLink()

location: class com.example.jira.weather.LinkWeather

Error:Error:line (89)java: cannot find symbol

symbol: variable ERROR

location: class com.example.jira.weather.LinkWeather

Error:Error:line (92)java: cannot find symbol

symbol: method createComment()

location: class com.example.jira.weather.LinkWeather

Error:Error:line (94)java: cannot find symbol

symbol: method getRedirectUrl()

location: class com.example.jira.weather.LinkWeather

C:\Users\ronak.shah1\Downloads\shamid-jira-weather-link-a49ac44e4e7a\src\main\java\com\example\jira\weather\WeatherLinkRenderer.java

Error:Error:line (3)java: package com.atlassian.jira.issue.link does not exist

Error:Error:line (4)java: package com.atlassian.jira.issue.link does not exist

Error:Error:line (5)java: package com.atlassian.jira.plugin.viewissue.issuelink does not exist

Error:Error:line (9)java: cannot find symbol

symbol: class DefaultIssueLinkRenderer

Error:Error:line (19)java: cannot find symbol

symbol: class RemoteIssueLink

location: class com.example.jira.weather.WeatherLinkRenderer

Error:Error:line (27)java: cannot find symbol

symbol: class RemoteIssueLink

location: class com.example.jira.weather.WeatherLinkRenderer

Error:Error:line (18)java: method does not override or implement a method from a supertype

Error:Error:line (33)java: cannot find symbol

symbol: class RemoteIssueLink

location: class com.example.jira.weather.WeatherLinkRenderer

Error:Error:line (33)java: cannot find symbol

symbol: class RemoteIssueLinkBuilder

location: class com.example.jira.weather.WeatherLinkRenderer

Error:Error:line (26)java: method does not override or implement a method from a supertype

Hey guys please help me out with this errors.

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 22, 2013

It looks like you are compiling some code in an environment that does not have any of the dependencies or libraries you need imported correctly.

How are you compiling this code? Are you using the Atlassian plugin SDK at all?

Suggest an answer

Log in or Sign up to answer