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 - ko4j module isn't ready for obfuscation
Summary: ko4j module isn't ready for obfuscation
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Html4j (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-08 08:13 UTC by Jaroslav Tulach
Modified: 2017-03-08 08:18 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 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.