pon., 27 sty 2020 o 16:59 Ing. Andrea Vettori
napisaĆ(a):
>
> > On 26 Jan 2020, at 12:26, Lukasz Lenart wrote:
> >
> >
> > So maybe relaxing the patterns is a good idea but as till now nobody
> > reported any problems with them, we decided to left them as is.
>
>
> Thank you for the clarification
I've had problems in some frameworks confusing the parser using
operators this way. Since java maps allow any object as the key, such as
Number or it's sub-classes, you get into issues where the page tech
(jsp,js,various taglibs,et al) makes Map[key-1] into Map[1-1] then into
Map[0]. I basicall