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 270013

Summary: ko4j module isn't ready for obfuscation
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: Html4jAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Tulach 2017-03-08 08:13:54 UTC
Line 75 in Knockout.java references ko attributes without preventing obfuscation of those values:

https://github.com/jtulach/html-java-api/blob/1ea6df9722260019772474840c908b7ed571affa/ko4j/src/main/java/org/netbeans/html/ko4j/Knockout.java#L75
Comment 1 Jaroslav Tulach 2017-03-08 08:18:39 UTC
Fixed in 
https://github.com/jtulach/html-java-api/commit/e6b516259e844850896cb34ba8de13ed57c4c9bf
to be released in 1.4 version.