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

Summary: Links in Output window don't work (compilation error hyperlinks don't work)
Product: projects Reporter: Yaytay
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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).