Modify

Ticket #4627 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

r3046 broke the build

Reported by: Daeron Owned by: mjulius
Priority: blocker Component: Core
Version: latest Keywords:
Cc:

Description

r3046 broke the build. Could you PLEASE run ant clean&&ant dist before you commit your changes?

    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                    ^                                                                                              
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                         ^                                                                                         
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                              ^                                                                                    
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                                   ^                                                                               
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                                        ^                                                                          
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                                             ^                                                                     
    [javac] /home/daeron/osm/josm/core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:83: incompatible types                                                                
    [javac] found   : char                                                                                                                                                                    
    [javac] required: java.lang.Integer                                                                                                                                                       
    [javac]     private static final List<Integer> specialChars = Arrays.asList(new Integer[] {'"', ':', '(', ')', '|', '=', '?'});                                                           
    [javac]                                                                                                                  ^

Attachments

Change History

comment:1 Changed 2 years ago by mjulius

  • Status changed from new to closed
  • Resolution set to fixed

(In [3049]) fixes #4627 - r3046 broke the build

sorry about that

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
as The resolution will be set. Next status will be 'closed'
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.