This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262207 - Links in Output window don't work (compilation error hyperlinks don't work)
Summary: Links in Output window don't work (compilation error hyperlinks don't work)
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-24 14:04 UTC by Yaytay
Modified: 2016-07-27 22:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yaytay 2016-05-24 14:04:19 UTC
My code won't compile (in this instance because I haven't implemented an interface).
This is reported in the Output Window as:

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /C:/Users/njt/Desktop/shared_content_router/content_router_core/src/main/java/com/groupgti/shared/router/posting/impl/PostDaoImpl.java:[55,8] com.groupgti.shared.router.posting.impl.PostDaoImpl is not abstract and does not override abstract method storeOrder(long,java.lang.String,java.lang.String,java.math.BigDecimal) in com.groupgti.shared.router.posting.impl.PostDao
[ERROR] /C:/Users/njt/Desktop/shared_content_router/content_router_core/src/main/java/com/groupgti/shared/router/posting/impl/PostDaoImpl.java:[510,5] method does not override or implement a method from a supertype
[INFO] 2 errors 

The two ERROR lines appear in blue and are underlined indicating that they are clickable.
Clicking on them does nothing.


This is NOT the same as 197381 because the links are broken on any drive.
This is NOT the same as 257563 because links for test failures are working (since I downgraded surefire).